LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.CashAndSecurityOfferElection Class Reference

Election for events that result in both cash and equity via a merger or acquisition More...

Inheritance diagram for Lusid.Sdk.Model.CashAndSecurityOfferElection:
Inheritance graph
[legend]

Public Member Functions

 CashAndSecurityOfferElection (string cashOfferCurrency=default(string), decimal cashOfferPrice=default(decimal), decimal? costFactor=default(decimal?), string electionKey=default(string), bool isChosen=default(bool), bool isDefault=default(bool), UnitsRatio unitsRatio=default(UnitsRatio))
 Initializes a new instance of the CashAndSecurityOfferElection class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual 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 (CashAndSecurityOfferElection input)
 Returns true if CashAndSecurityOfferElection instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 CashAndSecurityOfferElection ()
 Initializes a new instance of the CashAndSecurityOfferElection class. More...
 

Properties

string CashOfferCurrency [get, set]
 Currency of the cash offer More...
 
decimal CashOfferPrice [get, set]
 Price per share of the cash offer More...
 
decimal? CostFactor [get, set]
 Optional. The fraction of cost that is transferred from the existing shares to the new shares. More...
 
string ElectionKey [get, set]
 Unique key associated to this election. More...
 
bool IsChosen [get, set]
 Is this the election that has been explicitly chosen from multiple options. More...
 
bool IsDefault [get, set]
 Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided. More...
 
UnitsRatio UnitsRatio [get, set]
 Gets or Sets UnitsRatio More...
 

Detailed Description

Election for events that result in both cash and equity via a merger or acquisition

Constructor & Destructor Documentation

◆ CashAndSecurityOfferElection() [1/2]

Lusid.Sdk.Model.CashAndSecurityOfferElection.CashAndSecurityOfferElection ( )
inlineprotected

Initializes a new instance of the CashAndSecurityOfferElection class.

◆ CashAndSecurityOfferElection() [2/2]

Lusid.Sdk.Model.CashAndSecurityOfferElection.CashAndSecurityOfferElection ( string  cashOfferCurrency = default(string),
decimal  cashOfferPrice = default(decimal),
decimal?  costFactor = default(decimal?),
string  electionKey = default(string),
bool  isChosen = default(bool),
bool  isDefault = default(bool),
UnitsRatio  unitsRatio = default(UnitsRatio) 
)
inline

Initializes a new instance of the CashAndSecurityOfferElection class.

Parameters
cashOfferCurrencyCurrency of the cash offer (required).
cashOfferPricePrice per share of the cash offer (required).
costFactorOptional. The fraction of cost that is transferred from the existing shares to the new shares..
electionKeyUnique key associated to this election. (required).
isChosenIs this the election that has been explicitly chosen from multiple options..
isDefaultIs this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided..
unitsRatiounitsRatio (required).

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.CashAndSecurityOfferElection.Equals ( CashAndSecurityOfferElection  input)
inline

Returns true if CashAndSecurityOfferElection instances are equal

Parameters
inputInstance of CashAndSecurityOfferElection to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.CashAndSecurityOfferElection.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.CashAndSecurityOfferElection.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.CashAndSecurityOfferElection.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.CashAndSecurityOfferElection.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CashOfferCurrency

string Lusid.Sdk.Model.CashAndSecurityOfferElection.CashOfferCurrency
getset

Currency of the cash offer

Currency of the cash offer

◆ CashOfferPrice

decimal Lusid.Sdk.Model.CashAndSecurityOfferElection.CashOfferPrice
getset

Price per share of the cash offer

Price per share of the cash offer

◆ CostFactor

decimal? Lusid.Sdk.Model.CashAndSecurityOfferElection.CostFactor
getset

Optional. The fraction of cost that is transferred from the existing shares to the new shares.

Optional. The fraction of cost that is transferred from the existing shares to the new shares.

◆ ElectionKey

string Lusid.Sdk.Model.CashAndSecurityOfferElection.ElectionKey
getset

Unique key associated to this election.

Unique key associated to this election.

◆ IsChosen

bool Lusid.Sdk.Model.CashAndSecurityOfferElection.IsChosen
getset

Is this the election that has been explicitly chosen from multiple options.

Is this the election that has been explicitly chosen from multiple options.

◆ IsDefault

bool Lusid.Sdk.Model.CashAndSecurityOfferElection.IsDefault
getset

Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided.

Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided.

◆ UnitsRatio

UnitsRatio Lusid.Sdk.Model.CashAndSecurityOfferElection.UnitsRatio
getset

Gets or Sets UnitsRatio


The documentation for this class was generated from the following file: