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

IdentifierDefinition More...

Inheritance diagram for Lusid.Sdk.Model.IdentifierDefinition:
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 , InvestorRecord = 20 ,
  InvestmentAccount = 21 , Placement = 22 , Execution = 23 , Block = 24 ,
  Participation = 25 , Package = 26 , OrderInstruction = 27 , NextBestAction = 28 ,
  CustomEntity = 29 , InstrumentEvent = 30 , Account = 31 , ChartOfAccounts = 32 ,
  CustodianAccount = 33 , CheckDefinition = 34 , Abor = 35 , AborConfiguration = 36 ,
  Fund = 37 , FundConfiguration = 38 , Fee = 39 , Reconciliation = 40 ,
  PropertyDefinition = 41 , Compliance = 42 , DiaryEntry = 43 , Leg = 44 ,
  DerivedValuation = 45 , Timeline = 46 , ClosedPeriod = 47 , AddressKeyDefinition = 48 ,
  AmortisationRuleSet = 49 , AnalyticsSetInventory = 50 , AtomUnitResult = 51 , CleardownModule = 52 ,
  ComplexMarketData = 53 , ComplianceRunSummary = 54 , ComplianceRule = 55 , ComplianceRunInfo = 56 ,
  CorporateActionSource = 57 , CounterpartyAgreement = 58 , CustomEntityDefinition = 59 , DataType = 60 ,
  Dialect = 61 , EventHandler = 62 , GeneralLedgerProfile = 63 , PostingModule = 64 ,
  Quote = 65 , RecipeComposer = 66 , ReconciliationRunBreak = 67 , ReferenceList = 68 ,
  RelationDefinition = 69 , ReturnBlockIndex = 70 , SRSDocument = 71 , SRSIndex = 72 ,
  TransactionTemplate = 73 , TransactionTemplateScope = 74 , TransactionType = 75 , TransactionTypeConfig = 76 ,
  TranslationScript = 77 , TaskDefinition = 78 , TaskInstance = 79 , Worker = 80 ,
  StagingRuleSet = 81 , IdentifierDefinition = 82 , SettlementInstruction = 83 , TransactionFeeType = 84 ,
  AllocationMethod = 85 , TransactionFee = 86
}
 The type of entity to which the identifier can be attached. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType. More...
 
enum class  LifeTimeEnum { Perpetual = 1 , TimeVariant = 2 }
 Describes whether an identifier value is associated with an entity for all effective dates or applies within a specified effective date range. Available values: Perpetual, TimeVariant. More...
 

Public Member Functions

 IdentifierDefinition (string href=default(string), DomainEnum domain=default(DomainEnum), string identifierScope=default(string), string identifierType=default(string), LifeTimeEnum lifeTime=default(LifeTimeEnum), string hierarchyUsage=default(string), string hierarchyLevel=default(string), string displayName=default(string), string description=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >), ModelVersion varVersion=default(ModelVersion))
 Initializes a new instance of the IdentifierDefinition 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 (IdentifierDefinition input)
 Returns true if IdentifierDefinition instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

DomainEnum Domain [get, set]
 The type of entity to which the identifier can be attached. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType. More...
 
LifeTimeEnum LifeTime [get, set]
 Describes whether an identifier value is associated with an entity for all effective dates or applies within a specified effective date range. Available values: Perpetual, TimeVariant. More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
string IdentifierScope [get, set]
 The scope that the identifier definition exists in. More...
 
string IdentifierType [get, set]
 What the identifier represents. Together with &quot;domain&quot; and &quot;identifierScope&quot; this uniquely identifies the identifier definition. More...
 
string HierarchyUsage [get, set]
 MasterIdentifier (aka unique) An entity can have one value for this identifier definition on a given effective date. A value for this identifier definition can only be associated with one entity (in a given scope) on a given effective date. ParentIdentifier (aka non-unique) An entity can have one value for this identifier definition on a given effective date. A value for this identifier definition can be associated with many entities (in a given scope) on a given effective date. Default value: MasterIdentifier. Available values: MasterIdentifier, ParentIdentifier. More...
 
string HierarchyLevel [get, set]
 Optional metadata associated with the identifier definition. More...
 
string DisplayName [get, set]
 A display name for the identifier. E.g. Figi. More...
 
string Description [get, set]
 An optional description for the identifier. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the identifier definition. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 

Detailed Description

IdentifierDefinition

Member Enumeration Documentation

◆ DomainEnum

The type of entity to which the identifier can be attached. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType.

The type of entity to which the identifier can be attached. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType.

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

InvestorRecord 

