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

The breakdown of PnL for a Share Class on a specified date. More...

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

Public Member Functions

 ShareClassPnlBreakdown (Dictionary< string, ShareClassAmount > apportionedNonClassSpecificPnl=default(Dictionary< string, ShareClassAmount >), Dictionary< string, ShareClassAmount > classPnl=default(Dictionary< string, ShareClassAmount >), Dictionary< string, ShareClassAmount > totalPnl=default(Dictionary< string, ShareClassAmount >))
 Initializes a new instance of the ShareClassPnlBreakdown 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 (ShareClassPnlBreakdown input)
 Returns true if ShareClassPnlBreakdown instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Dictionary< string, ShareClassAmountApportionedNonClassSpecificPnl [get, set]
 Bucket of detail for PnL within the queried period not explicitly allocated to any share class but has been apportioned to the share class. More...
 
Dictionary< string, ShareClassAmountClassPnl [get, set]
 Bucket of detail for PnL specific to the share class within the queried period. More...
 
Dictionary< string, ShareClassAmountTotalPnl [get, set]
 Bucket of detail for the sum of class PnL and PnL not specific to a class within the queried period. More...
 

Detailed Description

The breakdown of PnL for a Share Class on a specified date.

Constructor & Destructor Documentation

◆ ShareClassPnlBreakdown() [1/2]

Lusid.Sdk.Model.ShareClassPnlBreakdown.ShareClassPnlBreakdown ( )
inlineprotected

Initializes a new instance of the ShareClassPnlBreakdown class.

◆ ShareClassPnlBreakdown() [2/2]

Lusid.Sdk.Model.ShareClassPnlBreakdown.ShareClassPnlBreakdown ( Dictionary< string, ShareClassAmount apportionedNonClassSpecificPnl = default(Dictionary<string, ShareClassAmount>),
Dictionary< string, ShareClassAmount classPnl = default(Dictionary<string, ShareClassAmount>),
Dictionary< string, ShareClassAmount totalPnl = default(Dictionary<string, ShareClassAmount>) 
)
inline

Initializes a new instance of the ShareClassPnlBreakdown class.

Parameters
apportionedNonClassSpecificPnlBucket of detail for PnL within the queried period not explicitly allocated to any share class but has been apportioned to the share class. (required).
classPnlBucket of detail for PnL specific to the share class within the queried period. (required).
totalPnlBucket of detail for the sum of class PnL and PnL not specific to a class within the queried period. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ShareClassPnlBreakdown instances are equal

Parameters
inputInstance of ShareClassPnlBreakdown to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApportionedNonClassSpecificPnl

Dictionary<string, ShareClassAmount> Lusid.Sdk.Model.ShareClassPnlBreakdown.ApportionedNonClassSpecificPnl
getset

Bucket of detail for PnL within the queried period not explicitly allocated to any share class but has been apportioned to the share class.

Bucket of detail for PnL within the queried period not explicitly allocated to any share class but has been apportioned to the share class.

◆ ClassPnl

Dictionary<string, ShareClassAmount> Lusid.Sdk.Model.ShareClassPnlBreakdown.ClassPnl
getset

Bucket of detail for PnL specific to the share class within the queried period.

Bucket of detail for PnL specific to the share class within the queried period.

◆ TotalPnl

Dictionary<string, ShareClassAmount> Lusid.Sdk.Model.ShareClassPnlBreakdown.TotalPnl
getset

Bucket of detail for the sum of class PnL and PnL not specific to a class within the queried period.

Bucket of detail for the sum of class PnL and PnL not specific to a class within the queried period.


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