LUSID C# SDK
|
A 'transition' within a corporate action, representing a set of output movements paired to a single input position More...
Public Member Functions | |
TransitionEvent (DateTimeOffset announcementDate=default(DateTimeOffset), DateTimeOffset exDate=default(DateTimeOffset), DateTimeOffset recordDate=default(DateTimeOffset), DateTimeOffset paymentDate=default(DateTimeOffset), InputTransition inputTransition=default(InputTransition), List< OutputTransition > outputTransitions=default(List< OutputTransition >), InstrumentEventTypeEnum instrumentEventType=default(InstrumentEventTypeEnum)) | |
Initializes a new instance of the TransitionEvent class. More... | |
override string | ToString () |
Returns the string presentation of the object More... | |
override string | ToJson () |
Returns the JSON string presentation of the object More... | |
override bool | Equals (object input) |
Returns true if objects are equal More... | |
bool | Equals (TransitionEvent input) |
Returns true if TransitionEvent instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
![]() | |
InstrumentEvent (InstrumentEventTypeEnum instrumentEventType=default(InstrumentEventTypeEnum)) | |
Initializes a new instance of the InstrumentEvent class. More... | |
override string | ToString () |
Returns the string presentation of the object More... | |
override bool | Equals (object input) |
Returns true if objects are equal More... | |
bool | Equals (InstrumentEvent input) |
Returns true if InstrumentEvent instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Protected Member Functions | |
TransitionEvent () | |
Initializes a new instance of the TransitionEvent class. More... | |
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
To validate all properties of the instance More... | |
![]() | |
InstrumentEvent () | |
Initializes a new instance of the InstrumentEvent class. More... | |
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
To validate all properties of the instance More... | |
Properties | |
DateTimeOffset | AnnouncementDate [get, set] |
The announcement date of the corporate action More... | |
DateTimeOffset | ExDate [get, set] |
The ex date of the corporate action More... | |
DateTimeOffset | RecordDate [get, set] |
The record date of the corporate action More... | |
DateTimeOffset | PaymentDate [get, set] |
The payment date of the corporate action More... | |
InputTransition | InputTransition [get, set] |
Gets or Sets InputTransition More... | |
List< OutputTransition > | OutputTransitions [get, set] |
The resulting transitions from this event More... | |
![]() | |
InstrumentEventTypeEnum | InstrumentEventType [get, set] |
The Type of Event. The available values are: TransitionEvent, InformationalEvent, OpenEvent, CloseEvent, StockSplitEvent, BondDefaultEvent, CashDividendEvent, AmortisationEvent, CashFlowEvent, ExerciseEvent, ResetEvent, TriggerEvent, RawVendorEvent, InformationalErrorEvent, BondCouponEvent, DividendReinvestmentEvent, AccumulationEvent More... | |
Additional Inherited Members | |
![]() | |
enum class | InstrumentEventTypeEnum { TransitionEvent = 1 , InformationalEvent = 2 , OpenEvent = 3 , CloseEvent = 4 , StockSplitEvent = 5 , BondDefaultEvent = 6 , CashDividendEvent = 7 , AmortisationEvent = 8 , CashFlowEvent = 9 , ExerciseEvent = 10 , ResetEvent = 11 , TriggerEvent = 12 , RawVendorEvent = 13 , InformationalErrorEvent = 14 , BondCouponEvent = 15 , DividendReinvestmentEvent = 16 , AccumulationEvent = 17 } |
The Type of Event. The available values are: TransitionEvent, InformationalEvent, OpenEvent, CloseEvent, StockSplitEvent, BondDefaultEvent, CashDividendEvent, AmortisationEvent, CashFlowEvent, ExerciseEvent, ResetEvent, TriggerEvent, RawVendorEvent, InformationalErrorEvent, BondCouponEvent, DividendReinvestmentEvent, AccumulationEvent More... | |
A 'transition' within a corporate action, representing a set of output movements paired to a single input position
|
inlineprotected |
Initializes a new instance of the TransitionEvent class.
|
inline |
Initializes a new instance of the TransitionEvent class.
announcementDate | The announcement date of the corporate action. |
exDate | The ex date of the corporate action. |
recordDate | The record date of the corporate action. |
paymentDate | The payment date of the corporate action. |
inputTransition | inputTransition. |
outputTransitions | The resulting transitions from this event. |
instrumentEventType | The Type of Event. The available values are: TransitionEvent, InformationalEvent, OpenEvent, CloseEvent, StockSplitEvent, BondDefaultEvent, CashDividendEvent, AmortisationEvent, CashFlowEvent, ExerciseEvent, ResetEvent, TriggerEvent, RawVendorEvent, InformationalErrorEvent, BondCouponEvent, DividendReinvestmentEvent, AccumulationEvent (required) (default to "TransitionEvent"). |
|
inlineprotected |
To validate all properties of the instance
validationContext | Validation context |
|
inline |
Returns true if objects are equal
input | Object to be compared |
|
inline |
Returns true if TransitionEvent instances are equal
input | Instance of TransitionEvent to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.InstrumentEvent.
|
inline |
Returns the string presentation of the object
|
getset |
The announcement date of the corporate action
The announcement date of the corporate action
|
getset |
The ex date of the corporate action
The ex date of the corporate action
|
getset |
Gets or Sets InputTransition
|
getset |
The resulting transitions from this event
The resulting transitions from this event
|
getset |
The payment date of the corporate action
The payment date of the corporate action
|
getset |
The record date of the corporate action
The record date of the corporate action