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
accessExpression
Synopsis:Entity accessExpressionDescription:
Returns a string that could be used to request recipientType: Method          Function: Format          Level: Advanced
Returns: String
addAlias:
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
addAlias:toXRefIn:
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
aliases
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
asSelf
Synopsis:Entity asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: Entity
asSelf
Synopsis:Classification asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: Classification
asSelf
Synopsis:RangeClassification asSelfDescription:
Returns the original object, stripped of extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: Object
asSelf
Synopsis:Country asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: Country
asSelf
Synopsis:Industry asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: Industry
asSelf
Synopsis:Sector asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: Sector
asSelf
Synopsis:SecurityType asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: SecurityType
asSelf
Synopsis:AssetCategory asSelfDescription:
Recipient stripped of any extensions.Type: Primitive          Function: Conversion          Level: Basic
Returns: AssetCategory
childList
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
classDescriptor
Synopsis:Entity classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor
classDescriptor
Synopsis:Classification classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor
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
classDescriptor
Synopsis:Country classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor
classDescriptor
Synopsis:Industry classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor
classDescriptor
Synopsis:Sector classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor
classDescriptor
Synopsis:SecurityType classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor
classDescriptor
Synopsis:AssetCategory classDescriptorDescription:
Class descriptor for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Schema ClassDescriptor
cleanupClassStructures
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
cleanupLocalNames
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
clusterStrings
Synopsis:Entity clusterStringsDescription:
Reclusters string property values.Type: Method          Function: DBAdamin          Level: DBA
Returns: NoValue
companyList
Synopsis:Country companyListDescription:
List of companies in country (same as 'memberList').Type: Method (time varying)          Function: Data          Level: Basic
Returns: IndexedList of Company
companyList
Synopsis:Industry companyListDescription:
List of companies in recipient (same as 'memberList').Type: Method (time varying)          Function: Data          Level: Basic
Returns: IndexedList of Company
companyList
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
createInitializationListFrom:
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
createNewXRefManager
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
createPrivateStructure
Synopsis:Entity createPrivateStructureDescription:
Creates private extension of recipient's class.Type: Method          Function: Schema          Level: DBA
Returns: PrivateRecord
createXRef:withProperty:
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
defaultInstance
Synopsis:Entity defaultInstanceDescription:
Returns the default Entity instance.Type: Constant          Function: Schema          Level: Basic
Returns: Entity
defaultInstance
Synopsis:Classification defaultInstanceDescription:
Returns the default Classification instance.Type: Constant          Function: Schema          Level: Basic
Returns: Classification
defaultInstance
Synopsis:RangeClassification defaultInstanceDescription:
Returns the default instance for the recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: RangeClassification
defaultInstance
Synopsis:Country defaultInstanceDescription:
Returns the default Country instance.Type: Constant          Function: Schema          Level: Basic
Returns: Country
defaultInstance
Synopsis:Industry defaultInstanceDescription:
Returns the default Industry instance.Type: Constant          Function: Schema          Level: Basic
Returns: Industry
defaultInstance
Synopsis:Sector defaultInstanceDescription:
Returns the default Sector instance.Type: Constant          Function: Schema          Level: Basic
Returns: Sector
defaultInstance
Synopsis:SecurityType defaultInstanceDescription:
Returns the default SecurityType instance.Type: Constant          Function: Schema          Level: Basic
Returns: SecurityType
defaultInstance
Synopsis:AssetCategory defaultInstanceDescription:
Returns the default AssetCategory instance.Type: Constant          Function: Schema          Level: Basic
Returns: AssetCategory
deleteAlias:
Synopsis:Entity deleteAlias: aliasListDescription:
Deletes the alias from the recipient's naming dictionary.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - String
displayHierarchy
Synopsis:Classification displayHierarchyDescription:
Displays recipient's parent hierarchy.Type: Method          Function: Display          Level: Basic
Returns: NoValue
displayInfo
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
displayLabel
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
displayLabelKey
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
displayMemberHistory
Synopsis:Classification displayMemberHistoryDescription:
Displays history of changes to the 'memberList' property.Type: Method          Function: Display          Level: Basic
Returns: NoValue
displayXRefAuditReport
Synopsis:Entity displayXRefAuditReportDescription:
Displays a report summarizing the different XRef dictionaries defined for recipient's class.Type: Method          Function: Display          Level: DBA
Returns: NoValue
getAllChildren
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
getAllCompanies
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
getAllMembers
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
getClassificationFor:
Synopsis:RangeClassification getClassificationFor: inputType: Method          Function: Data          Level: Basic
Returns: RangeClassification
Parameters:
1 - Number
getOrCreate:
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
getRecordForUser:
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
helpMessage
Synopsis:Entity helpMessageDescription:
Returns a message describing the recipient.Type: Method          Function: Descriptive          Level: Basic
Returns: String
includesElement:
Synopsis:Classification includesElement: entityDescription:
Returns TRUE if recipient's 'memberList' includes supplied entity.Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
Parameters:
1 - Entity
industryList
Synopsis:Sector industryListDescription:
List of industries in recpient (same as 'memberList').Type: Method (time varying)          Function: Data          Level: Basic
Returns: IndexedList of Industry
initializationList
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
initializationList
Synopsis:Country initializationListDescription:
Default values set on instance creation, this list includes 'baseCurrency'.Type: Constant          Function: Schema          Level: DBA
Returns: List of Block
initialize
Synopsis:Entity initializeDescription:
Initializes properties in newly created instance.Type: Method          Function: Creation          Level: DBA
Returns: Entity
initializeDataBaseLinks
Synopsis:Entity initializeDataBaseLinksDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Function: Creation          Level: DBA
Returns: Entity
initializeGlobalInstanceProperties
Synopsis:Entity initializeGlobalInstancePropertiesDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Function: Creation          Level: DBA
Returns: Entity
initializeGlobalInstanceProperties
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
initializeGlobalSubclassProperties
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
initializeKeys:
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
initializeLocalAttributes
Synopsis:Entity initializeLocalAttributesDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Function: Creation          Level: DBA
Returns: Entity
isAssetCategory
Synopsis:AssetCategory isAssetCategoryDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE
isCanada
Synopsis:Country isCanadaDescription:
Is recpient the country 'Canada'?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
isCashEquiv
Synopsis:SecurityType isCashEquivDescription:
Is recpient's 'assetCategory' cash?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
isClassification
Synopsis:Classification isClassificationDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE
isCountry
Synopsis:Country isCountryDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE
isEntity
Synopsis:Entity isEntityDescription:
Returns the value TRUE when sent to any Entity.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE
isEquity
Synopsis:SecurityType isEquityDescription:
Is recpient's 'assetCategory' equity?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
isFixed
Synopsis:SecurityType isFixedDescription:
Is recpient's 'assetCategory' fixed income?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
isIndustry
Synopsis:Industry isIndustryDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE
isMemberOf:
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
isOther
Synopsis:SecurityType isOtherDescription:
Is recpient's 'assetCategory' other?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
isParent
Synopsis:Classification isParentDescription:
Returns TRUE if recipient is its own parent. (TRUE by default).Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
isRangeClassification
Synopsis:RangeClassification isRangeClassificationType: Constant          Function: Not Defined          Level: Basic
Returns: TRUE
isSector
Synopsis:Sector isSectorDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE
isSecurityType
Synopsis:SecurityType isSecurityTypeDescription:
Returns the value TRUE.Type: Constant          Function: Inquiry          Level: Basic
Returns: TRUE
isUS
Synopsis:Country isUSDescription:
Is recpient the country 'United States'?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
isUSA
Synopsis:Country isUSADescription:
Is recpient the country 'United States'?Type: Method          Function: Inquiry          Level: Basic
Returns: Boolean
locateId:
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
locateIds:
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
lowerBound
Synopsis:RangeClassification lowerBoundType: FixedProperty          Function: Data          Level: Basic
Returns: Number
masterListCodes
Synopsis:Entity masterListCodesDescription:
Displays code and name for all non-default instances in recipient's class.Type: Method          Function: Display          Level: Basic
Returns: NoValue
memberList
Synopsis:Classification memberListDescription:
Member entities associated with recipient.Type: TimeSeriesProperty          Function: Data          Level: Basic
Returns: IndexedList of Entity
name
Synopsis:Entity nameDescription:
recipient's name.Type: FixedProperty          Function: Data          Level: Basic
Returns: String
named
Synopsis:Entity namedDescription:
Naming dictionary for recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Dictionary
named
Synopsis:Classification namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named
named
Synopsis:RangeClassification namedDescription:
Returns the naming dictionary for the recipient's class.Type: Constant          Function: Descriptive          Level: Basic
Returns: Named
named
Synopsis:Country namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named
named
Synopsis:Industry namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named
named
Synopsis:Sector namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named
named
Synopsis:SecurityType namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named
named
Synopsis:AssetCategory namedDescription:
Naming dictionary associated with recipient's class.Type: Constant          Function: Schema          Level: Basic
Returns: Named
newAs:
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
numericCode
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
parent
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
print
Synopsis:Entity printDescription:
Redefines the standard print message so that recipient's 'code' is printed.Type: Method          Function: Display          Level: Basic
Returns: Entity
print:
Synopsis:Entity print: aFormatDescription:
Prints recipient's 'code' using supplied format.Type: Method          Function: Display          Level: Basic
Returns: Entity
Parameters:
1 - Integer
profile
Synopsis:Entity profileDescription:
Displays a multi-line description of recipient.Type: Method          Function: Display          Level: Basic
Returns: NoValue
rangeName
Synopsis:RangeClassification rangeNameType: FixedProperty          Function: Data          Level: Basic
Returns: String
rebuildAliases
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
sector
Synopsis:Industry sectorDescription:
Sector associated with recipient.Type: FixedProperty          Function: Data          Level: Basic
Returns: Sector
setNameTo:
Synopsis:Entity setNameTo: stringDescription:
Updates recipient's 'name' property with supplied string.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - String
setNumericCodeTo:
Synopsis:Entity setNumericCodeTo: stringDescription:
Updates recipient's 'numericCode' property with supplied number.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - Number
setParentTo:
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
setShortNameTo:
Synopsis:Entity setShortNameTo: stringDescription:
Updates recipient's 'shortName' property with string.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - String
setSortCodeTo:
Synopsis:Entity setSortCodeTo: stringDescription:
Updates recipient's 'sortCode' property with string.Type: Method          Function: Update          Level: DBA
Returns: Entity
Parameters:
1 - String
setXRefIn:to:
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
shortName
Synopsis:Entity shortNameDescription:
Short name. This is the same as 'code' by default.Type: FixedProperty          Function: Data          Level: Basic
Returns: String
sortCode
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
specializeAs:at:
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
unitCalc
Synopsis:SecurityType unitCalcDescription:
Mutliplier for adjusting units of security held for market value calculation purposes.Type: FixedProperty          Function: Data          Level: Basic
Returns: Double
universes
Synopsis:Entity universesDescription:
List of Universe in which recipient is a member.Type: Method (time varying)          Function: Data          Level: Basic
Returns: List of Universe
updateInitializationListWith:
Synopsis:Entity updateInitializationListWith: blockDescription:
Adds the supplied block to the recipient class' initializationList.Type: Method          Function: Schema          Level: DBA
Returns: Entity
Parameters:
1 - Block
upperBound
Synopsis:RangeClassification upperBoundType: FixedProperty          Function: Data          Level: Basic
Returns: Number
validateInputString:
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
whatAmI
Synopsis:Entity whatAmIDescription:
Return the string "Entity".Type: Constant          Function: Descriptive          Level: Basic
Returns: String
whatAmI
Synopsis:Classification whatAmIDescription:
Returns the string "Classification".Type: Constant          Function: Schema          Level: Basic
Returns: String
whatAmI
Synopsis:RangeClassification whatAmIDescription:
Returns the name of the recipient's class.Type: Constant          Function: Descriptive          Level: Basic
Returns: String
whatAmI
Synopsis:Country whatAmIDescription:
Returns the string "Country".Type: Constant          Function: Schema          Level: Basic
Returns: String
whatAmI
Synopsis:Industry whatAmIDescription:
Returns the string "Industry".Type: Constant          Function: Schema          Level: Basic
Returns: String
whatAmI
Synopsis:Sector whatAmIDescription:
Returns the string "Sector".Type: Constant          Function: Schema          Level: Basic
Returns: String
whatAmI
Synopsis:SecurityType whatAmIDescription:
Returns the string "SecurityType".Type: Constant          Function: Schema          Level: Basic
Returns: String
whatAmI
Synopsis:AssetCategory whatAmIDescription:
Returns the string "AssetCategory".Type: Constant          Function: Schema          Level: Basic
Returns: String