Vision Messages: Account
Profile of Class Account
Includes Classes: Account, AggAccount, CompositeAccount, Entity, IndexAccount, Portfolio
Object | Entity | +--- Account | | | +--- AggAccount | | | +--- CompositeAccount | | | +--- IndexAccount | | | +--- Portfolio
This class represents actual and derived investment accounts. The subclasses of Account are used to define different styles of Account holding derivation. Applications that are independent of the holdings creation process are defined at this class so that instances of the different subclasses can be used interchangeably.
Message Index
Component (CompositeAccount)
XRef (Entity)
_totalCost (Account)
_totalMarketValue (Account)
_totalMarketValueCash (Account)
_totalMarketValueEquity (Account)
_totalMarketValueFixed (Account)
accessExpression (Entity)
addAlias: string (Entity)
addAlias: string toXRefIn: dictionary (Entity)
addComponent: account withWeight: weight (CompositeAccount)
addMember: security (IndexAccount)
aggregateList (Portfolio)
aliases (Entity)
asSelf (Entity)
asSelf (Account)
asSelf (Portfolio)
asSelf (AggAccount)
asSelf (IndexAccount)
asSelf (CompositeAccount)
buildHoldings (AggAccount)
buildHoldings (CompositeAccount)
classDescriptor (Entity)
classDescriptor (Account)
classDescriptor (Portfolio)
classDescriptor (AggAccount)
classDescriptor (IndexAccount)
classDescriptor (CompositeAccount)
cleanupClassStructures (Entity)
cleanupClassStructures (AggAccount)
cleanupClassStructures (IndexAccount)
cleanupLocalNames (Entity)
clusterStrings (Entity)
componentList (CompositeAccount)
computeAccountTotals (Account)
createEvenDollarHoldingsAsOf: date (IndexAccount)
createEvenShareHoldingsAsOf: date (IndexAccount)
createHoldingsFrom: xsecList (Account)
createHoldingsFrom: xsecList (IndexAccount)
createHoldingsFromMembers (IndexAccount)
createInitializationListFrom: blockList (Entity)
createMCapWeightedHoldingsAsOf: date (IndexAccount)
createMValWeightedHoldingsAsOf: date using: acct (IndexAccount)
createNewXRefManager (Entity)
createPrivateStructure (Entity)
createWeightedHoldingsAsOf: date using: acct (IndexAccount)
createXRef: id withProperty: propertyId (Entity)
dailyCutoff (Account)
defaultInstance (Entity)
defaultInstance (Account)
defaultInstance (Portfolio)
defaultInstance (AggAccount)
defaultInstance (IndexAccount)
defaultInstance (CompositeAccount)
deleteAlias: aliasList (Entity)
deleteCurrentHoldings (Account)
deleteMember: security (IndexAccount)
displayAggregateList (Portfolio)
displayInfo (Entity)
displayLabel (Entity)
displayLabelKey (Entity)
displayXRefAuditReport (Entity)
getHoldingIn: security (Account)
getMemberWeightsUsingAccount: acct (IndexAccount)
getMembers (IndexAccount)
getOrCreate: string (Entity)
getRecordForUser: userName (Entity)
hasHoldings (Account)
helpMessage (Entity)
holdings (Account)
holdingsDate (Account)
holdingsPrototype (Account)
holdingsSeries (Account)
holds: security (Account)
initializationList (Entity)
initializationList (Account)
initializationList (Portfolio)
initializationList (AggAccount)
initializationList (IndexAccount)
initializationList (CompositeAccount)
initialize (Entity)
initialize (Account)
initialize (Portfolio)
initialize (AggAccount)
initialize (IndexAccount)
initialize (CompositeAccount)
initializeComponentList (CompositeAccount)
initializeDailyHoldingsBasedValues (Account)
initializeDailySummaryValues (Account)
initializeDataBaseLinks (Entity)
initializeForHoldingsPrecalcs (Account)
initializeGlobalInstanceProperties (Entity)
initializeGlobalSubclassProperties (Entity)
initializeLocalAttributes (Entity)
initializeNewMembershipDate (IndexAccount)
isAccount (Account)
isAggAccount (AggAccount)
isCompositeAccount (CompositeAccount)
isEntity (Entity)
isIndexAccount (IndexAccount)
isMemberOf: universe (Entity)
isPortfolio (Portfolio)
locateId: string (Entity)
locateId: id (Account)
locateIds: string (Entity)
masterListCodes (Entity)
memberList (AggAccount)
memberList (IndexAccount)
memberListPrototype (AggAccount)
memberListPrototype (IndexAccount)
membershipRule (AggAccount)
membershipRule (IndexAccount)
name (Entity)
named (Entity)
named (Account)
named (Portfolio)
named (AggAccount)
named (IndexAccount)
named (CompositeAccount)
newAs: string (Entity)
numericCode (Entity)
print (Entity)
print: anInteger (Entity)
profile (Entity)
profile (Account)
profile (Portfolio)
profile (AggAccount)
profile (IndexAccount)
profile (CompositeAccount)
purgeHoldings (Account)
purgeOldHoldingsForAll (Account)
rebuildAliases (Entity)
setMembershipRuleTo: block (AggAccount)
setMembershipRuleTo: block (IndexAccount)
setNameTo: string (Entity)
setNumericCodeTo: ordinal (Entity)
setSecuritiesTo: list asOf: date (IndexAccount)
setShortNameTo: string (Entity)
setSortCodeTo: ordinal (Entity)
setStyleTo: input (IndexAccount)
setUniverseTo: input (IndexAccount)
setXRefIn: dictionary to: string (Entity)
shortName (Entity)
sortCode (Entity)
specializeAs: string at: object (Entity)
style (IndexAccount)
totalCost (Account)
totalMarketValue (Account)
totalMarketValueCash (Account)
totalMarketValueEquity (Account)
totalMarketValueFixed (Account)
uniqueId (Account)
universe (IndexAccount)
universes (Entity)
updateInitializationListWith: block (Entity)
updateMemberships (IndexAccount)
validateInputString: input (Entity)
whatAmI (Entity)
whatAmI (Account)
whatAmI (Portfolio)
whatAmI (AggAccount)
whatAmI (IndexAccount)
whatAmI (CompositeAccount)
Messages
Synopsis:CompositeAccount ComponentDescription:
Returns default instance of class used to instantiate components for a composite.Type: Constant          Function: Schema          Level: DBA
Returns: CompositeAccount Component

