Vision Messages: Classification
Profile of Class Classification
Includes Classes: AssetCategory, Classification, Country, Entity, Industry, RangeClassification, Sector, SecurityType
Object | Entity | +--- Classification | | | +--- AssetCategory | | | +--- Country | | | +--- Industry | | | +--- RangeClassification | | | +--- Sector | | | +--- SecurityType
This abstract class is a subclass of Entity and a superclass of classes used primarily for grouping and aggregation purposes.
Message Index
XRef (Entity)
accessExpression (Entity)
addAlias: alias (Entity)
addAlias: string toXRefIn: dictionary (Entity)
aliases (Entity)
asSelf (Entity)
asSelf (Classification)
asSelf (RangeClassification)
asSelf (Country)
asSelf (Industry)
asSelf (Sector)
asSelf (SecurityType)
asSelf (AssetCategory)
childList (Classification)
classDescriptor (Entity)
classDescriptor (Classification)
classDescriptor (RangeClassification)
classDescriptor (Country)
classDescriptor (Industry)
classDescriptor (Sector)
classDescriptor (SecurityType)
classDescriptor (AssetCategory)
cleanupClassStructures (Entity)
cleanupLocalNames (Entity)
clusterStrings (Entity)
companyList (Country)
companyList (Industry)
companyList (Sector)
createInitializationListFrom: initList (Entity)
createNewXRefManager (Entity)
createPrivateStructure (Entity)
createXRef: id withProperty: propertyId (Entity)
defaultInstance (Entity)
defaultInstance (Classification)
defaultInstance (RangeClassification)
defaultInstance (Country)
defaultInstance (Industry)
defaultInstance (Sector)
defaultInstance (SecurityType)
defaultInstance (AssetCategory)
deleteAlias: aliasList (Entity)
displayHierarchy (Classification)
displayInfo (Entity)
displayLabel (Entity)
displayLabelKey (Entity)
displayMemberHistory (Classification)
displayXRefAuditReport (Entity)
getAllChildren (Classification)
getAllCompanies (Industry)
getAllMembers (Classification)
getClassificationFor: input (RangeClassification)
getOrCreate: key (Entity)
getRecordForUser: userName (Entity)
helpMessage (Entity)
includesElement: entity (Classification)
industryList (Sector)
initializationList (Entity)
initializationList (Country)
initialize (Entity)
initializeDataBaseLinks (Entity)
initializeGlobalInstanceProperties (Entity)
initializeGlobalInstanceProperties (Classification)
initializeGlobalSubclassProperties (Entity)
initializeKeys: keys (RangeClassification)
initializeLocalAttributes (Entity)
isAssetCategory (AssetCategory)
isCanada (Country)
isCashEquiv (SecurityType)
isClassification (Classification)
isCountry (Country)
isEntity (Entity)
isEquity (SecurityType)
isFixed (SecurityType)
isIndustry (Industry)
isMemberOf: universe (Entity)
isOther (SecurityType)
isParent (Classification)
isRangeClassification (RangeClassification)
isSector (Sector)
isSecurityType (SecurityType)
isUS (Country)
isUSA (Country)
locateId: id (Entity)
locateIds: string (Entity)
lowerBound (RangeClassification)
masterListCodes (Entity)
memberList (Classification)
name (Entity)
named (Entity)
named (Classification)
named (RangeClassification)
named (Country)
named (Industry)
named (Sector)
named (SecurityType)
named (AssetCategory)
newAs: string (Entity)
numericCode (Entity)
parent (Classification)
print (Entity)
print: aFormat (Entity)
profile (Entity)
rangeName (RangeClassification)
rebuildAliases (Entity)
sector (Industry)
setNameTo: string (Entity)
setNumericCodeTo: string (Entity)
setParentTo: p (Classification)
setShortNameTo: string (Entity)
setSortCodeTo: string (Entity)
setXRefIn: dictionary to: string (Entity)
shortName (Entity)
sortCode (Entity)
specializeAs: string at: object (Entity)
unitCalc (SecurityType)
universes (Entity)
updateInitializationListWith: block (Entity)
upperBound (RangeClassification)
validateInputString: input (Entity)
whatAmI (Entity)
whatAmI (Classification)
whatAmI (RangeClassification)
whatAmI (Country)
whatAmI (Industry)
whatAmI (Sector)
whatAmI (SecurityType)
whatAmI (AssetCategory)
Messages
Synopsis:Entity XRefDescription:
Provides cross reference for alternative identifiers.Type: Constant          Function: Schema          Level: DBA
Returns: XRef

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

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

