pub enum StipulationType {
Show 60 variants
AbsolutePrepaymentSpeed,
AlternativeMinimumTax,
ConstantPrepaymentPenalty,
ConstantPrepaymentRate,
ConstantPrepaymentYield,
FinalCprOfHomeEquityPrepaymentCurve,
ExplicitLotIdentifier,
MaturityYearAndMonth,
PercentOfManufacturedHousingPrepaymentCurve,
MonthlyPrepaymentRate,
PercentOfProspectusPrepaymentCurve,
PoolsPerLot,
PoolsPerMillion,
PoolsPerTrade,
PercentOfBmaPrepaymentCurve,
SingleMonthlyMortality,
WeightedAverageCoupon,
WeightedAverageLifeCoupon,
WeightedAverageMaturity,
Geographics,
PoolsMaximum,
ProductionYear,
FreeformText,
WeightedAverageLoanAge,
IssueDate,
PriceRange,
WholePool,
YieldRange,
BargainConditions,
CouponRange,
Issuer,
LotVariance,
MinimumQuantity,
NumberOfPieces,
RatingSourceAndRange,
MarketSector,
Structure,
TradeVariance,
ValuationDiscount,
Insured,
MaximumSubstitutions,
MinimumDenomination,
MinimumIncrement,
PaymentFrequency,
CallProtection,
Purpose,
SecurityTypeIncludedOrExcluded,
BankQualified,
IsoCurrencyCode,
LookbackDays,
MaturityRange,
BenchmarkPriceSource,
SubstitutionsFrequency,
SubstitutionsLeft,
AutoReinvestment,
IssueSizeRange,
PricingFrequency,
CustomStart,
TypeOfRedemption,
Restricted,
}
Variants§
AbsolutePrepaymentSpeed
AlternativeMinimumTax
ConstantPrepaymentPenalty
ConstantPrepaymentRate
ConstantPrepaymentYield
FinalCprOfHomeEquityPrepaymentCurve
ExplicitLotIdentifier
MaturityYearAndMonth
PercentOfManufacturedHousingPrepaymentCurve
MonthlyPrepaymentRate
PercentOfProspectusPrepaymentCurve
PoolsPerLot
PoolsPerMillion
PoolsPerTrade
PercentOfBmaPrepaymentCurve
SingleMonthlyMortality
WeightedAverageCoupon
WeightedAverageLifeCoupon
WeightedAverageMaturity
Geographics
PoolsMaximum
ProductionYear
FreeformText
WeightedAverageLoanAge
IssueDate
PriceRange
WholePool
YieldRange
BargainConditions
CouponRange
Issuer
LotVariance
MinimumQuantity
NumberOfPieces
RatingSourceAndRange
MarketSector
Structure
TradeVariance
ValuationDiscount
Insured
MaximumSubstitutions
MinimumDenomination
MinimumIncrement
PaymentFrequency
CallProtection
Purpose
SecurityTypeIncludedOrExcluded
BankQualified
IsoCurrencyCode
LookbackDays
MaturityRange
BenchmarkPriceSource
SubstitutionsFrequency
SubstitutionsLeft
AutoReinvestment
IssueSizeRange
PricingFrequency
CustomStart
TypeOfRedemption
Restricted
Implementations§
Source§impl StipulationType
impl StipulationType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for StipulationType
impl Clone for StipulationType
Source§fn clone(&self) -> StipulationType
fn clone(&self) -> StipulationType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StipulationType
impl Debug for StipulationType
Source§impl FromStr for StipulationType
impl FromStr for StipulationType
Source§impl Hash for StipulationType
impl Hash for StipulationType
Source§impl IntoFixValue for StipulationType
impl IntoFixValue for StipulationType
Source§impl PartialEq for StipulationType
impl PartialEq for StipulationType
impl Copy for StipulationType
impl Eq for StipulationType
impl StructuralPartialEq for StipulationType
Auto Trait Implementations§
impl Freeze for StipulationType
impl RefUnwindSafe for StipulationType
impl Send for StipulationType
impl Sync for StipulationType
impl Unpin for StipulationType
impl UnwindSafe for StipulationType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more