Synopsis:Entity XRefType: Constant          Function: Not Defined          Level: Basic
Returns: XRef

Synopsis:Account _totalCostDescription:
Total cost of holdings in account (in its base currency).Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: Number

Synopsis:Account _totalMarketValueDescription:
Total market value of account (in its base currency).Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: Number

Synopsis:Account _totalMarketValueCashDescription:
Total cash available in account (in its base currency).Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: Number

Synopsis:Account _totalMarketValueEquityDescription:
Total market value of equity portion of account (in its base currency).Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: Number

Synopsis:Account _totalMarketValueFixedDescription:
Total market value of fixed income portion of account (in its base currency).Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: Number

Synopsis:Entity accessExpressionDescription:
Returns a string that could be used to request recipientType: Method          Function: Format          Level: Advanced
Returns: String

Synopsis:Entity addAlias: stringDescription:
Adds supplied string as alternate name in recipient's naming dictionary.Type: Method          Function: Update          Level: Basic
Returns: Entity
Parameters:
1 - String

Synopsis:Entity addAlias: string toXRefIn: dictionaryType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:CompositeAccount addComponent: account withWeight: weightDescription:
Creates a new instance of Component and adds it to recipient's 'componentList' as of current evaluation date using the supplied account as the index. The properties 'account' and 'weight' in the new component are set to the supplied values. Weights should be supplied as a percent.Type: Method (time varying)          Function: Update          Level: DBA
Returns: CompositeAccount
Parameters:
1 - Account
2 - Number

Synopsis:IndexAccount addMember: securityDescription:
Add supplied security to 'memberList' defined as of current evaluation date.Type: Method (time varying)          Function: Update          Level: DBA
Returns: IndexAccount
Parameters:
1 - Security

Synopsis:Portfolio aggregateListDescription:
List of AggAccounts that include recipient.Type: Method (time varying)          Function: Data          Level: Basic
Returns: List of AggAccount
Parameters:
1 - AggAccount

Synopsis:Entity aliasesDescription:
Returns list of aliases named for entity.Type: FixedProperty          Function: Data          Level: Basic
Returns: List of String

Synopsis:Entity asSelfDescription:
Returns the original object.Type: Primitive          Function: Conversion          Level: Basic
Returns: Entity

Synopsis:Account asSelfDescription:
recipient object, stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: Object

Synopsis:Portfolio asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: Portfolio

Synopsis:AggAccount asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: AggAccount

Synopsis:IndexAccount asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: IndexAccount

