pub enum StipulationType {
Show 25 variants
AbsolutePrepaymentSpeed,
WeightedAverageLoanAge,
WeightedAverageMaturity,
ConstantPrepaymentRate,
FinalCprOfHomeEquityPrepaymentCurve,
WeightedAverageLifeCoupon,
PercentOfManufacturedHousingPrepaymentCurve,
SingleMonthlyMortality,
MonthlyPrepaymentRate,
PercentOfBmaPrepaymentCurve,
PercentOfProspectusPrepaymentCurve,
ConstantPrepaymentPenalty,
LotVariance,
ConstantPrepaymentYield,
WeightedAverageCoupon,
IssueDate,
MaturityYearAndMonth,
NumberOfPieces,
PoolsMaximum,
PoolsPerMillion,
PoolsPerLot,
PoolsPerTrade,
ProductionYear,
TradeVariance,
Geographics,
}
Variants§
AbsolutePrepaymentSpeed
WeightedAverageLoanAge
WeightedAverageMaturity
ConstantPrepaymentRate
FinalCprOfHomeEquityPrepaymentCurve
WeightedAverageLifeCoupon
PercentOfManufacturedHousingPrepaymentCurve
SingleMonthlyMortality
MonthlyPrepaymentRate
PercentOfBmaPrepaymentCurve
PercentOfProspectusPrepaymentCurve
ConstantPrepaymentPenalty
LotVariance
ConstantPrepaymentYield
WeightedAverageCoupon
IssueDate
MaturityYearAndMonth
NumberOfPieces
PoolsMaximum
PoolsPerMillion
PoolsPerLot
PoolsPerTrade
ProductionYear
TradeVariance
Geographics
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 copy 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