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

CreateDerivedPropertyDefinitionRequest More...

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

Public Types

enum class  DomainEnum {
  NotDefined = 1 , Transaction = 2 , Portfolio = 3 , Holding = 4 ,
  ReferenceHolding = 5 , TransactionConfiguration = 6 , Instrument = 7 , CutLabelDefinition = 8 ,
  Analytic = 9 , PortfolioGroup = 10 , Person = 11 , AccessMetadata = 12 ,
  Order = 13 , UnitResult = 14 , MarketData = 15 , ConfigurationRecipe = 16 ,
  Allocation = 17 , Calendar = 18 , LegalEntity = 19 , Placement = 20 ,
  Execution = 21 , Block = 22 , Participation = 23 , Package = 24 ,
  OrderInstruction = 25 , NextBestAction = 26 , CustomEntity = 27 , InstrumentEvent = 28 ,
  Account = 29 , ChartOfAccounts = 30 , CustodianAccount = 31 , Abor = 32 ,
  AborConfiguration = 33 , Fund = 34 , Reconciliation = 35 , PropertyDefinition = 36 ,
  Compliance = 37 , DiaryEntry = 38 , Leg = 39 , DerivedValuation = 40
}
 The domain that the property exists in. Not all available values are currently supported, please check the documentation: https://support.lusid.com/knowledgebase/article/KA-01719/. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Fund, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation More...
 

Public Member Functions

 CreateDerivedPropertyDefinitionRequest (DomainEnum domain=default(DomainEnum), string scope=default(string), string code=default(string), string displayName=default(string), ResourceId dataTypeId=default(ResourceId), string propertyDescription=default(string), string derivationFormula=default(string))
 Initializes a new instance of the CreateDerivedPropertyDefinitionRequest 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 (CreateDerivedPropertyDefinitionRequest input)
 Returns true if CreateDerivedPropertyDefinitionRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

DomainEnum Domain [get, set]
 The domain that the property exists in. Not all available values are currently supported, please check the documentation: https://support.lusid.com/knowledgebase/article/KA-01719/. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Fund, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation More...
 
string Scope [get, set]
 The scope that the property exists in. More...
 
string Code [get, set]
 The code of the property. Together with the domain and scope this uniquely identifies the property. More...
 
string DisplayName [get, set]
 The display name of the property. More...
 
ResourceId DataTypeId [get, set]
 Gets or Sets DataTypeId More...
 
string PropertyDescription [get, set]
 Describes the property More...
 
string DerivationFormula [get, set]
 The rule that defines how data is composed for a derived property. More...
 

Detailed Description

CreateDerivedPropertyDefinitionRequest

Member Enumeration Documentation

◆ DomainEnum

The domain that the property exists in. Not all available values are currently supported, please check the documentation: https://support.lusid.com/knowledgebase/article/KA-01719/. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Fund, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation

The domain that the property exists in. Not all available values are currently supported, please check the documentation: https://support.lusid.com/knowledgebase/article/KA-01719/. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Fund, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation

Enumerator
NotDefined 

Enum NotDefined for value: NotDefined

Transaction 

Enum Transaction for value: Transaction

Portfolio 

Enum Portfolio for value: Portfolio

Holding 

Enum Holding for value: Holding

ReferenceHolding 

Enum ReferenceHolding for value: ReferenceHolding

TransactionConfiguration 

Enum TransactionConfiguration for value: TransactionConfiguration

Instrument 

Enum Instrument for value: Instrument

CutLabelDefinition 

Enum CutLabelDefinition for value: CutLabelDefinition

Analytic 

Enum Analytic for value: Analytic

PortfolioGroup 

Enum PortfolioGroup for value: PortfolioGroup

Person 

Enum Person for value: Person

AccessMetadata 

Enum AccessMetadata for value: AccessMetadata

Order 

Enum Order for value: Order

UnitResult 

Enum UnitResult for value: UnitResult

MarketData 

Enum MarketData for value: MarketData

ConfigurationRecipe 

Enum ConfigurationRecipe for value: ConfigurationRecipe

Allocation 

Enum Allocation for value: Allocation

Calendar 

Enum Calendar for value: Calendar

LegalEntity 

Enum LegalEntity for value: LegalEntity

Placement 

Enum Placement for value: Placement

Execution 

Enum Execution for value: Execution

Block 

Enum Block for value: Block

