Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfAssets :: Module FinancialInfo' :: Class FinancialInfo
[hide private]
[frames] | no frames]

Class FinancialInfo

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         FinancialInfo

Various current financial properties associated with a particular asset. Historical properties may be determined by ActivityRecords associated with the asset.Various current financial properties associated with a particular asset. Historical properties may be determined by ActivityRecords associated with the asset.

Instance Methods [hide private]
 
__init__(self, warrantyEndDateTime='', costDescription='', purchaseDateTime='', account='', financialValue=0.0, purchaseOrderNumber='', plantTransferDateTime='', quantity='', valueDateTime='', costType='', actualPurchaseCost=0.0, Asset=None, *args, **kw_args)
Initialises a new 'FinancialInfo' instance.
 
getAsset(self)
 
setAsset(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'account': <type 'str'>, 'actualPurchaseCost': ...
  _attrs = ['warrantyEndDateTime', 'costDescription', 'purchaseD...
  _defaults = {'account': '', 'actualPurchaseCost': 0.0, 'costDe...
  _many_refs = []
  _refs = ['Asset']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Asset

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, warrantyEndDateTime='', costDescription='', purchaseDateTime='', account='', financialValue=0.0, purchaseOrderNumber='', plantTransferDateTime='', quantity='', valueDateTime='', costType='', actualPurchaseCost=0.0, Asset=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'FinancialInfo' instance.

Parameters:
  • warrantyEndDateTime - Date and time warranty on asset expires.
  • costDescription - Description of the cost.
  • purchaseDateTime - Date and time asset was purchased.
  • account - The account to which this actual material item is charged.
  • financialValue - Value of asset as of 'valueDateTime'.
  • purchaseOrderNumber - Purchase order identifier.
  • plantTransferDateTime - 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.'
  • quantity - The quantity of the asset if per unit length, for example conductor.
  • valueDateTime - Date and time at which the financial value was last established.
  • costType - Category of cost to which this Material Item belongs.
  • actualPurchaseCost - The actual purchase cost of this particular asset.
  • Asset
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'account': <type 'str'>,
 'actualPurchaseCost': <type 'float'>,
 'costDescription': <type 'str'>,
 'costType': <type 'str'>,
 'financialValue': <type 'float'>,
 'plantTransferDateTime': <type 'str'>,
 'purchaseDateTime': <type 'str'>,
 'purchaseOrderNumber': <type 'str'>,
...

_attrs

Value:
['warrantyEndDateTime',
 'costDescription',
 'purchaseDateTime',
 'account',
 'financialValue',
 'purchaseOrderNumber',
 'plantTransferDateTime',
 'quantity',
...

_defaults

Value:
{'account': '',
 'actualPurchaseCost': 0.0,
 'costDescription': '',
 'costType': '',
 'financialValue': 0.0,
 'plantTransferDateTime': '',
 'purchaseDateTime': '',
 'purchaseOrderNumber': '',
...

Property Details [hide private]

Asset

Get Method:
getAsset(self)
Set Method:
setAsset(self, value)