pub struct FloatingInterestRate22 {
pub ref_rate: Option<BenchmarkCurveName10Choice>,
pub term: Option<InterestRateContractTerm2>,
pub pmt_frqcy: Option<InterestRateContractTerm2>,
pub rst_frqcy: Option<InterestRateContractTerm2>,
pub sprd: Option<SecuritiesTransactionPrice18Choice>,
pub rate_adjstmnt: Option<Vec<RateAdjustment1>>,
pub day_cnt_bsis: Option<InterestComputationMethodFormat6Choice>,
}Fields§
§ref_rate: Option<BenchmarkCurveName10Choice>§term: Option<InterestRateContractTerm2>§pmt_frqcy: Option<InterestRateContractTerm2>§rst_frqcy: Option<InterestRateContractTerm2>§sprd: Option<SecuritiesTransactionPrice18Choice>§rate_adjstmnt: Option<Vec<RateAdjustment1>>§day_cnt_bsis: Option<InterestComputationMethodFormat6Choice>Implementations§
Source§impl FloatingInterestRate22
impl FloatingInterestRate22
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FloatingInterestRate22
impl RefUnwindSafe for FloatingInterestRate22
impl Send for FloatingInterestRate22
impl Sync for FloatingInterestRate22
impl Unpin for FloatingInterestRate22
impl UnwindSafe for FloatingInterestRate22
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