Synopsis:CompositeAccount asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: CompositeAccount

Synopsis:AggAccount buildHoldingsDescription:
Creates holdings from the holdings associated with the Portfolios in recipient's memberList as of the evalution date.Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue

Synopsis:CompositeAccount buildHoldingsDescription:
Creates holdings from the holdings associated with the accounts in recipient's 'componentList' as of the evalution date. The shares and market values are computed using the weight stored for the component. For example, if Account XYZ is a component with a weight of 50, 50% of each holding in Account XYZ will be included in the rcipient. Note that the weights are used to determine the number of shares and market value for each holding and need not add up to 100.Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue

Synopsis:Entity classDescriptorDescription:
Reference to the object which describes the class. Class level information is stored here.Type: Constant          Function: Schema          Level: Basic
Returns: Object

Synopsis:Account classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor

Synopsis:Portfolio classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor

Synopsis:AggAccount classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor

Synopsis:IndexAccount classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor

Synopsis:CompositeAccount classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor

Synopsis:Entity cleanupClassStructuresDescription:
Runs 'cleanStoreAndDictionary' at Object, this method is redefined as needed by subclasses to perform general cleanup functions.Type: Method          Function: DBAdmin          Level: Basic
Returns: Object

Synopsis:AggAccount cleanupClassStructuresDescription:
Aligns complex structures. This method is invoked as part of a production cleanup process.Type: Method          Function: DBAdmin          Level: DBA
Returns: NoValue

Synopsis:IndexAccount cleanupClassStructuresDescription:
Aligns complex structures. This method is invoked as part of a production cleanup process.Type: Method          Function: DBAdmin          Level: DBA
Returns: NoValue

Synopsis:Entity cleanupLocalNamesDescription:
This method is executed by the 'flagForDeletionWithReason:' message and is redefined as needed by subclasses.Type: Method          Function: DBAdmin          Level: Basic
Returns: Object

Synopsis:Entity clusterStringsType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:CompositeAccount componentListDescription:
IndexedList of components in recipient as of evaluation date.Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: IndexedList of CompositeAccount Component

Synopsis:Account computeAccountTotalsDescription:
Computes the total market values by asset category for recipient and updates the 'percentOfPort' and 'percentOfEquity' values for each of its holdings. This method is automatically run as part of the holdings creation process.Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue

Synopsis:IndexAccount createEvenDollarHoldingsAsOf: dateDescription:
Creates even dollar holdings for recipient as of supplied date using securities in 'memberList' as of that date. This method assumes that $1,000 of each security is held. The '_totalMarketValue' of each holding is therefore $1,000 and the '_shares' are set to 1000 / the security's price. Account totals are computed and 'percentOfPort' is updated for each holding.Type: Method          Function: Update          Level: Advanced
Returns: NoValue
Parameters:
1 - Date

Synopsis:IndexAccount createEvenShareHoldingsAsOf: dateDescription:
Creates even share holdings for recipient as of supplied date using securities in 'memberList' as of that date. This method assumes that 1,000 shares of each security is held. The '_shares' of each holding are set to 1000.00 and the '_totalMarketValue' is computed as 'price * shares' using the security's price. Account totals are computed and 'percentOfPort' is updated for each holding.Type: Method          Function: Update          Level: Advanced
Returns: NoValue
Parameters:
1 - Date

Synopsis:Account createHoldingsFrom: xsecListDescription:
Creates holdings in the recipient using the supplied list of extended securities. List elements must be extended by the variables 'security', 'totalMarketValue', 'shares', 'totalCost', and, optionally, 'accountingPrice'.Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue
Parameters:
1 - List

Synopsis:IndexAccount createHoldingsFrom: xsecListDescription:
Creates holdings in the recipient using the supplied list of extended securities. List elements must be extended by the variables 'security', 'totalMarketValue', 'shares', 'totalCost', and, optionally, 'accountingPrice'. The 'memberList' property is set to the unextended list of securities as of the evaluation and the 'universe' property is set to 'Default' and the 'style' property is set to 'Manual' as of this date.Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue
Parameters:
1 - List

