|
LUSID C# SDK
|
A list of Composite Breakdowns. More...

Public Member Functions | |
| CompositeBreakdown (DateTimeOffset effectiveAt=default(DateTimeOffset), PortfolioReturnBreakdown composite=default(PortfolioReturnBreakdown), List< PortfolioReturnBreakdown > constituents=default(List< PortfolioReturnBreakdown >)) | |
| Initializes a new instance of the CompositeBreakdown 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 (CompositeBreakdown input) |
| Returns true if CompositeBreakdown instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| CompositeBreakdown () | |
| Initializes a new instance of the CompositeBreakdown class. More... | |
Properties | |
| DateTimeOffset | EffectiveAt [get, set] |
| The effectiveAt for the calculation. More... | |
| PortfolioReturnBreakdown | Composite [get, set] |
| Gets or Sets Composite More... | |
| List< PortfolioReturnBreakdown > | Constituents [get, set] |
| The constituents with their information which are part of the composite. More... | |
A list of Composite Breakdowns.
|
inlineprotected |
Initializes a new instance of the CompositeBreakdown class.
|
inline |
Initializes a new instance of the CompositeBreakdown class.
| effectiveAt | The effectiveAt for the calculation. (required). |
| composite | composite. |
| constituents | The constituents with their information which are part of the composite.. |
|
inline |
Returns true if CompositeBreakdown instances are equal
| input | Instance of CompositeBreakdown 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 |
Gets or Sets Composite
|
getset |
The constituents with their information which are part of the composite.
The constituents with their information which are part of the composite.
|
getset |
The effectiveAt for the calculation.
The effectiveAt for the calculation.