Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 711 Bytes

OptionEntry.md

File metadata and controls

19 lines (9 loc) · 711 Bytes

OptionEntry

Strike price against par and associated date for a bond call.

Properties

Name Type Description Notes
strike java.math.BigDecimal The strike on this date
date OffsetDateTime The date at which the option can be actioned at this strike
endDate OffsetDateTime If American exercise, this is the end of the exercise period. Optional field. Defaults to the Date field if not set. [optional]

Back to Model listBack to API listBack to README