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

EstimateVariant More...

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

Public Member Functions

 EstimateVariant (string variant=default(string), string displayName=default(string), string description=default(string), DateTimeOffset asAt=default(DateTimeOffset), DateTimeOffset? holdingsAsAtOverride=default(DateTimeOffset?), DateTimeOffset? valuationsAsAtOverride=default(DateTimeOffset?), Dictionary< string, Property > properties=default(Dictionary< string, Property >), ModelVersion varVersion=default(ModelVersion))
 Initializes a new instance of the EstimateVariant 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 (EstimateVariant input)
 Returns true if EstimateVariant instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Variant [get, set]
 The Variant of the Calendar Entry. Together with the valuation point code marks the unique branch for the NavType. More...
 
string DisplayName [get, set]
 The name of the Fund Calendar entry. More...
 
string Description [get, set]
 A description for the Fund Calendar entry. More...
 
DateTimeOffset AsAt [get, set]
 The asAt datetime for the Calendar Entry. More...
 
DateTimeOffset? HoldingsAsAtOverride [get, set]
 The optional AsAt Override to use for building holdings in the Valuation Point. Defaults to QueryAsAt. More...
 
DateTimeOffset? ValuationsAsAtOverride [get, set]
 The optional AsAt Override to use for performing valuations in the Valuation Point. Defaults to QueryAsAt. More...
 
Dictionary< string, PropertyProperties [get, set]
 The properties for the Calendar Entry. These will be from the &#39;ClosedPeriod&#39; domain. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 

Detailed Description

EstimateVariant

Constructor & Destructor Documentation

◆ EstimateVariant() [1/2]

Lusid.Sdk.Model.EstimateVariant.EstimateVariant ( )
inlineprotected

Initializes a new instance of the EstimateVariant class.

◆ EstimateVariant() [2/2]

Lusid.Sdk.Model.EstimateVariant.EstimateVariant ( string  variant = default(string),
string  displayName = default(string),
string  description = default(string),
DateTimeOffset  asAt = default(DateTimeOffset),
DateTimeOffset?  holdingsAsAtOverride = default(DateTimeOffset?),
DateTimeOffset?  valuationsAsAtOverride = default(DateTimeOffset?),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
ModelVersion  varVersion = default(ModelVersion) 
)
inline

Initializes a new instance of the EstimateVariant class.

Parameters
variantThe Variant of the Calendar Entry. Together with the valuation point code marks the unique branch for the NavType..
displayNameThe name of the Fund Calendar entry. (required).
descriptionA description for the Fund Calendar entry..
asAtThe asAt datetime for the Calendar Entry. (required).
holdingsAsAtOverrideThe optional AsAt Override to use for building holdings in the Valuation Point. Defaults to QueryAsAt..
valuationsAsAtOverrideThe optional AsAt Override to use for performing valuations in the Valuation Point. Defaults to QueryAsAt..
propertiesThe properties for the Calendar Entry. These will be from the &#39;ClosedPeriod&#39; domain..
varVersionvarVersion (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if EstimateVariant instances are equal

Parameters
inputInstance of EstimateVariant to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset Lusid.Sdk.Model.EstimateVariant.AsAt
getset

The asAt datetime for the Calendar Entry.

The asAt datetime for the Calendar Entry.

◆ Description

string Lusid.Sdk.Model.EstimateVariant.Description
getset

A description for the Fund Calendar entry.

A description for the Fund Calendar entry.

◆ DisplayName

string Lusid.Sdk.Model.EstimateVariant.DisplayName
getset

The name of the Fund Calendar entry.

The name of the Fund Calendar entry.

◆ HoldingsAsAtOverride

DateTimeOffset? Lusid.Sdk.Model.EstimateVariant.HoldingsAsAtOverride
getset

The optional AsAt Override to use for building holdings in the Valuation Point. Defaults to QueryAsAt.

The optional AsAt Override to use for building holdings in the Valuation Point. Defaults to QueryAsAt.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.EstimateVariant.Properties
getset

The properties for the Calendar Entry. These will be from the &#39;ClosedPeriod&#39; domain.

The properties for the Calendar Entry. These will be from the &#39;ClosedPeriod&#39; domain.

◆ ValuationsAsAtOverride

DateTimeOffset? Lusid.Sdk.Model.EstimateVariant.ValuationsAsAtOverride
getset

The optional AsAt Override to use for performing valuations in the Valuation Point. Defaults to QueryAsAt.

The optional AsAt Override to use for performing valuations in the Valuation Point. Defaults to QueryAsAt.

◆ Variant

string Lusid.Sdk.Model.EstimateVariant.Variant
getset

The Variant of the Calendar Entry. Together with the valuation point code marks the unique branch for the NavType.

The Variant of the Calendar Entry. Together with the valuation point code marks the unique branch for the NavType.

◆ VarVersion

ModelVersion Lusid.Sdk.Model.EstimateVariant.VarVersion
getset

Gets or Sets VarVersion


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