Synopsis:IndexAccount createHoldingsFromMembersDescription:
Creates a holding object for each security in 'memberList' as of current evaluation date. The holding properties (e.g., '_shares' and '_totalMarketValue' are not initialized. This method is normally called by one of the other 'create...HoldingsAsOf:' messages, which fill in these property values.Type: Method (time varying)          Function: Update          Level: Advanced
Returns: NoValue

Synopsis:Entity createInitializationListFrom: blockListDescription:
Creates a new class constant for the recipient's class named 'initializationList' and copies the blocks in blockList to this list. The initializationList is used during the instance creation process to initialize default values in the new instance.Type: Method          Function: Schema          Level: Advanced
Returns: Entity
Parameters:
1 - List

Synopsis:IndexAccount createMCapWeightedHoldingsAsOf: dateDescription:
Creates market-cap-weighted holdings for recipient as of supplied date using securities in 'memberList' as of that date. This method assumes that you hold the total market value of each holding is equal to the security's market capitalization. The '_shares' are set to this market value / the security's price. Account totals are computed and 'percentOfPort' is updated for each holding. This method assumes that the 'marketCap' method has been defined for security. All market cap values are accessed in the base currency of the recipient.Type: Method          Function: Update          Level: Advanced
Returns: NoValue
Parameters:
1 - Date

Synopsis:IndexAccount createMValWeightedHoldingsAsOf: date using: acctDescription:
Creates holdings for recipient as of supplied date using securities in 'memberList' as of that date based on the market value of the security in the supplied Account. This method assumes that you own the same number of shares that the supplied account has. If the supplied account does not own the security, the shares value in the recipient's holding will be 0. The '_totalMarketValue' is computed as 'price * shares' using the security's price. Account totals are computed and 'percentOfPort' is updated for each holding.Type: Method          Function: Update          Level: Advanced
Returns: NoValue
Parameters:
1 - Date
2 - Account

Synopsis:Entity createNewXRefManagerType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:Entity createPrivateStructureType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:IndexAccount createWeightedHoldingsAsOf: date using: acctDescription:
Creates holdings extended by various statistics for recipient as of supplied date using securities in 'memberList' as of that date. This method assumes that you own the same number of shares that the supplied account has. The extension includes the property 'mvalEvenDollar' which is set to 1000, 'mvalMCapWeighted' which is set to the security's price (in recipient's base currency) * the security's 'sharesOut' value, and 'mvalMVWeighted' which is set to the security's price * the shares held in supplied account. The extension propeties 'pctEvenDollar', 'pctMCapWeighted', and 'pctMValWeighted' are computed relative to this list of holdings.Type: Method          Function: Update          Level: Advanced
Returns: NoValue
Parameters:
1 - Date
2 - Account

Synopsis:Entity createXRef: id withProperty: propertyIdType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:Account dailyCutoffDescription:
Constant used to determine the number of days of daily holdings to keep whenever the 'purgeHoldings' message is invoked.Type: Constant          Function: Update          Level: DBA
Returns: DateOffset

Synopsis:Entity defaultInstanceDescription:
Returns the default instance of the recipient object's classType: Constant          Function: Schema          Level: Basic
Returns: Entity

Synopsis:Account defaultInstanceDescription:
Default Account instance.Type: Constant          Function: Schema          Level: Basic
Returns: Account

Synopsis:Portfolio defaultInstanceDescription:
Returns the default Portfolio instance.Type: Constant          Function: Schema          Level: Basic
Returns: Portfolio

Synopsis:AggAccount defaultInstanceDescription:
Returns the default AggAccount instance.Type: Constant          Function: Schema          Level: Basic
Returns: AggAccount

Synopsis:IndexAccount defaultInstanceDescription:
Returns the default IndexAccount instance.Type: Constant          Function: Schema          Level: Basic
Returns: IndexAccount

Synopsis:CompositeAccount defaultInstanceDescription:
Returns the default CompositeAccount instance.Type: Constant          Function: Schema          Level: Basic
Returns: CompositeAccount

Synopsis:Entity deleteAlias: aliasListType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:Account deleteCurrentHoldingsDescription:
Deletes holdings in the recipient as of current ^date.Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue

Synopsis:IndexAccount deleteMember: securityDescription:
Deletes supplied security from 'memberList' as of current evaluation date.Type: Method (time varying)          Function: Update          Level: DBA
Returns: IndexAccount
Parameters:
1 - Security

Synopsis:Portfolio displayAggregateListDescription:
Displays list of AggAccount instances that include recipient.Type: Method (time varying)          Function: Display          Level: Basic
Returns: NoValue

Synopsis:Entity displayInfoDescription:
Displays the code and name for the recipient followed by a new line. This message is often redefined by the subclasses to display one line of simple formatted information about an entity.Type: Method          Function: Display          Level: Basic
Returns: Object

