Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.48 KB

EarlyRedemptionEvent.md

File metadata and controls

22 lines (12 loc) · 1.48 KB

EarlyRedemptionEvent

Early redemption as a consequence of a bond being called or putted.

Properties

Name Type Description Notes
effectiveDate OffsetDateTime Date of redemption. For internally generated European callables, this is set to the exercise date. For internally generated American callables, this is set to the start of the exercise period. [optional]
currency String Currency of the redemption.
earlyRedemptionElections List<EarlyRedemptionElection> EarlyRedemptionElection for the redemption. Used to trigger the redemption.
redemptionPercentage java.math.BigDecimal Percentage of the original issue that is redeemed, where 0.5 implies 50%. Defaults to 1 if not set. Must be between 0 and 1. [optional]
pricePerUnit java.math.BigDecimal The price, or strike, that each unit is redeemed at. [optional]
accruedInterestPerUnit java.math.BigDecimal Unpaid accrued interest also repaid as part of the redemption, per unit. Optional field. If left empty, will be resolved internally by calculating the accrued owed on the EffectiveDate. This process may require additional market data. [optional]

Back to Model listBack to API listBack to README