Synopsis:Entity addAlias: string toXRefIn: dictionaryDescription:
Adds the supplied string as an alias in the supplied cross reference dictionary.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - String
2 - XRef

Synopsis:Entity aliasesDescription:
Returns list of aliases defined for recipient. These aliases should represent valid identifier to use with the recipient's naming dictionary.Type: FixedProperty          Function: Data          Level: Basic
Returns: List of String

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

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

Synopsis:RangeClassification asSelfDescription:
Returns the original object, stripped of extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: Object

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

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

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

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

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

Synopsis:Classification childListDescription:
List of instances of recipient's class that have recipient as a direct parent.Type: FixedProperty          Function: Data          Level: Basic
Returns: IndexedList of Classification

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

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

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

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

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

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

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

Synopsis:AssetCategory 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: DBA
Returns: NoValue

Synopsis:Entity cleanupLocalNamesDescription:
This method is executed by the 'flagForDeletionWithReason:' message and is used to remove aliases from the appropriate naming dictionaries.Type: Method          Function: DBAdmin          Level: DBA
Returns: NoValue

Synopsis:Entity clusterStringsDescription:
Reclusters string property values.Type: Method          Function: DBAdamin          Level: DBA
Returns: NoValue

Synopsis:Country companyListDescription:
List of companies in country (same as 'memberList').Type: Method (time varying)          Function: Data          Level: Basic
Returns: IndexedList of Company

Synopsis:Industry companyListDescription:
List of companies in recipient (same as 'memberList').Type: Method (time varying)          Function: Data          Level: Basic
Returns: IndexedList of Company

Synopsis:Sector companyListDescription:
List of all companies in the 'memberList' of the industries in recpient's 'memberList'.Type: Method (time varying)          Function: Data          Level: Basic
Returns: List of Company

Synopsis:Entity createInitializationListFrom: initListDescription:
Creates a new class constant for the recipient's class named 'initializationList' and copies the list of blocks in supplied parameter 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: DBA
Returns: Entity
Parameters:
1 - List

Synopsis:Entity createNewXRefManagerDescription:
Creates a new XRef manager as a class constant for the recipient's class and stores the Default reference to the recipient's class naming dictionary.Type: Method          Function: Schema          Level: DBA
Returns: XRef

Synopsis:Entity createPrivateStructureDescription:
Creates private extension of recipient's class.Type: Method          Function: Schema          Level: DBA
Returns: PrivateRecord

Synopsis:Entity createXRef: id withProperty: propertyIdDescription:
Creates a new XRef for recipient's class and defines the supplied property for this class.Type: Method          Function: Schema          Level: DBA
Returns: XRef
Parameters:
1 - String
2 - String

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

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

Synopsis:RangeClassification defaultInstanceDescription:
Returns the default instance for the recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: RangeClassification

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

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

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

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

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

Synopsis:Entity deleteAlias: aliasListDescription:
Deletes the alias from the recipient's naming dictionary.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - String

Synopsis:Classification displayHierarchyDescription:
Displays recipient's parent hierarchy.Type: Method          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: NoValue

Synopsis:Entity displayLabelDescription:
Returns recipient's name by default. This message is often redefined by the Entity subclasses.Type: Method          Function: Display          Level: Basic
Returns: String

Synopsis:Entity displayLabelKeyDescription:
Returns the recipient's code by default. This message is often redefined by the Entity subclasses.Type: Method          Function: Display          Level: Basic
Returns: String