Synopsis:Entity displayLabelDescription:
Returns the recipient's nameType: Method          Function: Display          Level: Basic
Returns: Object

Synopsis:Entity displayLabelKeyDescription:
Returns the recipient's codeType: Method          Function: Display          Level: Basic
Returns: Object

Synopsis:Entity displayXRefAuditReportType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:Account getHoldingIn: securityDescription:
Returns Holding instance for the supplied security in the recipient. If security is not held, the default Holding is returned.Type: Method (time varying)          Function: Data          Level: Basic
Returns: Holding
Parameters:
1 - Security

Synopsis:IndexAccount getMemberWeightsUsingAccount: acctDescription:
Returns list of securities in 'memberList' as of evaluation date extended by the properties 'mvalEvenDollar' which stores the value 1000, 'pctEvenDollar' which stores the percent of index in this security based on even dollar market values, 'mvalMCapWeighted' which stores the security's 'price' * the security's 'sharesOut' in the recipient's currency, 'pctMCapWeighted' which stores the percent of index in this security based on market cap values, 'mvalMValWeighted' which stores the market value based on the number shares of this security in the supplied account as of the evaluation date, and 'pctMValWeighted' which stores the percent of index in this security based on the supplied accounts' market value.Type: Method (time varying)          Function: Data          Level: Basic
Returns: List of Security
Parameters:
1 - Account

Synopsis:IndexAccount getMembersDescription:
Returns list of security members in recipient as of evaluation date. If 'membershipRule' is stored for recipient it is evalauted; otherwise, 'memberList' is converted to a List an returned.Type: Method (time varying)          Function: Data          Level: Basic
Returns: List of Security

Synopsis:Entity getOrCreate: stringDescription:
Returns object named by string in recipient class' naming dictionary. If not found, a new instance is created and returned.Type: Method          Function: Access          Level: Basic
Returns: Entity
Parameters:
1 - String

Synopsis:Entity getRecordForUser: userNameType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:Account hasHoldingsDescription:
Does recipient have holdings as of current ^date?Type: Method (time varying)          Function: Data          Level: Basic
Returns: Boolean

Synopsis:Entity helpMessageDescription:
Returns a message describing the recipient.Type: Method          Function: Descriptive          Level: Basic
Returns: String

Synopsis:Account holdingsDescription:
List of Holding objects for this recipient as of the current ^date.Type: Method (time varying)          Function: Data          Level: Basic
Returns: List of Holding

Synopsis:Account holdingsDateDescription:
Actual date of the latest holdings available on or before current ^date.Type: Method (time varying)          Function: Data          Level: Basic
Returns: Date

Synopsis:Account holdingsPrototypeDescription:
Used to cluster 'holdingsSeries' list objects.Type: Constant          Function: Schema          Level: DBA
Returns: List of Holding

Synopsis:Account holdingsSeriesDescription:
Time series of lists of holdings in recipient account.Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: List of Holding

Synopsis:Account holds: securityDescription:
Is supplied security held by recipient?Type: Method (time varying)          Function: Data          Level: Basic
Returns: Boolean
Parameters:
1 - Security

Synopsis:Entity initializationListDescription:
Returns the list of blocks used to initialize default values in new instances of the recipient's class.Type: Constant          Function: Schema          Level: Advanced
Returns: List of Block

Synopsis:Account initializationListDescription:
Default values set on instance creation, this list includes 'baseCurrency'.Type: Constant          Function: Schema          Level: DBA
Returns: List of Block

Synopsis:Portfolio initializationListDescription:
Default values set on instance creation, this list includes 'baseCurrency'.Type: Constant          Function: Schema          Level: DBA
Returns: List of Block

Synopsis:AggAccount initializationListDescription:
Default values set on instance creation, this list includes 'baseCurrency'.Type: Constant          Function: Schema          Level: DBA
Returns: List of Block

Synopsis:IndexAccount initializationListDescription:
Default values set on instance creation, this list includes 'baseCurrency'.Type: Constant          Function: Schema          Level: DBA
Returns: List of Block

Synopsis:CompositeAccount initializationListDescription:
Default values set on instance creation, this list includes 'baseCurrency'.Type: Constant          Function: Schema          Level: DBA
Returns: List of Block

Synopsis:Entity initializeDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Function: Creation          Level: Advanced
Returns: Entity

Synopsis:Account initializeDescription:
Initializes properties in newly created instance.Type: Method          Function: Creation          Level: DBA
Returns: Account

