Skip to content

ElectiveConversionInDateRangeTrigger

Type - Elective Conversion In Date Range Trigger#

https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/ElectiveConversionInDateRangeTrigger.schema.json

Type representation of elective trigger valid on or after start_date and until or before end_date.

Data Type: OCF TYPE

Properties:

Property Type Description Required
type Constant: ELECTIVE_IN_RANGE Scalar Constant REQUIRED
trigger_id STRING Id for this conversion trigger, unique within list of ConversionTriggers in parent convertible issuance's conversion_triggers field. REQUIRED
nickname STRING Human-friendly nickname to describe the conversion right -
trigger_description STRING Long-form description of the trigger -
conversion_right ONE OF the Following Types/Objs:
schema/types/conversion_rights/ConvertibleConversionRight
schema/types/conversion_rights/WarrantConversionRight
schema/types/conversion_rights/StockClassConversionRight
When the conditions of the trigger are met, how does the convertible convert? REQUIRED
start_date schema/types/Date Start date of range (inclusive) REQUIRED
end_date schema/types/Date End date of range (inclusive) REQUIRED

Source Code: schema/types/conversion_triggers/ElectiveConversionInDateRangeTrigger

Copyright © 2024 Open Cap Table Coalition.