__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__
|