Class: PassThroughBill
_Pass Through Bill is used for: _
_1)Two sided charge transactions with or without ISO involvement _
_2) Specific direct charges or payments that are calculated outside or provided directly to settlements _
_3) Specific charge bill determinants that are externally supplied and used in charge calculations _
__
URI: cim:PassThroughBill
classDiagram
class PassThroughBill
Document <|-- PassThroughBill
PassThroughBill : activity_record
PassThroughBill --> ActivityRecord : activity_record
PassThroughBill : adjusted_amount
PassThroughBill --> Money : adjusted_amount
PassThroughBill : alias_name
PassThroughBill : amount
PassThroughBill --> Money : amount
PassThroughBill : approver
PassThroughBill --> Approver : approver
PassThroughBill : author
PassThroughBill --> Author : author
PassThroughBill : author_name
PassThroughBill : bill_end
PassThroughBill : bill_run_type
PassThroughBill : bill_start
PassThroughBill : billed_to
PassThroughBill : charge_profiles
PassThroughBill --> ChargeProfile : charge_profiles
PassThroughBill : comment
PassThroughBill : configuration_events
PassThroughBill --> ConfigurationEvent : configuration_events
PassThroughBill : created_date_time
PassThroughBill : description
PassThroughBill : diagram_objects
PassThroughBill --> DiagramObject : diagram_objects
PassThroughBill : doc_status
PassThroughBill --> Status : doc_status
PassThroughBill : editor
PassThroughBill --> Editor : editor
PassThroughBill : effective_date
PassThroughBill : electronic_address
PassThroughBill --> ElectronicAddress : electronic_address
PassThroughBill : instance_set
PassThroughBill --> InstanceSet : instance_set
PassThroughBill : is_disputed
PassThroughBill : is_profiled
PassThroughBill : issuer
PassThroughBill --> Issuer : issuer
PassThroughBill : last_modified_date_time
PassThroughBill : m_rid
PassThroughBill : market_statement_line_item
PassThroughBill --> MarketStatementLineItem : market_statement_line_item
PassThroughBill : mkt_user_attribute
PassThroughBill --> MktUserAttribute : mkt_user_attribute
PassThroughBill : names
PassThroughBill --> Name : names
PassThroughBill : paid_to
PassThroughBill : previous_end
PassThroughBill : previous_start
PassThroughBill : price
PassThroughBill --> Money : price
PassThroughBill : product_code
PassThroughBill : properties_cimdata_object
PassThroughBill --> ChangeSetMember : properties_cimdata_object
PassThroughBill : provided_by
PassThroughBill : quantity
PassThroughBill --> FloatQuantity : quantity
PassThroughBill : revision_number
PassThroughBill : service_end
PassThroughBill : service_start
PassThroughBill : sold_to
PassThroughBill : status
PassThroughBill --> Status : status
PassThroughBill : subject
PassThroughBill : targeting_cimdata_object
PassThroughBill --> ChangeSetMember : targeting_cimdata_object
PassThroughBill : tax_amount
PassThroughBill --> Money : tax_amount
PassThroughBill : time_zone
PassThroughBill : title
PassThroughBill : trade_date
PassThroughBill : transaction_date
PassThroughBill : transaction_type
PassThroughBill : type
Inheritance
- IdentifiedObject
- Document
- PassThroughBill
- Document
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| adjusted_amount | 0..1 Money |
direct | |
| amount | 0..1 Money |
The charge amount of the product/service | direct |
| billed_to | 0..1 String |
The company to which the PTB transaction is billed | direct |
| bill_end | 0..1 date |
Bill period end date | |
| direct | |||
| bill_run_type | 0..1 String |
The settlement run type, for example: prelim, final, and rerun | direct |
| bill_start | 0..1 date |
Bill period start date | |
| direct | |||
| effective_date | 0..1 date |
The effective date of the transaction | |
| direct | |||
| is_disputed | 0..1 Boolean |
Disputed transaction indicator | |
| direct | |||
| is_profiled | 0..1 Boolean |
A flag indicating whether there is a profile data associated with the PTB | direct |
| paid_to | 0..1 String |
The company to which the PTB transaction is paid | direct |
| previous_end | 0..1 date |
The previous bill period end date | |
| direct | |||
| previous_start | 0..1 date |
The previous bill period start date | |
| direct | |||
| price | 0..1 Money |
The price of product/service | direct |
| product_code | 0..1 String |
The product identifier for determining the charge type of the transaction | direct |
| provided_by | 0..1 String |
The company by which the PTB transaction service is provided | direct |
| quantity | 0..1 FloatQuantity |
The product quantity | direct |
| service_end | 0..1 date |
The end date of service provided, if periodic | direct |
| service_start | 0..1 date |
The start date of service provided, if periodic | direct |
| sold_to | 0..1 String |
The company to which the PTB transaction is sold | direct |
| tax_amount | 0..1 Money |
The tax on services taken | direct |
| time_zone | 0..1 String |
The time zone code | |
| direct | |||
| trade_date | 0..1 date |
The trade date | |
| direct | |||
| transaction_date | 0..1 date |
The date the transaction occurs | direct |
| transaction_type | 0..1 String |
The type of transaction | direct |
| mkt_user_attribute | 0..* MktUserAttribute |
direct | |
| market_statement_line_item | 0..1 MarketStatementLineItem |
direct | |
| charge_profiles | 0..* ChargeProfile |
direct | |
| author_name | 0..1 String |
Name of the author of this document | Document |
| comment | 0..1 String |
Free text comment | Document |
| created_date_time | 0..1 date |
Date and time that this document was created | Document |
| doc_status | 0..1 Status |
Status of this document | Document |
| electronic_address | 0..1 ElectronicAddress |
Electronic address | Document |
| last_modified_date_time | 0..1 date |
Date and time this document was last modified | Document |
| revision_number | 0..1 String |
Revision number for this document | Document |
| status | 0..1 Status |
Status of subject matter (e | Document |
| subject | 0..1 String |
Document subject | Document |
| title | 0..1 String |
Document title | Document |
| type | 0..1 String |
Utility-specific classification of this document, according to its corporate ... | Document |
| activity_record | 0..* ActivityRecord |
The activity record for a document | Document |
| configuration_events | 0..* ConfigurationEvent |
All configuration events created for this document | Document |
| author | 0..1 Author |
Author of this document | Document |
| editor | 0..1 Editor |
Editor of this document | Document |
| approver | 0..1 Approver |
Approver of this document | Document |
| issuer | 0..1 Issuer |
Issuer of this document | Document |
| 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
| used by | used in | type | used |
|---|---|---|---|
| MktUserAttribute | pass_through_bill | range | PassThroughBill |
| ChargeProfile | pass_trough_bill | range | PassThroughBill |
| MarketStatementLineItem | pass_through_bill | range | PassThroughBill |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:PassThroughBill |
| native | cim:PassThroughBill |
LinkML Source
Direct
name: PassThroughBill
description: "Pass Through Bill is used for:\r\n1)Two sided charge transactions with\
\ or without ISO involvement\r\n2) Specific direct charges or payments that are\
\ calculated outside or provided directly to settlements\r\n3) Specific charge bill\
\ determinants that are externally supplied and used in charge calculations\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: Document
attributes:
adjusted_amount:
name: adjusted_amount
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.adjustedAmount
multivalued: false
domain_of:
- PassThroughBill
range: Money
required: false
amount:
name: amount
description: "The charge amount of the product/service.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.amount
multivalued: false
domain_of:
- ErpJournalEntry
- WorkCostDetail
- LineDetail
- ErpLedgerEntry
- Tender
- AccountMovement
- ErpInvoice
- CRRSegment
- MarketInvoice
- PassThroughBill
- MarketLedgerEntry
- Price
- NonStandardItem
range: Money
required: false
billed_to:
name: billed_to
description: "The company to which the PTB transaction is billed.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.billedTo
multivalued: false
domain_of:
- PassThroughBill
range: string
required: false
bill_end:
name: bill_end
description: "Bill period end date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.billEnd
multivalued: false
domain_of:
- PassThroughBill
range: date
required: false
bill_run_type:
name: bill_run_type
description: "The settlement run type, for example: prelim, final, and rerun.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.billRunType
multivalued: false
domain_of:
- PassThroughBill
range: string
required: false
bill_start:
name: bill_start
description: "Bill period start date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.billStart
multivalued: false
domain_of:
- PassThroughBill
range: date
required: false
effective_date:
name: effective_date
description: "The effective date of the transaction\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.effectiveDate
multivalued: false
domain_of:
- FlowgateValue
- FlowgateRelief
- MajorChargeGroup
- ChargeType
- ChargeGroup
- BillDeterminant
- PassThroughBill
- ChargeComponent
- MarketQualificationRequirement
- AccessPermit
range: date
required: false
is_disputed:
name: is_disputed
description: "Disputed transaction indicator \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.isDisputed
multivalued: false
domain_of:
- PassThroughBill
range: boolean
required: false
is_profiled:
name: is_profiled
description: "A flag indicating whether there is a profile data associated with\
\ the PTB.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.isProfiled
multivalued: false
domain_of:
- PassThroughBill
range: boolean
required: false
paid_to:
name: paid_to
description: "The company to which the PTB transaction is paid.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.paidTo
multivalued: false
domain_of:
- PassThroughBill
range: string
required: false
previous_end:
name: previous_end
description: "The previous bill period end date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.previousEnd
multivalued: false
domain_of:
- PassThroughBill
range: date
required: false
previous_start:
name: previous_start
description: "The previous bill period start date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.previousStart
multivalued: false
domain_of:
- PassThroughBill
range: date
required: false
price:
name: price
description: "The price of product/service.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.price
multivalued: false
domain_of:
- Design
- TimeSeries
- Point
- MPMTestThreshold
- TradingHubValues
- PassThroughBill
- Domain
- PanPricingDetail
range: Money
required: false
product_code:
name: product_code
description: "The product identifier for determining the charge type of the transaction.\
\ \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.productCode
multivalued: false
domain_of:
- PassThroughBill
range: string
required: false
provided_by:
name: provided_by
description: "The company by which the PTB transaction service is provided.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.providedBy
multivalued: false
domain_of:
- GenerationProvider
- PassThroughBill
range: string
required: false
quantity:
name: quantity
description: "The product quantity.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.quantity
multivalued: false
domain_of:
- FinancialInfo
- CatalogAssetType
- CompatibleUnit
- MiscCostItem
- CUMaterialItem
- TypeMaterial
- MaterialItem
- ErpReqLineItem
- TimeSeries
- Point
- CRRSegment
- PassThroughBill
- Domain
- Quantity
range: FloatQuantity
required: false
service_end:
name: service_end
description: "The end date of service provided, if periodic.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.serviceEnd
multivalued: false
domain_of:
- PassThroughBill
range: date
required: false
service_start:
name: service_start
description: "The start date of service provided, if periodic. \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.serviceStart
multivalued: false
domain_of:
- PassThroughBill
range: date
required: false
sold_to:
name: sold_to
description: "The company to which the PTB transaction is sold.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.soldTo
multivalued: false
domain_of:
- PassThroughBill
range: string
required: false
tax_amount:
name: tax_amount
description: "The tax on services taken.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.taxAmount
multivalued: false
domain_of:
- PassThroughBill
range: Money
required: false
time_zone:
name: time_zone
description: "The time zone code\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.timeZone
multivalued: false
domain_of:
- PassThroughBill
range: string
required: false
trade_date:
name: trade_date
description: "The trade date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.tradeDate
multivalued: false
domain_of:
- Settlement
- PassThroughBill
- MarketStatement
range: date
required: false
transaction_date:
name: transaction_date
description: "The date the transaction occurs.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.transactionDate
multivalued: false
domain_of:
- PassThroughBill
- MarketStatement
range: date
required: false
transaction_type:
name: transaction_type
description: "The type of transaction. For example, charge customer, bill customer,\
\ matching AR/AP, or bill determinant \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.transactionType
multivalued: false
domain_of:
- PassThroughBill
- BilateralTransaction
range: string
required: false
mkt_user_attribute:
name: mkt_user_attribute
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.MktUserAttribute
multivalued: true
domain_of:
- ChargeType
- ChargeGroup
- BillDeterminant
- PassThroughBill
- MarketStatementLineItem
- AttributeProperty
range: MktUserAttribute
required: false
market_statement_line_item:
name: market_statement_line_item
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.MarketStatementLineItem
multivalued: false
domain_of:
- MktUserAttribute
- PassThroughBill
- MarketStatement
range: MarketStatementLineItem
required: false
charge_profiles:
name: charge_profiles
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.ChargeProfiles
multivalued: true
domain_of:
- Bid
- PassThroughBill
range: ChargeProfile
required: false
class_uri: cim:PassThroughBill
Induced
name: PassThroughBill
description: "Pass Through Bill is used for:\r\n1)Two sided charge transactions with\
\ or without ISO involvement\r\n2) Specific direct charges or payments that are\
\ calculated outside or provided directly to settlements\r\n3) Specific charge bill\
\ determinants that are externally supplied and used in charge calculations\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: Document
attributes:
adjusted_amount:
name: adjusted_amount
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.adjustedAmount
multivalued: false
alias: adjusted_amount
owner: PassThroughBill
domain_of:
- PassThroughBill
range: Money
required: false
amount:
name: amount
description: "The charge amount of the product/service.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.amount
multivalued: false
alias: amount
owner: PassThroughBill
domain_of:
- ErpJournalEntry
- WorkCostDetail
- LineDetail
- ErpLedgerEntry
- Tender
- AccountMovement
- ErpInvoice
- CRRSegment
- MarketInvoice
- PassThroughBill
- MarketLedgerEntry
- Price
- NonStandardItem
range: Money
required: false
billed_to:
name: billed_to
description: "The company to which the PTB transaction is billed.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.billedTo
multivalued: false
alias: billed_to
owner: PassThroughBill
domain_of:
- PassThroughBill
range: string
required: false
bill_end:
name: bill_end
description: "Bill period end date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.billEnd
multivalued: false
alias: bill_end
owner: PassThroughBill
domain_of:
- PassThroughBill
range: date
required: false
bill_run_type:
name: bill_run_type
description: "The settlement run type, for example: prelim, final, and rerun.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.billRunType
multivalued: false
alias: bill_run_type
owner: PassThroughBill
domain_of:
- PassThroughBill
range: string
required: false
bill_start:
name: bill_start
description: "Bill period start date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.billStart
multivalued: false
alias: bill_start
owner: PassThroughBill
domain_of:
- PassThroughBill
range: date
required: false
effective_date:
name: effective_date
description: "The effective date of the transaction\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.effectiveDate
multivalued: false
alias: effective_date
owner: PassThroughBill
domain_of:
- FlowgateValue
- FlowgateRelief
- MajorChargeGroup
- ChargeType
- ChargeGroup
- BillDeterminant
- PassThroughBill
- ChargeComponent
- MarketQualificationRequirement
- AccessPermit
range: date
required: false
is_disputed:
name: is_disputed
description: "Disputed transaction indicator \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.isDisputed
multivalued: false
alias: is_disputed
owner: PassThroughBill
domain_of:
- PassThroughBill
range: boolean
required: false
is_profiled:
name: is_profiled
description: "A flag indicating whether there is a profile data associated with\
\ the PTB.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.isProfiled
multivalued: false
alias: is_profiled
owner: PassThroughBill
domain_of:
- PassThroughBill
range: boolean
required: false
paid_to:
name: paid_to
description: "The company to which the PTB transaction is paid.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.paidTo
multivalued: false
alias: paid_to
owner: PassThroughBill
domain_of:
- PassThroughBill
range: string
required: false
previous_end:
name: previous_end
description: "The previous bill period end date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.previousEnd
multivalued: false
alias: previous_end
owner: PassThroughBill
domain_of:
- PassThroughBill
range: date
required: false
previous_start:
name: previous_start
description: "The previous bill period start date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.previousStart
multivalued: false
alias: previous_start
owner: PassThroughBill
domain_of:
- PassThroughBill
range: date
required: false
price:
name: price
description: "The price of product/service.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.price
multivalued: false
alias: price
owner: PassThroughBill
domain_of:
- Design
- TimeSeries
- Point
- MPMTestThreshold
- TradingHubValues
- PassThroughBill
- Domain
- PanPricingDetail
range: Money
required: false
product_code:
name: product_code
description: "The product identifier for determining the charge type of the transaction.\
\ \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.productCode
multivalued: false
alias: product_code
owner: PassThroughBill
domain_of:
- PassThroughBill
range: string
required: false
provided_by:
name: provided_by
description: "The company by which the PTB transaction service is provided.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.providedBy
multivalued: false
alias: provided_by
owner: PassThroughBill
domain_of:
- GenerationProvider
- PassThroughBill
range: string
required: false
quantity:
name: quantity
description: "The product quantity.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.quantity
multivalued: false
alias: quantity
owner: PassThroughBill
domain_of:
- FinancialInfo
- CatalogAssetType
- CompatibleUnit
- MiscCostItem
- CUMaterialItem
- TypeMaterial
- MaterialItem
- ErpReqLineItem
- TimeSeries
- Point
- CRRSegment
- PassThroughBill
- Domain
- Quantity
range: FloatQuantity
required: false
service_end:
name: service_end
description: "The end date of service provided, if periodic.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.serviceEnd
multivalued: false
alias: service_end
owner: PassThroughBill
domain_of:
- PassThroughBill
range: date
required: false
service_start:
name: service_start
description: "The start date of service provided, if periodic. \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.serviceStart
multivalued: false
alias: service_start
owner: PassThroughBill
domain_of:
- PassThroughBill
range: date
required: false
sold_to:
name: sold_to
description: "The company to which the PTB transaction is sold.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.soldTo
multivalued: false
alias: sold_to
owner: PassThroughBill
domain_of:
- PassThroughBill
range: string
required: false
tax_amount:
name: tax_amount
description: "The tax on services taken.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.taxAmount
multivalued: false
alias: tax_amount
owner: PassThroughBill
domain_of:
- PassThroughBill
range: Money
required: false
time_zone:
name: time_zone
description: "The time zone code\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.timeZone
multivalued: false
alias: time_zone
owner: PassThroughBill
domain_of:
- PassThroughBill
range: string
required: false
trade_date:
name: trade_date
description: "The trade date\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.tradeDate
multivalued: false
alias: trade_date
owner: PassThroughBill
domain_of:
- Settlement
- PassThroughBill
- MarketStatement
range: date
required: false
transaction_date:
name: transaction_date
description: "The date the transaction occurs.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.transactionDate
multivalued: false
alias: transaction_date
owner: PassThroughBill
domain_of:
- PassThroughBill
- MarketStatement
range: date
required: false
transaction_type:
name: transaction_type
description: "The type of transaction. For example, charge customer, bill customer,\
\ matching AR/AP, or bill determinant \r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PassThroughBill.transactionType
multivalued: false
alias: transaction_type
owner: PassThroughBill
domain_of:
- PassThroughBill
- BilateralTransaction
range: string
required: false
mkt_user_attribute:
name: mkt_user_attribute
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.MktUserAttribute
multivalued: true
alias: mkt_user_attribute
owner: PassThroughBill
domain_of:
- ChargeType
- ChargeGroup
- BillDeterminant
- PassThroughBill
- MarketStatementLineItem
- AttributeProperty
range: MktUserAttribute
required: false
market_statement_line_item:
name: market_statement_line_item
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.MarketStatementLineItem
multivalued: false
alias: market_statement_line_item
owner: PassThroughBill
domain_of:
- MktUserAttribute
- PassThroughBill
- MarketStatement
range: MarketStatementLineItem
required: false
charge_profiles:
name: charge_profiles
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PassThroughBill.ChargeProfiles
multivalued: true
alias: charge_profiles
owner: PassThroughBill
domain_of:
- Bid
- PassThroughBill
range: ChargeProfile
required: false
author_name:
name: author_name
description: Name of the author of this document.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.authorName
multivalued: false
alias: author_name
owner: PassThroughBill
domain_of:
- Document
range: string
required: false
comment:
name: comment
description: Free text comment.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Document.comment
multivalued: false
alias: comment
owner: PassThroughBill
domain_of:
- NetworkModelProjectChangeVersion
- Document
- SwitchingPlanRequest
- SwitchingOrder
- TroubleOrder
- ReadingQuality
- TroubleTicket
- OutageOrder
range: string
required: false
created_date_time:
name: created_date_time
description: "Date and time that this document was created.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.createdDateTime
multivalued: false
alias: created_date_time
owner: PassThroughBill
domain_of:
- Document
- ActivityRecord
range: date
required: false
doc_status:
name: doc_status
description: "Status of this document. For status of subject matter this document\
\ represents (e.g., Agreement, Work), use 'status' attribute.\r\nExample values\
\ for 'docStatus.status' are draft, approved, cancelled, etc."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.docStatus
multivalued: false
alias: doc_status
owner: PassThroughBill
domain_of:
- Document
range: Status
required: false
electronic_address:
name: electronic_address
description: Electronic address.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Document.electronicAddress
multivalued: false
alias: electronic_address
owner: PassThroughBill
domain_of:
- Asset
- Document
- Person
- Organisation
- Location
- Cashier
range: ElectronicAddress
required: false
last_modified_date_time:
name: last_modified_date_time
description: "Date and time this document was last modified. Documents may potentially\
\ be modified many times during their lifetime.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.lastModifiedDateTime
multivalued: false
alias: last_modified_date_time
owner: PassThroughBill
domain_of:
- Document
range: date
required: false
revision_number:
name: revision_number
description: Revision number for this document.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.revisionNumber
multivalued: false
alias: revision_number
owner: PassThroughBill
domain_of:
- Document
- MajorChargeGroup
range: string
required: false
status:
name: status
description: Status of subject matter (e.g., Agreement, Work) this document represents.
For status of the document itself, use 'docStatus' attribute.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Document.status
multivalued: false
alias: status
owner: PassThroughBill
domain_of:
- Asset
- Document
- Customer
- StreetAddress
- Location
- ErpQuoteLineItem
- CostType
- ErpJournalEntry
- ErpRecLineItem
- ErpPayableLineItem
- ContractorItem
- Capability
- Craft
- OldPerson
- ErpPersonnel
- LaborItem
- DesignLocationCU
- DesignLocation
- ConditionFactor
- MiscCostItem
- CUGroup
- WorkFlowStep
- ErpTimeEntry
- OverheadCost
- PropertyUnit
- CUMaterialItem
- ErpIssueInventory
- ErpReqLineItem
- ErpRecDelvLineItem
- Role
- LandProperty
- ErpSiteLevelData
- Crew
- ActivityRecord
- ErpLedgerEntry
- ErpLedBudLineItem
- TransformerObservation
- BushingInsulationPF
- WindingInsulation
- CULaborItem
- CULaborCode
- EndDeviceGroup
- Hazard
- CUWorkEquipmentItem
- ShiftPattern
- Route
- Usage
- CUContractorItem
- CUAllowableAction
- TypeAssetCatalogue
- AssetModelCatalogue
- Market
- CRROrgRole
- MarketScheduledEvent
- MarketLedgerEntry
- MarketPerson
- MarketQualificationRequirement
- ResourceGroup
- ResourceAwardInstruction
- ExPostResourceResults
- MarketObjectStatus
- TimePoint
- ErpItemMaster
- ScheduledEvent
- ScheduledEventData
- ErpInventory
- ErpInventoryCount
- RedLine
- BusinessRole
- BidTimeSeries
range: Status
required: false
subject:
name: subject
description: Document subject.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.subject
multivalued: false
alias: subject
owner: PassThroughBill
domain_of:
- Document
range: string
required: false
title:
name: title
description: Document title.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.title
multivalued: false
alias: title
owner: PassThroughBill
domain_of:
- Document
range: string
required: false
type:
name: type
description: Utility-specific classification of this document, according to its
corporate standards, practices, and existing IT systems (e.g., for management
of assets, maintenance, work, outage, customers, etc.).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Document.type
multivalued: false
alias: type
owner: PassThroughBill
domain_of:
- Asset
- AcceptanceTest
- Document
- StreetDetail
- Location
- Priority
- CatalogAssetType
- Capability
- Craft
- OldPerson
- Role
- ActivityRecord
- EndDeviceEventType
- EndDeviceGroup
- DemandResponseProgram
- UsagePointGroup
- EndDeviceControlType
- Hazard
- OldCrew
- Route
- ConstraintDuration
- AceTariffType
- ControlArea
- SynchronousMachine
- ChargeProfile
- ChargeComponent
- MarketRole
- ResourceGroup
- Quantity
- ResourceCertification
- Auction
- ScheduledEvent
- PotentialTransformer
- BusinessRole
range: string
required: false
activity_record:
name: activity_record
description: The activity record for a document
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.ActivityRecord
multivalued: true
alias: activity_record
owner: PassThroughBill
domain_of:
- Document
range: ActivityRecord
required: false
configuration_events:
name: configuration_events
description: All configuration events created for this document.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Document.ConfigurationEvents
multivalued: true
alias: configuration_events
owner: PassThroughBill
domain_of:
- Asset
- Document
- PersonRole
- OrganisationRole
- Location
- UsagePoint
- ServiceCategory
range: ConfigurationEvent
required: false
author:
name: author
description: Author of this document.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.Author
multivalued: false
alias: author
owner: PassThroughBill
domain_of:
- Document
- ActivityRecord
range: Author
required: false
editor:
name: editor
description: Editor of this document.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.Editor
multivalued: false
alias: editor
owner: PassThroughBill
domain_of:
- Document
range: Editor
required: false
approver:
name: approver
description: Approver of this document.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.Approver
multivalued: false
alias: approver
owner: PassThroughBill
domain_of:
- Document
range: Approver
required: false
issuer:
name: issuer
description: Issuer of this document.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Document.Issuer
multivalued: false
alias: issuer
owner: PassThroughBill
domain_of:
- Document
range: Issuer
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: PassThroughBill
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: PassThroughBill
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: PassThroughBill
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: PassThroughBill
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: PassThroughBill
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: PassThroughBill
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: PassThroughBill
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: PassThroughBill
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:PassThroughBill