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

FundConfigurationRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Code [get, set]
 Gets or Sets Code More...
 
string DisplayName [get, set]
 The name of the Fund. More...
 
string Description [get, set]
 A description for the Fund. 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...
 

Detailed Description

FundConfigurationRequest

Constructor & Destructor Documentation

◆ FundConfigurationRequest() [1/2]

Lusid.Sdk.Model.FundConfigurationRequest.FundConfigurationRequest ( )
inlineprotected

Initializes a new instance of the FundConfigurationRequest class.

◆ FundConfigurationRequest() [2/2]

Lusid.Sdk.Model.FundConfigurationRequest.FundConfigurationRequest ( string  code = default(string),
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>) 
)
inline

Initializes a new instance of the FundConfigurationRequest class.

Parameters
codecode (required).
displayNameThe name of the Fund..
descriptionA description for the Fund..
dealingFiltersThe set of filters used to decide which JE lines are included in the dealing. (required).
pnlFiltersThe set of filters used to decide which JE lines are included in the PnL. (required).
backOutFiltersThe set of filters used to decide which JE lines are included in the back outs. (required).
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..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FundConfigurationRequest instances are equal

Parameters
inputInstance of FundConfigurationRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BackOutFilters

List<ComponentFilter> Lusid.Sdk.Model.FundConfigurationRequest.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.

◆ Code

string Lusid.Sdk.Model.FundConfigurationRequest.Code
getset

Gets or Sets Code

◆ DealingFilters

List<ComponentFilter> Lusid.Sdk.Model.FundConfigurationRequest.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.FundConfigurationRequest.Description
getset

A description for the Fund.

A description for the Fund.

◆ DisplayName

string Lusid.Sdk.Model.FundConfigurationRequest.DisplayName
getset

The name of the Fund.

The name of the Fund.

◆ ExternalFeeFilters

List<ExternalFeeComponentFilter> Lusid.Sdk.Model.FundConfigurationRequest.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.

◆ PnlFilters

List<ComponentFilter> Lusid.Sdk.Model.FundConfigurationRequest.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.FundConfigurationRequest.Properties
getset

A set of properties for the Fund Configuration.

A set of properties for the Fund Configuration.


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