pub struct CompareInterestRate1 {
pub mrgn_ln_amt: Option<CompareAmountAndDirection1>,
pub fxd_intrst_rate: Option<ComparePercentageRate3>,
pub day_cnt_bsis: Option<CompareInterestComputationMethod3>,
pub fltg_intrst_ref_rate: Option<CompareBenchmarkCurveName3>,
pub fltg_intrst_rate_term_unit: Option<CompareRateBasis3>,
pub fltg_intrst_rate_term_val: Option<CompareNumber5>,
pub fltg_intrst_rate_pmt_frqcy_unit: Option<CompareRateBasis3>,
pub fltg_intrst_rate_pmt_frqcy_val: Option<CompareNumber5>,
pub fltg_intrst_rate_rst_frqcy_unit: Option<CompareRateBasis3>,
pub fltg_intrst_rate_rst_frqcy_val: Option<CompareNumber6>,
pub bsis_pt_sprd: Option<CompareDecimalNumber3>,
}Fields§
§mrgn_ln_amt: Option<CompareAmountAndDirection1>§fxd_intrst_rate: Option<ComparePercentageRate3>§day_cnt_bsis: Option<CompareInterestComputationMethod3>§fltg_intrst_ref_rate: Option<CompareBenchmarkCurveName3>§fltg_intrst_rate_term_unit: Option<CompareRateBasis3>§fltg_intrst_rate_term_val: Option<CompareNumber5>§fltg_intrst_rate_pmt_frqcy_unit: Option<CompareRateBasis3>§fltg_intrst_rate_pmt_frqcy_val: Option<CompareNumber5>§fltg_intrst_rate_rst_frqcy_unit: Option<CompareRateBasis3>§fltg_intrst_rate_rst_frqcy_val: Option<CompareNumber6>§bsis_pt_sprd: Option<CompareDecimalNumber3>Implementations§
Source§impl CompareInterestRate1
impl CompareInterestRate1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CompareInterestRate1
impl RefUnwindSafe for CompareInterestRate1
impl Send for CompareInterestRate1
impl Sync for CompareInterestRate1
impl Unpin for CompareInterestRate1
impl UnwindSafe for CompareInterestRate1
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