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

A list of Composite Breakdowns. More...

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

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< PortfolioReturnBreakdownConstituents [get, set]
 The constituents with their information which are part of the composite. More...
 

Detailed Description

A list of Composite Breakdowns.

Constructor & Destructor Documentation

◆ CompositeBreakdown() [1/2]

Lusid.Sdk.Model.CompositeBreakdown.CompositeBreakdown ( )
inlineprotected

Initializes a new instance of the CompositeBreakdown class.

◆ CompositeBreakdown() [2/2]

Lusid.Sdk.Model.CompositeBreakdown.CompositeBreakdown ( DateTimeOffset  effectiveAt = default(DateTimeOffset),
PortfolioReturnBreakdown  composite = default(PortfolioReturnBreakdown),
List< PortfolioReturnBreakdown constituents = default(List<PortfolioReturnBreakdown>) 
)
inline

Initializes a new instance of the CompositeBreakdown class.

Parameters
effectiveAtThe effectiveAt for the calculation. (required).
compositecomposite.
constituentsThe constituents with their information which are part of the composite..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CompositeBreakdown instances are equal

Parameters
inputInstance of CompositeBreakdown to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Composite

PortfolioReturnBreakdown Lusid.Sdk.Model.CompositeBreakdown.Composite
getset

Gets or Sets Composite

◆ Constituents

List<PortfolioReturnBreakdown> Lusid.Sdk.Model.CompositeBreakdown.Constituents
getset

The constituents with their information which are part of the composite.

The constituents with their information which are part of the composite.

◆ EffectiveAt

DateTimeOffset Lusid.Sdk.Model.CompositeBreakdown.EffectiveAt
getset

The effectiveAt for the calculation.

The effectiveAt for the calculation.


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