Synopsis:Classification displayMemberHistoryDescription:
Displays history of changes to the 'memberList' property.Type: Method          Function: Display          Level: Basic
Returns: NoValue

Synopsis:Entity displayXRefAuditReportDescription:
Displays a report summarizing the different XRef dictionaries defined for recipient's class.Type: Method          Function: Display          Level: DBA
Returns: NoValue

Synopsis:Classification getAllChildrenDescription:
List of instances of recipient's class that have recipient as a direct or indirect parent.Type: Method          Function: Data          Level: Basic
Returns: List of Classification

Synopsis:Industry getAllCompaniesDescription:
List of all companies in recipient's 'memberList' or the 'memberList' of any of its direct or indirect children.Type: Method (time varying)          Function: Data          Level: Basic
Returns: List of Company

Synopsis:Classification getAllMembersDescription:
List of members in 'memberList' for recipient and all direct and indirect children of recipient.Type: Method (time varying)          Function: Data          Level: Basic
Returns: List of Entity

Synopsis:RangeClassification getClassificationFor: inputType: Method          Function: Data          Level: Basic
Returns: RangeClassification
Parameters:
1 - Number

Synopsis:Entity getOrCreate: keyDescription:
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: DBA
Returns: Entity
Parameters:
1 - String

Synopsis:Entity getRecordForUser: userNameDescription:
Returns private data extension for recipient maintained by specified user.Type: Method          Function: Access          Level: Advanced
Returns: PrivateRecord
Parameters:
1 - String

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

Synopsis:Classification includesElement: entityDescription:
Returns TRUE if recipient's 'memberList' includes supplied entity.Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
Parameters:
1 - Entity

Synopsis:Sector industryListDescription:
List of industries in recpient (same as 'memberList').Type: Method (time varying)          Function: Data          Level: Basic
Returns: IndexedList of Industry

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: DBA
Returns: List of Block

Synopsis:Country 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 properties in newly created instance.Type: Method          Function: Creation          Level: DBA
Returns: Entity

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

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

Synopsis:Classification initializeGlobalInstancePropertiesDescription:
This method is run as part of the 'new' method and is used to initialize properties in the new instance.Type: Method          Function: Creation          Level: Basic
Returns: Classification

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: DBA
Returns: Entity

Synopsis:RangeClassification initializeKeys: keysDescription:
This method is run as part of the 'createInstance:' process. A single string representing the code of the new object is supplied. Many classes redefine this message to require a list of keys as a parameter.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: DBA
Returns: Entity

Synopsis:AssetCategory isAssetCategoryDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:Country isCanadaDescription:
Is recpient the country 'Canada'?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean

Synopsis:SecurityType isCashEquivDescription:
Is recpient's 'assetCategory' cash?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean

Synopsis:Classification isClassificationDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:Country isCountryDescription:
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:SecurityType isEquityDescription:
Is recpient's 'assetCategory' equity?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean

Synopsis:SecurityType isFixedDescription:
Is recpient's 'assetCategory' fixed income?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean

Synopsis:Industry isIndustryDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:Entity isMemberOf: universeDescription:
Returns TRUE if recipient is a member of supplied Universe or Classification.Type: Method (time varying)          Function: Data          Level: Basic
Returns: Boolean
Parameters:
1 - Universe

Synopsis:SecurityType isOtherDescription:
Is recpient's 'assetCategory' other?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean

Synopsis:Classification isParentDescription:
Returns TRUE if recipient is its own parent. (TRUE by default).Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean

Synopsis:RangeClassification isRangeClassificationType: Constant          Function: Not Defined          Level: Basic
Returns: TRUE

Synopsis:Sector isSectorDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:SecurityType isSecurityTypeDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE

Synopsis:Country isUSDescription:
Is recpient the country 'United States'?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean

Synopsis:Country isUSADescription:
Is recpient the country 'United States'?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean

