Enum fefix::definitions::fix50::StipulationType[][src]

pub enum StipulationType {
Show 60 variants AlternativeMinimumTax, AutoReinvestmentAtRateOrBetter, BankQualified, BargainConditions, CouponRange, IsoCurrencyCode, CustomStartEndDate, GeographicsAndRange, ValuationDiscount, Insured, YearOrYearMonthOfIssue, IssuersTicker, IssueSizeRange, LookbackDays, ExplicitLotIdentifier, LotVariance, MaturityYearAndMonth, MaturityRange, MaximumSubstitutions, MinimumDenomination, MinimumIncrement, MinimumQuantity, PaymentFrequencyCalendar, NumberOfPieces, PoolsMaximum, PoolsPerLot, PoolsPerMillion, PoolsPerTrade, PriceRange, PricingFrequency, ProductionYear, CallProtection, Purpose, BenchmarkPriceSource, RatingSourceAndRange, TypeOfRedemption, Restricted, MarketSector, SecurityTypeIncludedOrExcluded, Structure, SubstitutionsFrequency, SubstitutionsLeft, FreeformText, TradeVariance, WeightedAverageCoupon, WeightedAverageLifeCoupon, WeightedAverageLoanAge, WeightedAverageMaturity, WholePool, YieldRange, AbsolutePrepaymentSpeed, ConstantPrepaymentPenalty, ConstantPrepaymentRate, ConstantPrepaymentYield, FinalCprOfHomeEquityPrepaymentCurve, PercentOfManufacturedHousingPrepaymentCurve, MonthlyPrepaymentRate, PercentOfProspectusPrepaymentCurve, PercentOfBmaPrepaymentCurve, SingleMonthlyMortality,
}
This is supported on crate feature fix50 only.
Expand description

Field type variants for StipulationType.

Variants

AlternativeMinimumTax

Field variant ‘AMT’.

AutoReinvestmentAtRateOrBetter

Field variant ‘AUTOREINV’.

BankQualified

Field variant ‘BANKQUAL’.

BargainConditions

Field variant ‘BGNCON’.

CouponRange

Field variant ‘COUPON’.

IsoCurrencyCode

Field variant ‘CURRENCY’.

CustomStartEndDate

Field variant ‘CUSTOMDATE’.

GeographicsAndRange

Field variant ‘GEOG’.

ValuationDiscount

Field variant ‘HAIRCUT’.

Insured

Field variant ‘INSURED’.

YearOrYearMonthOfIssue

Field variant ‘ISSUE’.

IssuersTicker

Field variant ‘ISSUER’.

IssueSizeRange

Field variant ‘ISSUESIZE’.

LookbackDays

Field variant ‘LOOKBACK’.

ExplicitLotIdentifier

Field variant ‘LOT’.

LotVariance

Field variant ‘LOTVAR’.

MaturityYearAndMonth

Field variant ‘MAT’.

MaturityRange

Field variant ‘MATURITY’.

MaximumSubstitutions

Field variant ‘MAXSUBS’.

MinimumDenomination

Field variant ‘MINDNOM’.

MinimumIncrement

Field variant ‘MININCR’.

MinimumQuantity

Field variant ‘MINQTY’.

PaymentFrequencyCalendar

Field variant ‘PAYFREQ’.

NumberOfPieces

Field variant ‘PIECES’.

PoolsMaximum

Field variant ‘PMAX’.

PoolsPerLot

Field variant ‘PPL’.

PoolsPerMillion

Field variant ‘PPM’.

PoolsPerTrade

Field variant ‘PPT’.

PriceRange

Field variant ‘PRICE’.

PricingFrequency

Field variant ‘PRICEFREQ’.

ProductionYear

Field variant ‘PROD’.

CallProtection

Field variant ‘PROTECT’.

Purpose

Field variant ‘PURPOSE’.

BenchmarkPriceSource

Field variant ‘PXSOURCE’.

RatingSourceAndRange

Field variant ‘RATING’.

TypeOfRedemption

Field variant ‘REDEMPTION’.

Restricted

Field variant ‘RESTRICTED’.

MarketSector

Field variant ‘SECTOR’.

SecurityTypeIncludedOrExcluded

Field variant ‘SECTYPE’.

Structure

Field variant ‘STRUCT’.

SubstitutionsFrequency

Field variant ‘SUBSFREQ’.

SubstitutionsLeft

Field variant ‘SUBSLEFT’.

FreeformText

Field variant ‘TEXT’.

TradeVariance

Field variant ‘TRDVAR’.

WeightedAverageCoupon

Field variant ‘WAC’.

WeightedAverageLifeCoupon

Field variant ‘WAL’.

WeightedAverageLoanAge

Field variant ‘WALA’.

WeightedAverageMaturity

Field variant ‘WAM’.

WholePool

Field variant ‘WHOLE’.

YieldRange

Field variant ‘YIELD’.

AbsolutePrepaymentSpeed

Field variant ‘ABS’.

ConstantPrepaymentPenalty

Field variant ‘CPP’.

ConstantPrepaymentRate

Field variant ‘CPR’.

ConstantPrepaymentYield

Field variant ‘CPY’.

FinalCprOfHomeEquityPrepaymentCurve

Field variant ‘HEP’.

PercentOfManufacturedHousingPrepaymentCurve

Field variant ‘MHP’.

MonthlyPrepaymentRate

Field variant ‘MPR’.

PercentOfProspectusPrepaymentCurve

Field variant ‘PPC’.

PercentOfBmaPrepaymentCurve

Field variant ‘PSA’.

SingleMonthlyMortality

Field variant ‘SMM’.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The error type that can arise during deserialization.

A type with values that customize the serialization algorithm, e.g. padding information. Read more

Writes self to buffer using custom serialization settings.

Parses and deserializes from data.

Writes self to buffer using default settings.

Like FixValue::deserialize, but it’s allowed to skip some amount of input checking. Invalid inputs might not trigger errors and instead be deserialized as random values. Read more

Serializes self to a Vec of bytes, allocated on the fly.

Allocates a String representation of self. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.