LUSID C# SDK
|
Represents the legal agreement between two parties engaged in an OTC transaction. A typical example would be a 2002 ISDA Master Agreement, signed by two legal entities on a given date. More...
Public Member Functions | |
CounterpartyAgreement (string displayName=default(string), string agreementType=default(string), CounterpartySignatory counterpartySignatory=default(CounterpartySignatory), DateTimeOffset datedAsOf=default(DateTimeOffset), ResourceId creditSupportAnnexId=default(ResourceId), ResourceId id=default(ResourceId)) | |
Initializes a new instance of the CounterpartyAgreement 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 (CounterpartyAgreement input) |
Returns true if CounterpartyAgreement instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Protected Member Functions | |
CounterpartyAgreement () | |
Initializes a new instance of the CounterpartyAgreement class. More... | |
Properties | |
string | DisplayName [get, set] |
A user-defined display label for the Counterparty Agreement. More... | |
string | AgreementType [get, set] |
A user-defined field to capture the type of agreement this represents. Examples might be "ISDA 2002 Master Agreement" or "ISDA 1992 Master Agreement". More... | |
CounterpartySignatory | CounterpartySignatory [get, set] |
Gets or Sets CounterpartySignatory More... | |
DateTimeOffset | DatedAsOf [get, set] |
The date on which the CounterpartyAgreement was signed by both parties. More... | |
ResourceId | CreditSupportAnnexId [get, set] |
Gets or Sets CreditSupportAnnexId More... | |
ResourceId | Id [get, set] |
Gets or Sets Id More... | |
Represents the legal agreement between two parties engaged in an OTC transaction. A typical example would be a 2002 ISDA Master Agreement, signed by two legal entities on a given date.
|
inlineprotected |
Initializes a new instance of the CounterpartyAgreement class.
|
inline |
Initializes a new instance of the CounterpartyAgreement class.
displayName | A user-defined display label for the Counterparty Agreement. (required). |
agreementType | A user-defined field to capture the type of agreement this represents. Examples might be "ISDA 2002 Master Agreement" or "ISDA 1992 Master Agreement". (required). |
counterpartySignatory | counterpartySignatory (required). |
datedAsOf | The date on which the CounterpartyAgreement was signed by both parties. (required). |
creditSupportAnnexId | creditSupportAnnexId (required). |
id | id (required). |
|
inline |
Returns true if CounterpartyAgreement instances are equal
input | Instance of CounterpartyAgreement to be compared |
|
inline |
Returns true if objects are equal
input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
A user-defined field to capture the type of agreement this represents. Examples might be "ISDA 2002 Master Agreement" or "ISDA 1992 Master Agreement".
A user-defined field to capture the type of agreement this represents. Examples might be "ISDA 2002 Master Agreement" or "ISDA 1992 Master Agreement".
|
getset |
Gets or Sets CounterpartySignatory
|
getset |
Gets or Sets CreditSupportAnnexId
|
getset |
The date on which the CounterpartyAgreement was signed by both parties.
The date on which the CounterpartyAgreement was signed by both parties.
|
getset |
A user-defined display label for the Counterparty Agreement.
A user-defined display label for the Counterparty Agreement.
|
getset |
Gets or Sets Id