pyocf.types.interestrate

Type representation of an interest rate, including accrual start and end dates

pydantic model pyocf.types.interestrate.InterestRate

Type representation of an interest rate, including accrual start and end dates

field accrual_end_date: Date | None = None
field accrual_start_date: Date [Required]

Commencement date for interest accruing at the specified rate

field rate: Percentage [Required]

Interest rate for the convertible (decimal representation - e.g. 0.125 for12.5%)