pub struct FloatingRate13 {
pub id: Option<String>,
pub nm: Option<String>,
pub rate: Option<FloatingRateIdentification8Choice>,
pub ref_prd: Option<InterestRateContractTerm4>,
pub sprd: Option<SecuritiesTransactionPrice20Choice>,
pub day_cnt: Option<InterestComputationMethodFormat7>,
pub pmt_frqcy: Option<InterestRateFrequency3Choice>,
pub rst_frqcy: Option<InterestRateFrequency3Choice>,
pub nxt_fltg_rst: Option<ResetDateAndValue1>,
pub last_fltg_rst: Option<ResetDateAndValue1>,
}Fields§
§id: Option<String>§nm: Option<String>§rate: Option<FloatingRateIdentification8Choice>§ref_prd: Option<InterestRateContractTerm4>§sprd: Option<SecuritiesTransactionPrice20Choice>§day_cnt: Option<InterestComputationMethodFormat7>§pmt_frqcy: Option<InterestRateFrequency3Choice>§rst_frqcy: Option<InterestRateFrequency3Choice>§nxt_fltg_rst: Option<ResetDateAndValue1>§last_fltg_rst: Option<ResetDateAndValue1>Implementations§
Source§impl FloatingRate13
impl FloatingRate13
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FloatingRate13
impl RefUnwindSafe for FloatingRate13
impl Send for FloatingRate13
impl Sync for FloatingRate13
impl Unpin for FloatingRate13
impl UnwindSafe for FloatingRate13
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