Synopsis:Entity locateId: idDescription:
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:Entity locateIds: stringDescription:
Returns a list of entities of recipient's class. The parameter should be supplied as a single string with the ',' character used to separate the ids to locate (e.g., "GM, IBM, XON" ).Type: Method          Function: Access          Level: Basic
Returns: List of Entity
Parameters:
1 - String

Synopsis:RangeClassification lowerBoundType: FixedProperty          Function: Data          Level: Basic
Returns: Number

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

Synopsis:Classification memberListDescription:
Member entities associated with recipient.Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: IndexedList of Entity

Synopsis:Entity nameDescription:
recipient's name.Type: FixedProperty          Function: Data          Level: Basic
Returns: String

Synopsis:Entity namedDescription:
Naming dictionary for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Dictionary

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

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

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

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

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

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

Synopsis:AssetCategory 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: DBA
Returns: Entity
Parameters:
1 - String

Synopsis:Entity numericCodeDescription:
Numeric code. This value can be used to assign numeric orderings for instances of a class.Type: FixedProperty          Function: Data          Level: Basic
Returns: String

Synopsis:Classification parentDescription:
Recipient's parent object. This is an instance of the recipient's class and is the recipient by default. This property is used to construct classification hierarchies.Type: FixedProperty          Function: Data          Level: Basic
Returns: Classification

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

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

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

Synopsis:RangeClassification rangeNameType: FixedProperty          Function: Data          Level: Basic
Returns: String

Synopsis:Entity rebuildAliasesDescription:
Rebuilds the 'aliases' list for all instances of recipient's using the current selector in recpient's naming dictionary.Type: Method          Function: Schema          Level: DBA
Returns: NoValue

Synopsis:Industry sectorDescription:
Sector associated with recipient.Type: FixedProperty          Function: Data          Level: Basic
Returns: Sector

Synopsis:Entity setNameTo: stringDescription:
Updates recipient's 'name' property with supplied string.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - String

Synopsis:Entity setNumericCodeTo: stringDescription:
Updates recipient's 'numericCode' property with supplied number.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - Number

Synopsis:Classification setParentTo: pDescription:
Reassign the parent object to another instance of recipient's class. By default, the recipient is its own parent.Type: Method          Function: Update          Level: DBA
Returns: Classification
Parameters:
1 - Classification

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

Synopsis:Entity setSortCodeTo: stringDescription:
Updates recipient's 'sortCode' property with string.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - String

Synopsis:Entity setXRefIn: dictionary to: stringDescription:
Sets the supplied string in the supplied XRef dictionary to return recipient.Type: Method          Function: Schema          Level: DBA
Returns: Entity
Parameters:
1 - XRef
2 - String

Synopsis:Entity shortNameDescription:
Short name. This is the same as 'code' by default.Type: FixedProperty          Function: Data          Level: Basic
Returns: String

Synopsis:Entity sortCodeDescription:
Code that can be used to sort instances. This is the same as 'code' by default.Type: FixedProperty          Function: Data          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: DBA
Returns: Entity
Parameters:
1 - String
2 - Object

Synopsis:SecurityType unitCalcDescription:
Mutliplier for adjusting units of security held for market value calculation purposes.Type: FixedProperty          Function: Data          Level: Basic
Returns: Double

Synopsis:Entity universesDescription:
List of Universe in which recipient is a member.Type: 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: DBA
Returns: Entity
Parameters:
1 - Block

Synopsis:RangeClassification upperBoundType: FixedProperty          Function: Data          Level: Basic
Returns: Number

Synopsis:Entity validateInputString: inputDescription:
Instance in recipient's class associated with the supplied string. If not found, NA is returned.Type: Method          Function: Access          Level: Basic
Returns: Entity
Parameters:
1 - String

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

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

Synopsis:RangeClassification whatAmIDescription:
Returns the name of the recipient's class.Type: Constant          Function: Descriptive          Level: Basic
Returns: String

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

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

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

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

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