sdk.lusid.models.warrants_exercise_event.WarrantsExerciseEvent

class WarrantsExerciseEvent(**data)[source]

Warrants Exercise (EXWA) — the holder’s election to exercise an outstanding warrant, paying the strike and receiving the underlying security, or to let it lapse at zero proceeds. Elective (Voluntary / MandatoryWithChoices) on EquityOption (EquityOptionType = Warrant) and SimpleInstrument. # noqa: E501

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

Attributes

This is a Pydantic class. For now, click on the green [source] link in the class signature above to see descriptions/allowed values for these attributes.

payment_date

period_of_action_start

period_of_action_end

response_deadline_date

market_deadline_date

early_response_deadline

strike_per_unit

strike_currency

units_ratio

new_instrument

fraction_disposition

option_exercise_elections

lapse_elections

instrument_event_type

additional_properties

class Config[source]

Pydantic configuration

classmethod from_dict(obj)[source]

Create an instance of WarrantsExerciseEvent from a dict

Return type:

WarrantsExerciseEvent

classmethod from_json(json_str)[source]

Create an instance of WarrantsExerciseEvent from a JSON string

Return type:

WarrantsExerciseEvent

classmethod instrument_event_type_validate_enum(value)[source]

Validates the enum

to_dict()[source]

Returns the dictionary representation of the model using alias

to_json()[source]

Returns the JSON representation of the model using alias

Return type:

str

to_str()[source]

Returns the string representation of the model using alias

Return type:

str