Enum InvestorRecord for value: InvestorRecord

InvestmentAccount 

Enum InvestmentAccount for value: InvestmentAccount

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

CheckDefinition 

Enum CheckDefinition for value: CheckDefinition

Abor 

Enum Abor for value: Abor

AborConfiguration 

Enum AborConfiguration for value: AborConfiguration

Fund 

Enum Fund for value: Fund

FundConfiguration 

Enum FundConfiguration for value: FundConfiguration

Fee 

Enum Fee for value: Fee

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

Timeline 

Enum Timeline for value: Timeline

ClosedPeriod 

Enum ClosedPeriod for value: ClosedPeriod

AddressKeyDefinition 

Enum AddressKeyDefinition for value: AddressKeyDefinition

AmortisationRuleSet 

Enum AmortisationRuleSet for value: AmortisationRuleSet

AnalyticsSetInventory 

Enum AnalyticsSetInventory for value: AnalyticsSetInventory

AtomUnitResult 

Enum AtomUnitResult for value: AtomUnitResult

CleardownModule 

Enum CleardownModule for value: CleardownModule

ComplexMarketData 

Enum ComplexMarketData for value: ComplexMarketData

ComplianceRunSummary 

Enum ComplianceRunSummary for value: ComplianceRunSummary

ComplianceRule 

Enum ComplianceRule for value: ComplianceRule

ComplianceRunInfo 

Enum ComplianceRunInfo for value: ComplianceRunInfo

CorporateActionSource 

Enum CorporateActionSource for value: CorporateActionSource

CounterpartyAgreement 

Enum CounterpartyAgreement for value: CounterpartyAgreement

CustomEntityDefinition 

Enum CustomEntityDefinition for value: CustomEntityDefinition

DataType 

Enum DataType for value: DataType

Dialect 

Enum Dialect for value: Dialect

EventHandler 

Enum EventHandler for value: EventHandler

GeneralLedgerProfile 

Enum GeneralLedgerProfile for value: GeneralLedgerProfile

PostingModule 

Enum PostingModule for value: PostingModule

Quote 

Enum Quote for value: Quote

RecipeComposer 

Enum RecipeComposer for value: RecipeComposer

ReconciliationRunBreak 

Enum ReconciliationRunBreak for value: ReconciliationRunBreak

ReferenceList 

Enum ReferenceList for value: ReferenceList

RelationDefinition 

Enum RelationDefinition for value: RelationDefinition

ReturnBlockIndex 

Enum ReturnBlockIndex for value: ReturnBlockIndex

SRSDocument 

Enum SRSDocument for value: SRSDocument

SRSIndex 

Enum SRSIndex for value: SRSIndex

TransactionTemplate 

Enum TransactionTemplate for value: TransactionTemplate

TransactionTemplateScope 

Enum TransactionTemplateScope for value: TransactionTemplateScope

TransactionType 

Enum TransactionType for value: TransactionType

TransactionTypeConfig 

Enum TransactionTypeConfig for value: TransactionTypeConfig

TranslationScript 

Enum TranslationScript for value: TranslationScript

TaskDefinition 

Enum TaskDefinition for value: TaskDefinition

TaskInstance 

Enum TaskInstance for value: TaskInstance

Worker 

Enum Worker for value: Worker

StagingRuleSet 

Enum StagingRuleSet for value: StagingRuleSet

IdentifierDefinition 

Enum IdentifierDefinition for value: IdentifierDefinition

SettlementInstruction 

Enum SettlementInstruction for value: SettlementInstruction

TransactionFeeType 

Enum TransactionFeeType for value: TransactionFeeType

AllocationMethod 

Enum AllocationMethod for value: AllocationMethod

TransactionFee 

Enum TransactionFee for value: TransactionFee

◆ LifeTimeEnum

Describes whether an identifier value is associated with an entity for all effective dates or applies within a specified effective date range. Available values: Perpetual, TimeVariant.

Describes whether an identifier value is associated with an entity for all effective dates or applies within a specified effective date range. Available values: Perpetual, TimeVariant.

Enumerator
Perpetual 

Enum Perpetual for value: Perpetual

TimeVariant 

Enum TimeVariant for value: TimeVariant

Constructor & Destructor Documentation

◆ IdentifierDefinition() [1/2]

Lusid.Sdk.Model.IdentifierDefinition.IdentifierDefinition ( )
inlineprotected

Initializes a new instance of the IdentifierDefinition class.

◆ IdentifierDefinition() [2/2]

