Utility Bill
Entity
Name: Utility Bill
A statement that itemizes the amount of commodity used, the price for that usage, and the additional fees associated with that usage. These are typically provided monthly.
Details
- Industry Domain:
Customer - Relational Table Name:
UTILITY_BILL - JSON View Name:
UTILITY_BILL#JSON - Ontology Class:
ewok:UtilityBill
Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
|---|---|---|---|---|---|---|---|
| utility bill id | string | VARCHAR2 | UTILITY_BILL_ID |
Yes | Yes | Must match regex pattern | ewok:UtilityBill |
| utility account id | string | VARCHAR2 | UTILITY_ACCOUNT_ID |
Yes | Must match regex pattern | ewok:UtilityAccount | |
| bill date | date | DATE | BILL_DATE |
ewok:UtilityBill | |||
| due date | date | DATE | DUE_DATE |
ewok:UtilityBill | |||
| currency | string | VARCHAR2 | CURRENCY |
ewok:UtilityBill | |||
| account current balance amount | double | NUMBER | ACCOUNT_CURRENT_BALANCE_AMOUNT |
ewok:UtilityBill | |||
| account payoff balance amount | double | NUMBER | ACCOUNT_PAYOFF_BALANCE_AMOUNT |
ewok:UtilityBill | |||
| account previous period balance amount | double | NUMBER | ACCOUNT_PREVIOUS_PERIOD_BALANCE_AMOUNT |
ewok:UtilityBill | |||
| total payments amount | double | NUMBER | TOTAL_PAYMENTS_AMOUNT |
ewok:UtilityBill | |||
| total adjustments amount | double | NUMBER | TOTAL_ADJUSTMENTS_AMOUNT |
ewok:UtilityBill | |||
| total bill corrections amount | double | NUMBER | TOTAL_BILL_CORRECTIONS_AMOUNT |
ewok:UtilityBill | |||
| total current charges amount | double | NUMBER | TOTAL_CURRENT_CHARGES_AMOUNT |
ewok:UtilityBill | |||
| total balance current period amount | double | NUMBER | TOTAL_BALANCE_CURRENT_PERIOD_AMOUNT |
ewok:UtilityBill |