Electric Service Contract
Entity
Name: Electric Service Contract
A commodity service contract specific to the provision of electricity to an electric service point.
Details
- Industry Domain:
Customer - Relational Table Name:
ELECTRIC_SERVICE_CONTRACT - JSON View Name:
ELECTRIC_SERVICE_CONTRACT#JSON - Ontology Class:
ewok:ElectricServiceContract
Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
|---|---|---|---|---|---|---|---|
| utility service contract id | string | VARCHAR2 | UTILITY_SERVICE_CONTRACT_ID |
Yes | Yes | Must match regex pattern | ewok:ElectricServiceContract |
| utility account id | string | VARCHAR2 | UTILITY_ACCOUNT_ID |
Yes | Must match regex pattern | ewok:UtilityAccount | |
| start date time | dateTimeStamp | TIMESTAMP | START_DATE_TIME |
ewok:ElectricServiceContract | |||
| end date time | dateTimeStamp | TIMESTAMP | END_DATE_TIME |
ewok:ElectricServiceContract | |||
| utility division | string | VARCHAR2 | UTILITY_DIVISION |
ewok:ElectricServiceContract | |||
| utility rate code | string | VARCHAR2 | UTILITY_RATE_CODE |
ewok:UtilityRate |