Synopsis:Portfolio initializeDescription:
Initializes properties in newly created instance.Type: Method          Function: Creation          Level: Basic
Returns: Portfolio

Synopsis:AggAccount initializeDescription:
Initializes properties in newly created instance.Type: Method          Function: Creation          Level: DBA
Returns: AggAccount

Synopsis:IndexAccount initializeDescription:
Initializes properties in newly created instance.Type: Method          Function: Creation          Level: Basic
Returns: IndexAccount

Synopsis:CompositeAccount initializeDescription:
Initializes properties in newly created instance.Type: Method          Function: Creation          Level: DBA
Returns: CompositeAccount

Synopsis:CompositeAccount initializeComponentListDescription:
Creates a new IndexedList and stores it in 'componentList' time series as of current evaluation date (^date).Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue

Synopsis:Account initializeDailyHoldingsBasedValuesDescription:
Initializes time series properties prior to holdings creation for recipient. The 'holdingsSeries' is set to the empty list (holdingsPrototype) and the total market value and cost properties are set to NA for the current evaluation date (^date).Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue

Synopsis:Account initializeDailySummaryValuesDescription:
Initializes properties prior to holdings creation for recipient. This method can be used to initialize other account-related properties, not initialized with 'initializeDailyHoldingsBasedValues.Type: Method          Function: Update          Level: DBA
Returns: NoValue

Synopsis:Entity initializeDataBaseLinksDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Function: Creation          Level: Advanced
Returns: Entity

Synopsis:Account initializeForHoldingsPrecalcsDescription:
Initializes properties prior to holdings creation for all Accounts and Securities. This method should be run in environments where all portfolios are updated at the same time and any portfolio not included in an update needs to have its values reset to NA.Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue

Synopsis:Entity initializeGlobalInstancePropertiesDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Function: Creation          Level: Advanced
Returns: Entity

Synopsis:Entity initializeGlobalSubclassPropertiesDescription:
This method is run as part of the 'specialized' method and is used to initialize properties in the default row of the new class.Type: Method          Function: Creation          Level: Basic
Returns: Object

Synopsis:Entity initializeLocalAttributesDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Function: Creation          Level: Advanced
Returns: Entity

Synopsis:IndexAccount initializeNewMembershipDateDescription:
Creates a new IndexedList and stores it in 'memberList' time series as of current evaluation date (^date).Type: Method (time varying)          Function: Update          Level: DBA
Returns: IndexAccount

Synopsis:Account isAccountDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:AggAccount isAggAccountDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:CompositeAccount isCompositeAccountDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:Entity isEntityDescription:
Returns the value TRUE when sent to any Entity.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:IndexAccount isIndexAccountDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:Entity isMemberOf: universeType: Method (time varying)          Function: Data          Level: Basic
Returns: Boolean
Parameters:
1 - Universe

Synopsis:Portfolio isPortfolioDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:Entity locateId: stringDescription:
Returns entity associated with id supplied, searching naming dictionaries associated with entity class. By default only 'named' is searched; this message can be redefined for subclasses that can use multiple dictionaries.Type: Method          Function: Access          Level: Basic
Returns: Entity
Parameters:
1 - String

Synopsis:Account locateId: idDescription:
Returns the Account object associated with the supplied id. If the message is sent directly to 'Account', the naming dictionary search order starts with Named Account, followed by Named Portfolio, Named AggAccount, Named IndexAccount, and Named CompositeAccount. If the message is set to a subclass of 'Account', just that subclass' naming dictionary is used.Type: Method          Function: Access          Level: Basic
Returns: Account
Parameters:
1 - String

Synopsis:Entity locateIds: stringType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:Entity masterListCodesDescription:
Displays all codes and names for all non-default instances in recipient's class.Type: Method          Function: Display          Level: Basic
Returns: Object

Synopsis:AggAccount memberListDescription:
IndexedList of portfolios in recipient as of evaluation date.Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: IndexedList of Portfolio
Parameters:
1 - Portfolio

Synopsis:IndexAccount memberListDescription:
IndexedList of securities in recipient as of evaluation date.Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: IndexedList of Security
Parameters:
1 - Security

Synopsis:AggAccount memberListPrototypeDescription:
Used to cluster 'memberList' list objects.Type: Constant          Function: Creation          Level: DBA
Returns: IndexedList of Portfolio

Synopsis:IndexAccount memberListPrototypeDescription:
Used to cluster 'memberList' list objects.Type: Constant          Function: Creation          Level: DBA
Returns: IndexedList of Portfolio

