Class: FinancialInfo
_Various current financial properties associated with a particular asset. Historical properties may be determined by ActivityRecords associated with the asset. _
__
URI: cim:FinancialInfo
classDiagram
class FinancialInfo
IdentifiedObject <|-- FinancialInfo
FinancialInfo : account
FinancialInfo : actual_purchase_cost
FinancialInfo --> Money : actual_purchase_cost
FinancialInfo : alias_name
FinancialInfo : asset
FinancialInfo --> Asset : asset
FinancialInfo : cost_description
FinancialInfo : cost_type
FinancialInfo : description
FinancialInfo : diagram_objects
FinancialInfo --> DiagramObject : diagram_objects
FinancialInfo : financial_value
FinancialInfo --> Money : financial_value
FinancialInfo : instance_set
FinancialInfo --> InstanceSet : instance_set
FinancialInfo : m_rid
FinancialInfo : names
FinancialInfo --> Name : names
FinancialInfo : plant_transfer_date_time
FinancialInfo : properties_cimdata_object
FinancialInfo --> ChangeSetMember : properties_cimdata_object
FinancialInfo : purchase_date_time
FinancialInfo : purchase_order_number
FinancialInfo : quantity
FinancialInfo --> IntegerQuantity : quantity
FinancialInfo : targeting_cimdata_object
FinancialInfo --> ChangeSetMember : targeting_cimdata_object
FinancialInfo : value_date_time
FinancialInfo : warranty_end_date_time
Inheritance
- IdentifiedObject
- FinancialInfo
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| account | 0..1 String |
The account to which this actual material item is charged | direct |
| actual_purchase_cost | 0..1 Money |
The actual purchase cost of this particular asset | direct |
| cost_description | 0..1 String |
Description of the cost | direct |
| cost_type | 0..1 String |
Type of cost to which this Material Item belongs | direct |
| financial_value | 0..1 Money |
Value of asset as of 'valueDateTime' | direct |
| plant_transfer_date_time | 0..1 date |
Date and time asset's financial value was put in plant for regulatory account... | direct |
| purchase_date_time | 0..1 date |
Date and time asset was purchased | direct |
| purchase_order_number | 0..1 String |
Purchase order identifier | direct |
| quantity | 0..1 IntegerQuantity |
The quantity of the asset if per unit length, for example conductor | direct |
| value_date_time | 0..1 date |
Date and time at which the financial value was last established | direct |
| warranty_end_date_time | 0..1 date |
Date and time warranty on asset expires | direct |
| asset | 0..1 Asset |
The asset to which this financial information relates | direct |
| alias_name | 0..1 String |
The aliasName is free text human readable name of the object alternative to I... | IdentifiedObject |
| description | 0..1 String |
The description is a free human readable text describing or naming the object | IdentifiedObject |
| m_rid | 0..1 String |
Master resource identifier issued by a model authority | IdentifiedObject |
| diagram_objects | 0..* DiagramObject |
The diagram objects that are associated with the domain object | IdentifiedObject |
| instance_set | 1..1 InstanceSet |
Dataset containing the data objects | IdentifiedObject |
| names | 0..* Name |
All names of this identified object | IdentifiedObject |
| properties_cimdata_object | 0..1 ChangeSetMember |
The single CIM data object in the appropriate dataset context | IdentifiedObject |
| targeting_cimdata_object | 0..* ChangeSetMember |
Data objects registered | IdentifiedObject |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:FinancialInfo |
| native | cim:FinancialInfo |
LinkML Source
Direct
name: FinancialInfo
description: "Various current financial properties associated with a particular asset.\
\ Historical properties may be determined by ActivityRecords associated with the\
\ asset.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
account:
name: account
description: The account to which this actual material item is charged.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.account
multivalued: false
domain_of:
- FinancialInfo
- MiscCostItem
range: string
required: false
actual_purchase_cost:
name: actual_purchase_cost
description: The actual purchase cost of this particular asset.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.actualPurchaseCost
multivalued: false
domain_of:
- FinancialInfo
range: Money
required: false
cost_description:
name: cost_description
description: Description of the cost.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.costDescription
multivalued: false
domain_of:
- FinancialInfo
range: string
required: false
cost_type:
name: cost_type
description: "Type of cost to which this Material Item belongs.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.costType
multivalued: false
domain_of:
- FinancialInfo
- CompatibleUnit
- WorkCostDetail
- MiscCostItem
- TypeMaterial
range: string
required: false
financial_value:
name: financial_value
description: Value of asset as of 'valueDateTime'.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.financialValue
multivalued: false
domain_of:
- FinancialInfo
range: Money
required: false
plant_transfer_date_time:
name: plant_transfer_date_time
description: "Date and time asset's financial value was put in plant for regulatory\
\ accounting purposes (e.g., for rate base calculations). This is sometime referred\
\ to as the \"in-service date\".\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.plantTransferDateTime
multivalued: false
domain_of:
- FinancialInfo
range: date
required: false
purchase_date_time:
name: purchase_date_time
description: "Date and time asset was purchased.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.purchaseDateTime
multivalued: false
domain_of:
- FinancialInfo
range: date
required: false
purchase_order_number:
name: purchase_order_number
description: ' Purchase order identifier.'
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.purchaseOrderNumber
multivalued: false
domain_of:
- FinancialInfo
range: string
required: false
quantity:
name: quantity
description: The quantity of the asset if per unit length, for example conductor.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.quantity
multivalued: false
domain_of:
- FinancialInfo
- CatalogAssetType
- CompatibleUnit
- MiscCostItem
- CUMaterialItem
- TypeMaterial
- MaterialItem
- ErpReqLineItem
- TimeSeries
- Point
- CRRSegment
- PassThroughBill
- Domain
- Quantity
range: IntegerQuantity
required: false
value_date_time:
name: value_date_time
description: "Date and time at which the financial value was last established.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.valueDateTime
multivalued: false
domain_of:
- FinancialInfo
range: date
required: false
warranty_end_date_time:
name: warranty_end_date_time
description: "Date and time warranty on asset expires.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.warrantyEndDateTime
multivalued: false
domain_of:
- FinancialInfo
range: date
required: false
asset:
name: asset
description: The asset to which this financial information relates.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.Asset
multivalued: false
domain_of:
- FinancialInfo
- Incident
- ProductAssetModel
- Measurement
- AssetDeployment
- ProcedureDataSet
- Reconditioning
- Medium
- ServiceLocation
- AssetFunction
- AnalyticScore
- Analytic
- AssetGroup
- OperationalTag
- Ownership
- ErpItemMaster
- ErpInventory
range: Asset
required: false
class_uri: cim:FinancialInfo
Induced
name: FinancialInfo
description: "Various current financial properties associated with a particular asset.\
\ Historical properties may be determined by ActivityRecords associated with the\
\ asset.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
account:
name: account
description: The account to which this actual material item is charged.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.account
multivalued: false
alias: account
owner: FinancialInfo
domain_of:
- FinancialInfo
- MiscCostItem
range: string
required: false
actual_purchase_cost:
name: actual_purchase_cost
description: The actual purchase cost of this particular asset.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.actualPurchaseCost
multivalued: false
alias: actual_purchase_cost
owner: FinancialInfo
domain_of:
- FinancialInfo
range: Money
required: false
cost_description:
name: cost_description
description: Description of the cost.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.costDescription
multivalued: false
alias: cost_description
owner: FinancialInfo
domain_of:
- FinancialInfo
range: string
required: false
cost_type:
name: cost_type
description: "Type of cost to which this Material Item belongs.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.costType
multivalued: false
alias: cost_type
owner: FinancialInfo
domain_of:
- FinancialInfo
- CompatibleUnit
- WorkCostDetail
- MiscCostItem
- TypeMaterial
range: string
required: false
financial_value:
name: financial_value
description: Value of asset as of 'valueDateTime'.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.financialValue
multivalued: false
alias: financial_value
owner: FinancialInfo
domain_of:
- FinancialInfo
range: Money
required: false
plant_transfer_date_time:
name: plant_transfer_date_time
description: "Date and time asset's financial value was put in plant for regulatory\
\ accounting purposes (e.g., for rate base calculations). This is sometime referred\
\ to as the \"in-service date\".\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.plantTransferDateTime
multivalued: false
alias: plant_transfer_date_time
owner: FinancialInfo
domain_of:
- FinancialInfo
range: date
required: false
purchase_date_time:
name: purchase_date_time
description: "Date and time asset was purchased.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.purchaseDateTime
multivalued: false
alias: purchase_date_time
owner: FinancialInfo
domain_of:
- FinancialInfo
range: date
required: false
purchase_order_number:
name: purchase_order_number
description: ' Purchase order identifier.'
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.purchaseOrderNumber
multivalued: false
alias: purchase_order_number
owner: FinancialInfo
domain_of:
- FinancialInfo
range: string
required: false
quantity:
name: quantity
description: The quantity of the asset if per unit length, for example conductor.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.quantity
multivalued: false
alias: quantity
owner: FinancialInfo
domain_of:
- FinancialInfo
- CatalogAssetType
- CompatibleUnit
- MiscCostItem
- CUMaterialItem
- TypeMaterial
- MaterialItem
- ErpReqLineItem
- TimeSeries
- Point
- CRRSegment
- PassThroughBill
- Domain
- Quantity
range: IntegerQuantity
required: false
value_date_time:
name: value_date_time
description: "Date and time at which the financial value was last established.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.valueDateTime
multivalued: false
alias: value_date_time
owner: FinancialInfo
domain_of:
- FinancialInfo
range: date
required: false
warranty_end_date_time:
name: warranty_end_date_time
description: "Date and time warranty on asset expires.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.warrantyEndDateTime
multivalued: false
alias: warranty_end_date_time
owner: FinancialInfo
domain_of:
- FinancialInfo
range: date
required: false
asset:
name: asset
description: The asset to which this financial information relates.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:FinancialInfo.Asset
multivalued: false
alias: asset
owner: FinancialInfo
domain_of:
- FinancialInfo
- Incident
- ProductAssetModel
- Measurement
- AssetDeployment
- ProcedureDataSet
- Reconditioning
- Medium
- ServiceLocation
- AssetFunction
- AnalyticScore
- Analytic
- AssetGroup
- OperationalTag
- Ownership
- ErpItemMaster
- ErpInventory
range: Asset
required: false
alias_name:
name: alias_name
description: "The aliasName is free text human readable name of the object alternative\
\ to IdentifiedObject.name. It may be non unique and may not correlate to a\
\ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
\ compatibility between CIM relases. It is however recommended to replace aliasName\
\ with the Name class as aliasName is planned for retirement at a future time.\r\
\n\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.aliasName
multivalued: false
alias: alias_name
owner: FinancialInfo
domain_of:
- IdentifiedObject
range: string
required: false
description:
name: description
description: The description is a free human readable text describing or naming
the object. It may be non unique and may not correlate to a naming hierarchy.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.description
multivalued: false
alias: description
owner: FinancialInfo
domain_of:
- IdentifiedObject
- NameType
- NameTypeAuthority
- DataSet
- SwitchingStepGroup
- AreaReserveSpec
range: string
required: false
m_rid:
name: m_rid
description: "Master resource identifier issued by a model authority. The mRID\
\ is unique within an exchange context. Global uniqueness is easily achieved\
\ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
\ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
\ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
\ CIM object elements."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.mRID
multivalued: false
alias: m_rid
owner: FinancialInfo
domain_of:
- IdentifiedObject
- DataSet
range: string
required: false
diagram_objects:
name: diagram_objects
description: The diagram objects that are associated with the domain object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.DiagramObjects
multivalued: true
alias: diagram_objects
owner: FinancialInfo
domain_of:
- IdentifiedObject
range: DiagramObject
required: false
instance_set:
name: instance_set
description: Dataset containing the data objects.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.InstanceSet
multivalued: false
alias: instance_set
owner: FinancialInfo
domain_of:
- IdentifiedObject
range: InstanceSet
required: true
names:
name: names
description: All names of this identified object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.Names
multivalued: true
alias: names
owner: FinancialInfo
domain_of:
- IdentifiedObject
- NameType
range: Name
required: false
properties_cimdata_object:
name: properties_cimdata_object
description: The single CIM data object in the appropriate dataset context.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
multivalued: false
alias: properties_cimdata_object
owner: FinancialInfo
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
targeting_cimdata_object:
name: targeting_cimdata_object
description: Data objects registered.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
multivalued: true
alias: targeting_cimdata_object
owner: FinancialInfo
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:FinancialInfo