Household Appliance Disaggregation
Entity
Name: Household Appliance Disaggregation
Algorithmic disaggregation of electric household appliances.
Details
- Industry Domain:
Customer - Relational Table Name:
HOUSEHOLD_APPLIANCE_DISAGGREGATION - JSON View Name:
HOUSEHOLD_APPLIANCE_DISAGGREGATION#JSON - Ontology Class:
ewok:HouseholdApplianceDisaggregation
Table: Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
|---|---|---|---|---|---|---|---|
| utility account id | string | VARCHAR2 | UTILITY_ACCOUNT_ID |
Yes | Yes | Must match regex pattern: ^\S{1,}$ |
ewok:UtilityAccount |
| commodity type | string | VARCHAR2 | COMMODITY_TYPE |
Yes | Yes | Must match values in enumerated list from graph | ewok:CommodityType |
| disaggregation category type | string | VARCHAR2 | DISAGGREGATION_CATEGORY_TYPE |
Yes | Yes | Must match values in enumerated list from graph | ewok:DisaggregationCategoryType |
| period start date | dateTime | DATE | PERIOD_START_DATE |
Yes | Yes | ewok:HouseholdApplianceDisaggregation | |
| period end date | dateTime | DATE | PERIOD_END_DATE |
Yes | Yes | ewok:HouseholdApplianceDisaggregation | |
| ratio | double | NUMBER | RATIO |
Yes | ewok:HouseholdApplianceDisaggregation |