Lusid.Sdk.Model.IdentifierDefinition.IdentifierDefinition ( string  href = default(string),
DomainEnum  domain = default(DomainEnum),
string  identifierScope = default(string),
string  identifierType = default(string),
LifeTimeEnum  lifeTime = default(LifeTimeEnum),
string  hierarchyUsage = default(string),
string  hierarchyLevel = default(string),
string  displayName = default(string),
string  description = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
ModelVersion  varVersion = default(ModelVersion) 
)
inline

Initializes a new instance of the IdentifierDefinition class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
domainThe type of entity to which the identifier can be attached. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType. (required).
identifierScopeThe scope that the identifier definition exists in. (required).
identifierTypeWhat the identifier represents. Together with &quot;domain&quot; and &quot;identifierScope&quot; this uniquely identifies the identifier definition. (required).
lifeTimeDescribes whether an identifier value is associated with an entity for all effective dates or applies within a specified effective date range. Available values: Perpetual, TimeVariant. (required).
hierarchyUsageMasterIdentifier (aka unique) An entity can have one value for this identifier definition on a given effective date. A value for this identifier definition can only be associated with one entity (in a given scope) on a given effective date. ParentIdentifier (aka non-unique) An entity can have one value for this identifier definition on a given effective date. A value for this identifier definition can be associated with many entities (in a given scope) on a given effective date. Default value: MasterIdentifier. Available values: MasterIdentifier, ParentIdentifier..
hierarchyLevelOptional metadata associated with the identifier definition..
displayNameA display name for the identifier. E.g. Figi..
descriptionAn optional description for the identifier..
propertiesA set of properties for the identifier definition..
varVersionvarVersion.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if IdentifierDefinition instances are equal

Parameters
inputInstance of IdentifierDefinition to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.IdentifierDefinition.Description
getset

An optional description for the identifier.

An optional description for the identifier.

◆ DisplayName

string Lusid.Sdk.Model.IdentifierDefinition.DisplayName
getset

A display name for the identifier. E.g. Figi.

A display name for the identifier. E.g. Figi.

◆ Domain

DomainEnum Lusid.Sdk.Model.IdentifierDefinition.Domain
getset

The type of entity to which the identifier can be attached. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType.

The type of entity to which the identifier can be attached. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType.

◆ HierarchyLevel

string Lusid.Sdk.Model.IdentifierDefinition.HierarchyLevel
getset

Optional metadata associated with the identifier definition.

Optional metadata associated with the identifier definition.

◆ HierarchyUsage

string Lusid.Sdk.Model.IdentifierDefinition.HierarchyUsage
getset

MasterIdentifier (aka unique) An entity can have one value for this identifier definition on a given effective date. A value for this identifier definition can only be associated with one entity (in a given scope) on a given effective date. ParentIdentifier (aka non-unique) An entity can have one value for this identifier definition on a given effective date. A value for this identifier definition can be associated with many entities (in a given scope) on a given effective date. Default value: MasterIdentifier. Available values: MasterIdentifier, ParentIdentifier.

MasterIdentifier (aka unique) An entity can have one value for this identifier definition on a given effective date. A value for this identifier definition can only be associated with one entity (in a given scope) on a given effective date. ParentIdentifier (aka non-unique) An entity can have one value for this identifier definition on a given effective date. A value for this identifier definition can be associated with many entities (in a given scope) on a given effective date. Default value: MasterIdentifier. Available values: MasterIdentifier, ParentIdentifier.

◆ Href

string Lusid.Sdk.Model.IdentifierDefinition.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.

◆ IdentifierScope

string Lusid.Sdk.Model.IdentifierDefinition.IdentifierScope
getset

The scope that the identifier definition exists in.

The scope that the identifier definition exists in.

◆ IdentifierType

string Lusid.Sdk.Model.IdentifierDefinition.IdentifierType
getset

What the identifier represents. Together with &quot;domain&quot; and &quot;identifierScope&quot; this uniquely identifies the identifier definition.

What the identifier represents. Together with &quot;domain&quot; and &quot;identifierScope&quot; this uniquely identifies the identifier definition.

◆ LifeTime

LifeTimeEnum Lusid.Sdk.Model.IdentifierDefinition.LifeTime
getset

Describes whether an identifier value is associated with an entity for all effective dates or applies within a specified effective date range. Available values: Perpetual, TimeVariant.

Describes whether an identifier value is associated with an entity for all effective dates or applies within a specified effective date range. Available values: Perpetual, TimeVariant.

◆ Properties

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

A set of properties for the identifier definition.

A set of properties for the identifier definition.

◆ VarVersion

ModelVersion Lusid.Sdk.Model.IdentifierDefinition.VarVersion
getset

Gets or Sets VarVersion


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