Participation 

Enum Participation for value: Participation

Package 

Enum Package for value: Package

OrderInstruction 

Enum OrderInstruction for value: OrderInstruction

NextBestAction 

Enum NextBestAction for value: NextBestAction

CustomEntity 

Enum CustomEntity for value: CustomEntity

InstrumentEvent 

Enum InstrumentEvent for value: InstrumentEvent

Account 

Enum Account for value: Account

ChartOfAccounts 

Enum ChartOfAccounts for value: ChartOfAccounts

CustodianAccount 

Enum CustodianAccount for value: CustodianAccount

Abor 

Enum Abor for value: Abor

AborConfiguration 

Enum AborConfiguration for value: AborConfiguration

Fund 

Enum Fund for value: Fund

Reconciliation 

Enum Reconciliation for value: Reconciliation

PropertyDefinition 

Enum PropertyDefinition for value: PropertyDefinition

Compliance 

Enum Compliance for value: Compliance

DiaryEntry 

Enum DiaryEntry for value: DiaryEntry

Leg 

Enum Leg for value: Leg

DerivedValuation 

Enum DerivedValuation for value: DerivedValuation

Constructor & Destructor Documentation

◆ CreateDerivedPropertyDefinitionRequest() [1/2]

Lusid.Sdk.Model.CreateDerivedPropertyDefinitionRequest.CreateDerivedPropertyDefinitionRequest ( )
inlineprotected

Initializes a new instance of the CreateDerivedPropertyDefinitionRequest class.

◆ CreateDerivedPropertyDefinitionRequest() [2/2]

Lusid.Sdk.Model.CreateDerivedPropertyDefinitionRequest.CreateDerivedPropertyDefinitionRequest ( DomainEnum  domain = default(DomainEnum),
string  scope = default(string),
string  code = default(string),
string  displayName = default(string),
ResourceId  dataTypeId = default(ResourceId),
string  propertyDescription = default(string),
string  derivationFormula = default(string) 
)
inline

Initializes a new instance of the CreateDerivedPropertyDefinitionRequest class.

Parameters
domainThe domain that the property exists in. Not all available values are currently supported, please check the documentation: https://support.lusid.com/knowledgebase/article/KA-01719/. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Fund, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation (required).
scopeThe scope that the property exists in. (required).
codeThe code of the property. Together with the domain and scope this uniquely identifies the property. (required).
displayNameThe display name of the property. (required).
dataTypeIddataTypeId (required).
propertyDescriptionDescribes the property.
derivationFormulaThe rule that defines how data is composed for a derived property. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateDerivedPropertyDefinitionRequest instances are equal

Parameters
inputInstance of CreateDerivedPropertyDefinitionRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.CreateDerivedPropertyDefinitionRequest.Code
getset

The code of the property. Together with the domain and scope this uniquely identifies the property.

The code of the property. Together with the domain and scope this uniquely identifies the property.

◆ DataTypeId

ResourceId Lusid.Sdk.Model.CreateDerivedPropertyDefinitionRequest.DataTypeId
getset

Gets or Sets DataTypeId

◆ DerivationFormula

string Lusid.Sdk.Model.CreateDerivedPropertyDefinitionRequest.DerivationFormula
getset

The rule that defines how data is composed for a derived property.

The rule that defines how data is composed for a derived property.

◆ DisplayName

string Lusid.Sdk.Model.CreateDerivedPropertyDefinitionRequest.DisplayName
getset

The display name of the property.

The display name of the property.

◆ Domain

DomainEnum Lusid.Sdk.Model.CreateDerivedPropertyDefinitionRequest.Domain
getset

The domain that the property exists in. Not all available values are currently supported, please check the documentation: https://support.lusid.com/knowledgebase/article/KA-01719/. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Fund, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation

The domain that the property exists in. Not all available values are currently supported, please check the documentation: https://support.lusid.com/knowledgebase/article/KA-01719/. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction, NextBestAction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, Abor, AborConfiguration, Fund, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation

◆ PropertyDescription

string Lusid.Sdk.Model.CreateDerivedPropertyDefinitionRequest.PropertyDescription
getset

Describes the property

Describes the property

◆ Scope

string Lusid.Sdk.Model.CreateDerivedPropertyDefinitionRequest.Scope
getset

The scope that the property exists in.

The scope that the property exists in.


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