Synopsis:AggAccount membershipRuleDescription:
Block used to derive memberList. Not currently supported.Type: FixedProperty          Function: Data          Level: Reserved
Returns: Block

Synopsis:IndexAccount membershipRuleDescription:
Block used to derive memberList. Not currently supported.Type: FixedProperty          Function: Data          Level: Reserved
Returns: Block

Synopsis:Entity nameDescription:
Returns descriptive name for recipient.Type: FixedProperty          Function: Descriptive          Level: Basic
Returns: String

Synopsis:Entity namedDescription:
Returns the naming dictionary for the recipient's class.Type: Constant          Function: Descriptive          Level: Basic
Returns: Dictionary

Synopsis:Account namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named

Synopsis:Portfolio namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named

Synopsis:AggAccount namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named

Synopsis:IndexAccount namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named

Synopsis:CompositeAccount namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named

Synopsis:Entity newAs: stringDescription:
Special version of 'newAs:' message designed to address the additional requirements of entity instance creation.Type: Method          Function: Creation          Level: Basic
Returns: Entity

Synopsis:Entity numericCodeDescription:
Returns descriptive numeric code for recipient.Type: FixedProperty          Function: Descriptive          Level: Basic
Returns: String

Synopsis:Entity printDescription:
Redefines the standard print message so that the value of the recipient code is printed.Type: Method          Function: Display          Level: Basic
Returns: Entity

Synopsis:Entity print: anIntegerDescription:
Prints the recipient code using the supplied format.Type: Method          Function: Display          Level: Basic
Returns: Entity
Parameters:
1 - Integer

Synopsis:Entity profileDescription:
Displays a multi-line description of the recipient object.Type: Method          Function: Display          Level: Basic
Returns: Object

Synopsis:Account profileDescription:
Basic descriptive report about the recipient.Type: Method          Function: Display          Level: Basic
Returns: NoValue

Synopsis:Portfolio profileDescription:
Basic descriptive report about the recipient.Type: Method          Function: Display          Level: Basic
Returns: NoValue

Synopsis:AggAccount profileDescription:
Basic descriptive report about the recipient.Type: Method          Function: Display          Level: Basic
Returns: NoValue

Synopsis:IndexAccount profileDescription:
Basic descriptive report about the recipient.Type: Method          Function: Display          Level: Basic
Returns: NoValue

Synopsis:CompositeAccount profileDescription:
Basic descriptive report about the recipient.Type: Method          Function: Display          Level: Basic
Returns: NoValue

Synopsis:Account purgeHoldingsDescription:
Deletes all holdings in recipient as of ^date, and removes the empty list from 'holdingsSeries' on that date.Type: Method (time varying)          Function: Update          Level: DBA
Returns: NoValue

Synopsis:Account purgeOldHoldingsForAllDescription:
For any account having holdings, this method purges all holdings that are not for the last day (or business day) of the month that are older than the 'dailyCutoff'-specified increment. For each date that is purge, the corresponding security holdings structures are also cleared.Type: Method          Function: Update          Level: DBA
Returns: NoValue

Synopsis:Entity rebuildAliasesType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:AggAccount setMembershipRuleTo: blockDescription:
Updates the 'membershipRule' property. Not currently supported.Type: Method          Function: Update          Level: DBA
Returns: AggAccount
Parameters:
1 - Block

Synopsis:IndexAccount setMembershipRuleTo: blockDescription:
Updates the 'membershipRule' property. Not currently supported.Type: Method          Function: Update          Level: DBA
Returns: IndexAccount
Parameters:
1 - Block

Synopsis:Entity setNameTo: stringDescription:
Updates the value of the recipient's 'name' property with stringType: Method          Function: Update          Level: Basic
Returns: Entity
Parameters:
1 - String

Synopsis:Entity setNumericCodeTo: ordinalDescription:
Updates the value of the recipient's 'numericCode' property with string or number. Used as an alternative identification scheme.Type: Method          Function: Update          Level: Basic
Returns: Entity
Parameters:
1 - Ordinal

Synopsis:IndexAccount setSecuritiesTo: list asOf: dateDescription:
Updates 'memberList' property with supplied list of securities on supplied date.Type: Method          Function: Update          Level: DBA
Returns: IndexAccount
Parameters:
1 - List
2 - Date

Synopsis:Entity setShortNameTo: stringDescription:
Updates the value of the recipient's 'shortName' property with string.Type: Method          Function: Update          Level: Basic
Returns: Entity
Parameters:
1 - String

