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

FundConfiguration More...

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

Public Member Functions

 FundConfiguration (string href=default(string), ResourceId id=default(ResourceId), string displayName=default(string), string description=default(string), List< ComponentFilter > dealingFilters=default(List< ComponentFilter >), List< ComponentFilter > pnlFilters=default(List< ComponentFilter >), List< ComponentFilter > backOutFilters=default(List< ComponentFilter >), List< ExternalFeeComponentFilter > externalFeeFilters=default(List< ExternalFeeComponentFilter >), Dictionary< string, Property > properties=default(Dictionary< string, Property >), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the FundConfiguration 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 (FundConfiguration input)
 Returns true if FundConfiguration instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
ResourceId Id [get, set]
 Gets or Sets Id More...
 
string DisplayName [get, set]
 The name of the FundConfiguration. More...
 
string Description [get, set]
 A description for the FundConfiguration. More...
 
List< ComponentFilterDealingFilters [get, set]
 The set of filters used to decide which JE lines are included in the dealing. More...
 
List< ComponentFilterPnlFilters [get, set]
 The set of filters used to decide which JE lines are included in the PnL. More...
 
List< ComponentFilterBackOutFilters [get, set]
 The set of filters used to decide which JE lines are included in the back outs. More...
 
List< ExternalFeeComponentFilterExternalFeeFilters [get, set]
 The set of filters used to decide which JE lines are used for inputting fees from an external source. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the Fund Configuration. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

FundConfiguration

Constructor & Destructor Documentation

◆ FundConfiguration() [1/2]

Lusid.Sdk.Model.FundConfiguration.FundConfiguration ( )
inlineprotected

Initializes a new instance of the FundConfiguration class.

◆ FundConfiguration() [2/2]

Lusid.Sdk.Model.FundConfiguration.FundConfiguration ( string  href = default(string),
ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
List< ComponentFilter dealingFilters = default(List<ComponentFilter>),
List< ComponentFilter pnlFilters = default(List<ComponentFilter>),
List< ComponentFilter backOutFilters = default(List<ComponentFilter>),
List< ExternalFeeComponentFilter externalFeeFilters = default(List<ExternalFeeComponentFilter>),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
ModelVersion  varVersion = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the FundConfiguration class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
idid (required).
displayNameThe name of the FundConfiguration..
descriptionA description for the FundConfiguration..
dealingFiltersThe set of filters used to decide which JE lines are included in the dealing..
pnlFiltersThe set of filters used to decide which JE lines are included in the PnL..
backOutFiltersThe set of filters used to decide which JE lines are included in the back outs..
externalFeeFiltersThe set of filters used to decide which JE lines are used for inputting fees from an external source..
propertiesA set of properties for the Fund Configuration..
varVersionvarVersion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FundConfiguration instances are equal

Parameters
inputInstance of FundConfiguration to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BackOutFilters

List<ComponentFilter> Lusid.Sdk.Model.FundConfiguration.BackOutFilters
getset

The set of filters used to decide which JE lines are included in the back outs.

The set of filters used to decide which JE lines are included in the back outs.

◆ DealingFilters

List<ComponentFilter> Lusid.Sdk.Model.FundConfiguration.DealingFilters
getset

The set of filters used to decide which JE lines are included in the dealing.

The set of filters used to decide which JE lines are included in the dealing.

◆ Description

string Lusid.Sdk.Model.FundConfiguration.Description
getset

A description for the FundConfiguration.

A description for the FundConfiguration.

◆ DisplayName

string Lusid.Sdk.Model.FundConfiguration.DisplayName
getset

The name of the FundConfiguration.

The name of the FundConfiguration.

◆ ExternalFeeFilters

List<ExternalFeeComponentFilter> Lusid.Sdk.Model.FundConfiguration.ExternalFeeFilters
getset

The set of filters used to decide which JE lines are used for inputting fees from an external source.

The set of filters used to decide which JE lines are used for inputting fees from an external source.

◆ Href

string Lusid.Sdk.Model.FundConfiguration.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Id

ResourceId Lusid.Sdk.Model.FundConfiguration.Id
getset

Gets or Sets Id

◆ Links

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

Gets or Sets Links

◆ PnlFilters

List<ComponentFilter> Lusid.Sdk.Model.FundConfiguration.PnlFilters
getset

The set of filters used to decide which JE lines are included in the PnL.

The set of filters used to decide which JE lines are included in the PnL.

◆ Properties

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

A set of properties for the Fund Configuration.

A set of properties for the Fund Configuration.

◆ VarVersion

ModelVersion Lusid.Sdk.Model.FundConfiguration.VarVersion
getset

Gets or Sets VarVersion


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