{"id": {"label": "ID", "type": "string", "description": "the unique asset id", "level": "asset", "machine": "id"}, "name": {"label": "Name", "type": "text", "description": "name of the asset", "level": "asset", "machine": "name"}, "organisation": {"label": "Organisation", "type": "text", "description": "this is the data that the user is allowed to use", "level": "asset|archetype", "machine": "organisation"}, "address": {"label": "Address", "type": "string", "description": "the street address of the property", "level": "asset", "machine": "address"}, "latitude": {"label": "Latitude", "type": "real", "description": "the latitude of the asset", "level": "asset", "units": "decimal degrees", "machine": "latitude"}, "longitude": {"label": "Longitude", "type": "real", "description": "the longitude of the asset", "level": "asset", "units": "decimal degrees", "machine": "longitude"}, "elevation": {"label": "Elevation of ground above sea level (metres)", "type": "real", "description": "Elevation of ground above sea level. Default: sourced", "units": "meters", "level": "asset", "machine": "elevation"}, "age": {"label": "Age", "type": "integer", "description": "the age of the asset in years", "default": 30, "units": "years", "level": "asset|archetype", "machine": "age"}, "buildYear": {"label": "Build year", "type": "integer", "description": "year of construction", "level": "asset|archetype", "default": 1990, "units": "years", "minimum": 0, "maximum": 2100, "machine": "buildYear"}, "lifetime": {"label": "Asset lifetime", "type": "integer", "description": "the expected lifetime of the asset (years)", "level": "asset|archetype", "units": "years", "default": 80, "minimum": 10, "maximum": 500, "machine": "lifetime"}, "condition": {"label": "Condition", "type": "text", "description": "the condition of the asset", "level": "asset|archetype", "machine": "condition"}, "heightAboveGround": {"label": "Floor height above ground (metres)", "type": "real", "description": "The height of the floor above the ground level (This will be added to the elevation to determine the height of the first floor above sea level)", "level": "asset|archetype", "units": "meters", "default": 0.5, "machine": "heightAboveGround"}, "size": {"label": "Size", "type": "real", "description": "the total area of the asset (sqm)", "level": "asset|archetype", "units": "m^2", "machine": "size"}, "storey": {"label": "Number of storeys", "type": "integer", "description": "the number of stories the asset has", "level": "asset|archetype", "machine": "storey"}, "numberBedrooms": {"label": "Number of bedrooms", "type": "integer", "description": "the number of bedrooms for the dwelling", "level": "asset|archetype", "machine": "numberBedrooms"}, "heatThreshold": {"label": "Heat Threshold (C)", "type": "real", "description": "the external temperature design threshold", "level": "asset|archetype", "units": "C", "default": 42.0, "minimum": -100.0, "maximum": 100.0, "machine": "heatThreshold"}, "windThreshold": {"label": "Wind speed design threshold", "type": "real", "description": "the wind speed design threshold. Default: sourced", "level": "asset|archetype", "units": "annual probability", "default": 0.002, "machine": "windThreshold"}, "foundationDesign": {"label": "Foundation design", "type": "string", "description": "the foundation construction method", "level": "asset|archetype", "default": "normal", "allowedValues": [{"value": "normal", "label": "Normal"}, {"value": "rigid", "label": "High strength / rigid"}], "machine": "foundationDesign"}, "fireProtection": {"label": "Forest fire protection", "type": "string", "description": "The type of forest fire protection the building has", "level": "asset|archetype", "default": "none", "allowedValues": [{"value": "none", "label": "None / normal"}, {"value": "heatEmber", "label": "Heat / ember attack"}, {"value": "flame", "label": "Flame exposed"}], "machine": "fireProtection"}, "heatStressArchConst": {"label": "Archetype Heat Stress constant", "type": "real", "description": "represents sum of insulation and thermal mass", "level": "archetype", "default": 1.0, "minimum": 0.0, "maximum": 2.0, "machine": "heatStressArchConst"}, "marketValue": {"label": "Market value", "type": "real", "description": "the market value of the asset", "level": "asset|archetype", "default": 2000000.0, "minimum": 0.0, "units": "$", "machine": "marketValue"}, "replacementCost": {"label": "Replacement cost of building", "type": "real", "description": "the cost to replace the asset fully (not including land). If an apartment, use half property value.", "level": "asset|archetype", "units": "$", "default": 1000000.0, "minimum": 0.0, "machine": "replacementCost"}, "equivalentLandValue": {"label": "Equivalent land value", "type": "real", "description": "value of the land the asset sits on", "units": "$", "level": "asset|archetype", "min": 0, "machine": "equivalentLandValue"}, "numPeople": {"label": "Number of people", "type": "integer", "description": "the total number of people living in the building", "level": "asset|archetype", "machine": "numPeople"}, "children": {"label": "Children present", "type": "boolean", "description": "Are there any children dependent on the asset", "level": "asset|archetype", "default": false, "machine": "children"}, "seniors": {"label": "Seniors present", "type": "boolean", "description": "Are there any physically seniors dependent on the asset", "level": "asset|archetype", "machine": "seniors"}, "mentallyDisabled": {"label": "Mentally disabled present", "type": "boolean", "description": "Are there any mentally disabled persons dependent on the asset", "level": "asset|archetype", "machine": "mentallyDisabled"}, "physicallyDisabled": {"label": "Physically disabled present", "type": "boolean", "description": "Are there any physically disabled persons dependent on the asset", "level": "asset|archetype", "machine": "physicallyDisabled"}, "commercialCustomers": {"label": "Number of commercial customers", "type": "integer", "description": "the number of commercial customers connected", "level": "asset|archetype", "machine": "commercialCustomers"}, "criticalCustomers": {"label": "Number of critical customers", "type": "integer", "description": "the number of critical customers connected", "level": "asset|archetype", "machine": "criticalCustomers"}, "industrialCustomers": {"label": "Number of industrial customers", "type": "integer", "description": "the number of industrial customers connected", "level": "asset|archetype", "machine": "industrialCustomers"}, "otherCustomers": {"label": "Number of other customers", "type": "integer", "description": "the number of other customers connected", "level": "asset|archetype", "machine": "otherCustomers"}, "residentialCustomers": {"label": "Number of residential customers", "type": "integer", "description": "the number of residential customers connected", "level": "asset|archetype", "machine": "residentialCustomers"}, "averageUse": {"label": "Average use", "type": "real", "description": "the average use, eg traffic, water flow, current", "level": "asset|archetype", "machine": "averageUse"}, "capacity": {"label": "Capacity", "type": "real", "description": "the storage capacity", "level": "asset|archetype", "units": "m^3", "machine": "capacity"}, "civilLength": {"label": "Civil length", "type": "real", "description": "length of the civil element", "level": "asset|archetype", "units": "meters", "machine": "civilLength"}, "civilWidth": {"label": "Civil width", "type": "real", "description": "width of the civil element", "level": "asset|archetype", "units": "meters", "machine": "civilWidth"}, "classification": {"label": "Classification", "type": "real", "description": "classification of the building for energy consumption", "level": "asset|archetype", "machine": "classification"}, "criticalAsset": {"label": "Critical asset", "type": "boolean", "description": "is this asset critical to other assets", "level": "asset", "machine": "criticalAsset"}, "criticallyDependentAssets": {"label": "Critically dependent assets", "type": "list", "description": "asset id's that depend on this id", "level": "asset", "machine": "criticallyDependentAssets"}, "processingCost": {"label": "Processing cost", "type": "real", "description": "the cost of processing", "units": "$", "level": "asset|archetype", "machine": "processingCost"}}