Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 682 Bytes

CloseEvent.md

File metadata and controls

18 lines (8 loc) · 682 Bytes

CloseEvent

The termination of an instrument. In some cases termination can happen over a range of dates e.g. american option exercise. In most cases the startDate == endDate

Properties

Name Type Description Notes
startDate OffsetDateTime The first date on which the instrument could close [optional]
endDate OffsetDateTime The last date on which the instrument could close [optional]

Back to Model listBack to API listBack to README