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

PortfolioCashLadder More...

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

Public Member Functions

 PortfolioCashLadder (string currency=default(string), Dictionary< string, PerpetualProperty > subHoldingKeys=default(Dictionary< string, PerpetualProperty >), List< CashLadderRecord > records=default(List< CashLadderRecord >), Dictionary< string, ErrorDetail > failed=default(Dictionary< string, ErrorDetail >), List< Link > links=default(List< Link >))
 Initializes a new instance of the PortfolioCashLadder 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 (PortfolioCashLadder input)
 Returns true if PortfolioCashLadder instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Currency [get, set]
 The currency of the cash-flows. More...
 
Dictionary< string, PerpetualPropertySubHoldingKeys [get, set]
 The sub-holding properties which identify the holding. Each property will be from the &#39;Transaction&#39; domain. These are configured on a transaction portfolio. More...
 
List< CashLadderRecordRecords [get, set]
 A record of cash flows on a specific date. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The records that could not be returned along with a reason for their failure. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

PortfolioCashLadder

Constructor & Destructor Documentation

◆ PortfolioCashLadder() [1/2]

Lusid.Sdk.Model.PortfolioCashLadder.PortfolioCashLadder ( )
inlineprotected

Initializes a new instance of the PortfolioCashLadder class.

◆ PortfolioCashLadder() [2/2]

Lusid.Sdk.Model.PortfolioCashLadder.PortfolioCashLadder ( string  currency = default(string),
Dictionary< string, PerpetualProperty subHoldingKeys = default(Dictionary<string, PerpetualProperty>),
List< CashLadderRecord records = default(List<CashLadderRecord>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the PortfolioCashLadder class.

Parameters
currencyThe currency of the cash-flows. (required).
subHoldingKeysThe sub-holding properties which identify the holding. Each property will be from the &#39;Transaction&#39; domain. These are configured on a transaction portfolio..
recordsA record of cash flows on a specific date. (required).
failedThe records that could not be returned along with a reason for their failure..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PortfolioCashLadder instances are equal

Parameters
inputInstance of PortfolioCashLadder to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Currency

string Lusid.Sdk.Model.PortfolioCashLadder.Currency
getset

The currency of the cash-flows.

The currency of the cash-flows.

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.PortfolioCashLadder.Failed
getset

The records that could not be returned along with a reason for their failure.

The records that could not be returned along with a reason for their failure.

◆ Links

List<Link> Lusid.Sdk.Model.PortfolioCashLadder.Links
getset

Gets or Sets Links

◆ Records

List<CashLadderRecord> Lusid.Sdk.Model.PortfolioCashLadder.Records
getset

A record of cash flows on a specific date.

A record of cash flows on a specific date.

◆ SubHoldingKeys

Dictionary<string, PerpetualProperty> Lusid.Sdk.Model.PortfolioCashLadder.SubHoldingKeys
getset

The sub-holding properties which identify the holding. Each property will be from the &#39;Transaction&#39; domain. These are configured on a transaction portfolio.

The sub-holding properties which identify the holding. Each property will be from the &#39;Transaction&#39; domain. These are configured on a transaction portfolio.


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