Synopsis:Entity setSortCodeTo: ordinalDescription:
Updates the value of the recipient's 'sortCode' property with string or number. Used as an alternative identification scheme.Type: Method          Function: Update          Level: Basic
Returns: Entity
Parameters:
1 - Ordinal

Synopsis:IndexAccount setStyleTo: inputDescription:
Sets 'style' to supplied value as of current evaluation date (^date).Type: Method (time varying)          Function: Update          Level: DBA
Returns: IndexAccount
Parameters:
1 - String

Synopsis:IndexAccount setUniverseTo: inputDescription:
Sets 'universe' to supplied Universe instance as of current evaluation date (^date) and updates 'memberList' with securities in that universe as of the same date.Type: Method (time varying)          Function: Update          Level: DBA
Returns: IndexAccount
Parameters:
1 - Universe

Synopsis:Entity setXRefIn: dictionary to: stringType: Method          Function: Not Defined          Level: Basic
Returns: Object

Synopsis:Entity shortNameDescription:
Returns descriptive shortName for recipient.Type: FixedProperty          Function: Descriptive          Level: Basic
Returns: String

Synopsis:Entity sortCodeDescription:
Returns descriptive sortCode for recipient.Type: FixedProperty          Function: Descriptive          Level: Basic
Returns: String

Synopsis:Entity specializeAs: string at: objectDescription:
Creates a subclass of recipient named by supplied string. The name is defined at the supplied object. Note that this class is NOT installed in the Schema database by defaultType: Method          Function: Creation          Level: Basic
Returns: Object

Synopsis:IndexAccount styleDescription:
Style used to derive holding shares and market value.Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: String

Synopsis:Account totalCostDescription:
Total cost of holdings (adjusted to current currency).Type: Method (time varying)          Function: Data          Level: Basic
Returns: Number

Synopsis:Account totalMarketValueDescription:
Total market value of holdings (adjusted to current currency).Type: Method (time varying)          Function: Data          Level: Basic
Returns: Number

Synopsis:Account totalMarketValueCashDescription:
Total market value of cash holdings (adjusted to current currency).Type: Method (time varying)          Function: Data          Level: Basic
Returns: Number

Synopsis:Account totalMarketValueEquityDescription:
Total market value of equity holdings (adjusted to current currency).Type: Method (time varying)          Function: Data          Level: Basic
Returns: Number

Synopsis:Account totalMarketValueFixedDescription:
Total market value of fixed income holdings (adjusted to current currency).Type: Method (time varying)          Function: Data          Level: Basic
Returns: Number

Synopsis:Account uniqueIdDescription:
Unique identification for the recipient among all account classes.Type: FixedProperty          Function: Data          Level: Basic
Returns: String

Synopsis:IndexAccount universeDescription:
Universe used to retrieve security members.Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: Universe

Synopsis:Entity universesType: Method (time varying)          Function: Data          Level: Basic
Returns: List of Universe

Synopsis:Entity updateInitializationListWith: blockDescription:
Adds the supplied block to the recipient class' initializationList.Type: Method          Function: Schema          Level: Advanced
Returns: Entity
Parameters:
1 - Block

Synopsis:IndexAccount updateMembershipsDescription:
If 'membershipRule' is defined, it is used to update the securities in 'memberList' as of current evaluation date.Type: Method (time varying)          Function: Update          Level: DBA
Returns: IndexAccount

Synopsis:Entity validateInputString: inputDescription:
Returns the object in the recipient's classs associated with the supplied string, using the recipient's class naming dictionary.Type: Method          Function: Inquiry          Level: Basic
Returns: Object

Synopsis:Entity whatAmIDescription:
Return the string "Entity".Type: Constant          Function: Descriptive          Level: Basic
Returns: String

Synopsis:Account whatAmIDescription:
Returns the string "Account".Type: Constant          Function: Schema          Level: Basic
Returns: String

Synopsis:Portfolio whatAmIDescription:
Returns the string "Portfolio".Type: Constant          Function: Schema          Level: Basic
Returns: String

Synopsis:AggAccount whatAmIDescription:
Returns the string "AggAccount".Type: Constant          Function: Schema          Level: Basic
Returns: String

Synopsis:IndexAccount whatAmIDescription:
Returns the string "IndexAccount".Type: Constant          Function: Schema          Level: Basic
Returns: String

Synopsis:CompositeAccount whatAmIDescription:
Returns the string "CompositeAccount".Type: Constant          Function: Schema          Level: Basic
Returns: String