From b51b90b2649ec98901274e8804a91a09ed555e15 Mon Sep 17 00:00:00 2001 From: shelcrow Date: Tue, 16 Mar 2021 10:51:42 -0700 Subject: [PATCH] Development (#47) * Updated taxonomy files to version 1.1.0 * Update version number * Item Types update * Fixed item types select input display * Fixed change item type group --- package.json | 6 +- src/App.vue | 3 +- .../master_files/Master-OB-OpenAPI.json | 6421 +- .../master_files/Master-Solar-Taxonomy.json | 98803 +++------------- src/components/DetailedNodeView.vue | 229 +- .../EditDefinition/ChangeItemType.vue | 192 + .../EditDefinition/ChangeItemTypeGroup.vue | 262 + .../EditDefinition/EditDefinition.vue | 41 +- .../EditDefinition/EditItemType.vue | 132 - .../EditDefinition/EditSampleValue.vue | 2 +- .../EditDefinition/LoadInDefinition.vue | 6 +- src/components/ItemTypes/CreateItemType.vue | 315 + .../ItemTypes/CreateItemTypeGroup.vue | 296 + src/components/ItemTypes/DeleteItemType.vue | 212 + .../ItemTypes/DeleteItemTypeGroup.vue | 215 + src/components/ItemTypes/EditItemType.vue | 362 + .../ItemTypes/EditItemTypeGroup.vue | 342 + .../ItemTypes/EditItemTypesMain.vue | 101 + .../ItemTypes/ViewAllItemTypeGroups.vue | 186 + src/components/ItemTypes/ViewAllItemTypes.vue | 184 + src/components/Navbar.vue | 3 + src/components/forms/CreateDefinitionForm.vue | 12 +- src/store/index.js | 287 +- src/views/OBEditor.vue | 131 +- vue.config.js | 2 + 25 files changed, 22130 insertions(+), 86615 deletions(-) create mode 100644 src/components/EditDefinition/ChangeItemType.vue create mode 100644 src/components/EditDefinition/ChangeItemTypeGroup.vue delete mode 100644 src/components/EditDefinition/EditItemType.vue create mode 100644 src/components/ItemTypes/CreateItemType.vue create mode 100644 src/components/ItemTypes/CreateItemTypeGroup.vue create mode 100644 src/components/ItemTypes/DeleteItemType.vue create mode 100644 src/components/ItemTypes/DeleteItemTypeGroup.vue create mode 100644 src/components/ItemTypes/EditItemType.vue create mode 100644 src/components/ItemTypes/EditItemTypeGroup.vue create mode 100644 src/components/ItemTypes/EditItemTypesMain.vue create mode 100644 src/components/ItemTypes/ViewAllItemTypeGroups.vue create mode 100644 src/components/ItemTypes/ViewAllItemTypes.vue diff --git a/package.json b/package.json index 0bf64e4..1da0546 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ob-editor", - "version": "0.1.0", + "version": "1.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -8,8 +8,8 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "bootstrap": "^4.3.1", - "bootstrap-vue": "^2.0.4", + "bootstrap": "^4.6.0", + "bootstrap-vue": "^2.21.2", "core-js": "^3.3.2", "file-saver": "^2.0.2", "vue": "^2.6.10", diff --git a/src/App.vue b/src/App.vue index 4df6f6d..b562019 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,10 +39,11 @@ export default { body { margin: 0px; + overflow-y: hidden; } .router-view-cls { - margin-right: 250px; + margin-right: 150px; margin-left: 100px; } diff --git a/src/assets/master_files/Master-OB-OpenAPI.json b/src/assets/master_files/Master-OB-OpenAPI.json index 586ef17..ee9f3ec 100644 --- a/src/assets/master_files/Master-OB-OpenAPI.json +++ b/src/assets/master_files/Master-OB-OpenAPI.json @@ -1,8 +1,8 @@ { "openapi": "3.0.0", "info": { - "version": "1.0.0", - "title": "OB OpenAPI Master Definition Document", + "version": "1.1.0", + "title": "OB OpenAPI Taxonomy 2021-03-06", "description": "OB OpenAPI Definitions For Orange Button." }, "paths": {}, @@ -814,12 +814,11 @@ "type": "object", "description": "Name of the city in the physical or mailing address.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Billings" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -832,12 +831,11 @@ "type": "object", "description": "State of a Province of the mailing or physical address.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "MT" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -850,12 +848,11 @@ "type": "object", "description": "Zip Code / Postal Code of a mailing or physical address.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "59101" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -868,12 +865,11 @@ "type": "object", "description": "ISO country code where system is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "USA" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -886,16 +882,12 @@ "type": "object", "description": "Decimal value of latitude of the physical site in degrees. Positive North of the Equator. Negative South of the Equator", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": null, "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Degree", "Value": "45.7783517" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -908,16 +900,12 @@ "type": "object", "description": "Decimal value of longitude of the physical site in degrees. Positive east of the Prime Meridian. Negative west of the Prime Meridian. North America is negative..", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": null, "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Degree", "Value": "-108.5203597" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -930,12 +918,11 @@ "type": "object", "description": "County of the physical or mailing address", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Yellowstone County" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -948,12 +935,11 @@ "type": "object", "description": "Email address", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Test@sunspec.com" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -966,12 +952,11 @@ "type": "object", "description": "Phone Number of a cell phone or mobile device. This phone is expected to be able to receive text messages. Characters like hyphen, period, x for extension are allowed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "9999999999" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -984,12 +969,11 @@ "type": "object", "description": "Phone number to be used during working hours. Characters like hyphen, period, x for extension are allowed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "9999999999" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1002,12 +986,11 @@ "type": "object", "description": "Phone number to be used for high priority calls only. Characters like hyphen, period, x for extension are allowed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "9999999999" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1020,12 +1003,11 @@ "type": "object", "description": "First name of a person.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Bob" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1038,12 +1020,11 @@ "type": "object", "description": "Middle name of a person.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Alex" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1056,12 +1037,11 @@ "type": "object", "description": "The last name of person.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Smith" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1074,24 +1054,12 @@ "type": "object", "description": "The height of ground level at a location relative to sea level.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": null, "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Foot", "Value": "3123" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1135,24 +1103,12 @@ "type": "object", "description": "Height from ground level.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Foot", "Value": "20" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1165,12 +1121,11 @@ "type": "object", "description": "First line of a mailing or physical address.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "135 Wyoming Avenue" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1183,12 +1138,11 @@ "type": "object", "description": "Second line of a mailing or physical address.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Apt 31" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1201,12 +1155,11 @@ "type": "object", "description": "Third line of a mailing or physical address.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Building H" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1219,12 +1172,11 @@ "type": "object", "description": "Type of design/energy production model for the PV system which could be Pvsyst, SAM, PV Watts, or Other.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Pvsyst Model 1" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1237,12 +1189,11 @@ "type": "object", "description": "A filename holding the configuration details of the energy prediction details. This could be a zip file containing multiple files. The intention is to be able to reproduce the energy predictions if needed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Pvsyst Model 1.dxf" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1255,12 +1206,11 @@ "type": "object", "description": "Generic Text field used in fields to provide more detail", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "A description for generic commentary on a object. Not intended for machine analysis" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1273,20 +1223,11 @@ "type": "object", "description": "The applicable building code the AHJ enforces.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "2021IBC", - "2018IBC", - "2015IBC", - "2012IBC", - "2009IBC", - "NoSolarRegulations" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "2018IBC" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1299,12 +1240,11 @@ "type": "object", "description": "Notes for special requirements related to the building code in this AHJ.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Locally denoted as the 2018 state code" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1317,20 +1257,11 @@ "type": "object", "description": "The applicable residential code the AHJ enforces.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "2021IRC", - "2018IRC", - "2015IRC", - "2012IRC", - "2009IRC", - "NoSolarRegulations" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "2018IRC" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1343,20 +1274,11 @@ "type": "object", "description": "The applicable fire code the AHJ enforces.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "2021IFC", - "2018IFC", - "2015IFC", - "2012IFC", - "2009IFC", - "NoSolarRegulations" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "2018IFC" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1369,19 +1291,11 @@ "type": "object", "description": "The applicable electric code the AHJ enforces.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "2020NEC", - "2017NEC", - "2014NEC", - "2011NEC", - "NoSolarRegulations" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "2017NEC" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1394,12 +1308,11 @@ "type": "object", "description": "Notes for special requirements related to the residential code in this AHJ.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Locally denoted as the 2018 state code" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1412,12 +1325,11 @@ "type": "object", "description": "Notes for special requirements related to the fire code in this AHJ.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Locally denoted as the 2018 state code" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1430,12 +1342,11 @@ "type": "object", "description": "Notes for special requirements related to the electric code in this AHJ.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Locally denoted as the 2018 state code" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1448,18 +1359,11 @@ "type": "object", "description": "The method for submitting AHJ documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Epermitting", - "Email", - "InPerson", - "SolarApp" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Email" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1472,12 +1376,11 @@ "type": "object", "description": "Notes about the document submission process for this AHJ.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "The documents need to be submitted in PDF format with everything combined into a single document" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1490,20 +1393,11 @@ "type": "object", "description": "The type of engineering or professional review", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "StructuralEngineer", - "ElectricalEngineer", - "PVEngineer", - "MasterElectrician", - "FireMarshal", - "EnvironmentalEngineer" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "StructuralEngineer" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1516,18 +1410,11 @@ "type": "object", "description": "The type of certifying stamp that is applied to the design or drawing set", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Wet", - "Digital", - "Notary", - "None" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Digital" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1540,12 +1427,11 @@ "type": "object", "description": "Name of the Authority Having Jurisdiction", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Calhoun County" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1558,17 +1444,11 @@ "type": "object", "description": "This field indicates if this instance of an object is required or optional. Conditionally optional the conditions can be described in RequirementNotes.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Required", - "Optional", - "ConditionallyRequired" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Required" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1581,20 +1461,11 @@ "type": "object", "description": "Method of the determining the location", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "GPS", - "Survey", - "AerialImage", - "EngineeringReport", - "AddressGeocoding", - "Unknown" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "AddressGeocoding" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1607,27 +1478,11 @@ "type": "object", "description": "The type of contact being specified", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Homeowner", - "OffTaker", - "Inspector", - "Engineer", - "Originator", - "Installer", - "Investor", - "PermittingOfficial", - "FireMarshal", - "ProjectManager", - "Salesperson", - "ReportPreparer", - "Referrer" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Homeowner" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1640,19 +1495,11 @@ "type": "object", "description": "The method of contact the contact prefers", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Email", - "WorkPhone", - "CellPhone", - "HomePhone", - "CellTextMessage" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Email" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1665,13 +1512,11 @@ "type": "object", "description": "The identifier of the location.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1684,13 +1529,11 @@ "type": "object", "description": "The identifier of the address.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1703,13 +1546,11 @@ "type": "object", "description": "The identifier of the contact.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1722,13 +1563,11 @@ "type": "object", "description": "The timezone where the contact is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "PST" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1741,18 +1580,11 @@ "type": "object", "description": "The type of location being specified", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "DeviceSpecific", - "SiteEntrance", - "GeneralProximity", - "Warehouse" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "GeneralProximity" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1765,12 +1597,11 @@ "type": "object", "description": "A generic URL to a file folder for transmitting documents", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "https://www.lg.com/us/business/download/resources/BT00002151/[Print]%20Neon_2_60_BF_80308_ck_FRD_v4.pdf" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1783,12 +1614,11 @@ "type": "object", "description": "A URL string", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "https://ahjregistry.sunspec.org/#/ahj-search" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1801,18 +1631,11 @@ "type": "object", "description": "The type of address being specified", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Mailing", - "Billing", - "Installation", - "Shipping" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Installation" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1862,21 +1685,19 @@ "type": "object", "description": "The name of a task", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Site Survey" - } + }, + "x-ob-item-type-group": "" } ] }, "Tasks": { "type": "array", "items": { - "$ref": "#/components/schemas/Task" - }, - "x-ob-usage-tips": "" + "$ref": "Master-OB-OpenAPI.json#/components/schemas/Task" + } }, "TaskStatus": { "allOf": [ @@ -1887,19 +1708,11 @@ "type": "object", "description": "The status of a task", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "NotStarted", - "Ready", - "Submitted", - "InProgress", - "Completed" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "NotStarted" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1964,6 +1777,9 @@ }, "Tasks": { "$ref": "#/components/schemas/Tasks" + }, + "BillOfServices": { + "$ref": "#/components/schemas/BillOfServices" } }, "x-ob-usage-tips": "" @@ -1977,20 +1793,12 @@ "type": "object", "description": "The price of the PV system", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "Canadian dollar", - "Euro", - "Mexican peso", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "43095" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2026,14 +1834,11 @@ "type": "object", "description": "Identifier of the system", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": null, - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2046,22 +1851,12 @@ "type": "object", "description": "Capacity in DC at Standard Test Conditions", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Kilowatt", "Value": "11.5" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2074,18 +1869,15 @@ "type": "object", "description": "Quantity of a Product", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "4" - } + }, + "x-ob-item-type-group": "" } ] }, - "ProductLineItem": { + "ProdLineItem": { "type": "object", "description": "A product used within a PVSystem and the quantity of that product", "properties": { @@ -2154,22 +1946,14 @@ "type": "object", "description": "The projected savings to the consumer from reduced electricity demand over a period of time.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "Canadian dollar", - "Euro", - "Mexican peso", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "EndTime": "'2020-12-30'", "StartTime": "2020-01-01", "Unit": "US Dollar", "Value": "120" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2182,17 +1966,11 @@ "type": "object", "description": "The status of the operation of the PVSystem", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Online", - "Offline", - "Curtailed" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Online" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2205,18 +1983,11 @@ "type": "object", "description": "The status of the operation of the PVSystem", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Proposed", - "UnderConstruction", - "Commissioned", - "Decommissioned" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Proposed" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2227,30 +1998,13 @@ }, { "type": "object", - "description": "The type of product", + "description": "The type of product. Clarifying Notes: A Combiner Box takes DC and moves to AC while a CombinerPanel combines AC Loads.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": [ - "Module", - "Optimizer", - "DCDisconnectSwitch", - "ACDisconnectSwitch", - "Inverter", - "Tracker", - "Combiner", - "MetStation", - "Transformer", - "Battery", - "BatteryManagementSystem", - "Logger", - "Meter", - "String", - "Mounting" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Module" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2258,8 +2012,8 @@ "type": "object", "description": "Bill of Materials for a System", "properties": { - "ProductLineItems": { - "$ref": "#/components/schemas/ProductLineItems" + "ProdLineItems": { + "$ref": "#/components/schemas/ProdLineItems" }, "BillOfMaterialsStatus": { "$ref": "#/components/schemas/BillOfMaterialsStatus" @@ -2273,10 +2027,10 @@ }, "x-ob-usage-tips": "" }, - "ProductLineItems": { + "ProdLineItems": { "type": "array", "items": { - "$ref": "#/components/schemas/ProductLineItem" + "$ref": "#/components/schemas/ProdLineItem" }, "x-ob-usage-tips": "" }, @@ -2289,18 +2043,11 @@ "type": "object", "description": "The status of the BillOfMaterials", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "NotStarted", - "InProgress", - "Complete", - "Cancelled" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "NotStarted" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2313,12 +2060,11 @@ "type": "object", "description": "The title of the contact", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Department Manager" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2331,12 +2077,11 @@ "type": "object", "description": "The notes about the requirement level of the engineering review", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "The structural engineering stamp is only required for houses built before 1990" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2349,13 +2094,12 @@ "type": "object", "description": "The date the task was completed", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Use EndTime for the actual completed date. StartTime should be the task start date", "x-ob-sample-value": { "EndTime": "2020-11-30", "StartTime": "2020-05-30" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2408,29 +2152,11 @@ "type": "object", "description": "The type of Structure", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "DetachedGarage", - "Barn", - "Shed", - "HouseFoundationBuilt", - "HouseManufactured", - "HouseMobile", - "Hospital", - "ParkingGarage", - "Warehouse", - "Retail", - "Industrial", - "Hotel", - "School", - "Carport", - "Office" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "DetachedGarage" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2443,25 +2169,11 @@ "type": "object", "description": "The type of roof of the structure", "x-ob-item-type": "solar-types:roofItemType", - "x-ob-unit": null, - "x-ob-enum": [ - "Asphalt Shingle", - "Built Up Bituminous", - "Composite Shingle", - "Ethylene Propylene Diene Terpolymer", - "Metal Roof", - "Poly Vinyl Chloride", - "SBS", - "Slate", - "Thermoplastic Polyolefin", - "Tile Concrete", - "Tile Roof", - "Wood Shingle" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Asphalt Shingle" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2487,12 +2199,11 @@ "type": "object", "description": " MCER ground motion (period=0.2s)", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "0.131" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2505,12 +2216,11 @@ "type": "object", "description": "MCER ground motion (period=1.0s)", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "0.057" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2523,14 +2233,11 @@ "type": "object", "description": "The ID of the structure", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2550,12 +2257,11 @@ "type": "object", "description": "The identifier of the electrical service system", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2611,17 +2317,12 @@ "type": "object", "description": "The extreme low temperature for the wire sizing calculations", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Fahrenheit", "Value": "22" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2634,17 +2335,12 @@ "type": "object", "description": "The 2% high temperature for the wire sizing calculations", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Fahrenheit", "Value": "105" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2657,22 +2353,11 @@ "type": "object", "description": "The risk category from ASCE7", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "MRI10Year", - "MRI25Year", - "MRI50Year", - "MRI100Year", - "RiskCategoryI", - "RiskCategoryII", - "RiskCategoryIII", - "RiskCategoryIV" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "RiskCategoryII" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2685,18 +2370,11 @@ "type": "object", "description": "The wind code adopted by the authority having jurisdiction", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "ASCE716", - "ASCE710", - "ASCE705", - "SpecialWindZone" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "ASCE716" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2716,15 +2394,12 @@ "type": "object", "description": "The rating of the main electrical service breaker", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Ampere", "Value": "120" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2737,12 +2412,11 @@ "type": "object", "description": "The notes about the wind code if there are special requirements", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "This area uses the wind code from the department of insurance rather than the ASCE codes." - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2755,14 +2429,11 @@ "type": "object", "description": "The UUID of the task", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2775,12 +2446,11 @@ "type": "object", "description": "The year the structure was built", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": [], - "x-ob-enum": null, "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "1969" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2821,12 +2491,11 @@ "type": "object", "description": "The name of the homeowner's association", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Emerald Property Association" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2839,20 +2508,11 @@ "type": "object", "description": "The type of foundation the structure has", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Pier", - "Raft", - "Pile", - "Slab", - "ContinuousFooting", - "IndividualFooting" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Slab" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2865,19 +2525,11 @@ "type": "object", "description": "The type of construction of the structure", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "Wood", - "Steel", - "ConcreteBlocks", - "Bricks", - "ConcretePoured" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Bricks" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2909,17 +2561,11 @@ "type": "object", "description": "The exposure category of the RiskDesignCriteria as defined by the ASCE 7 Standard", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", - "enum": [ - "B", - "C", - "D" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "B" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2932,18 +2578,12 @@ "type": "object", "description": "The voltage of the utility being interconnected too", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Volt", "Value": "14000" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2956,17 +2596,11 @@ "type": "object", "description": "The phase of the utility being interconnected too", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": null, "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Single" }, - "enum": [ - "Single", - "Double", - "Three" - ] + "x-ob-item-type-group": "" } ] }, @@ -2997,15 +2631,10 @@ "type": "object", "description": "The type of fee period", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-sample-value": { "Value": "SystemSize" }, - "enum": [ - "Flat", - "SystemSize" - ] + "x-ob-item-type-group": "" } ] }, @@ -3018,11 +2647,10 @@ "type": "object", "description": "The name of the fee payment", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-sample-value": { "Value": "Permit Application Fee Calhoun County" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3035,13 +2663,10 @@ "type": "object", "description": "The ID of a particular fee", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3060,13 +2685,10 @@ "type": "object", "description": "The uuid of the FeeStructure", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3100,11 +2722,10 @@ "type": "object", "description": "The name of the FeeStructure", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-sample-value": { "Value": "Calhoun County Permit Fee Structure" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3123,14 +2744,13 @@ "type": "object", "description": "The due date of a task", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Use the Value for the actual due date, start and end time can be used for the task start and completed dates", "x-ob-sample-value": { "EndTime": "2020-04-28", "StartTime": "2020-04-01", "Value": "2020-05-01" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3143,12 +2763,11 @@ "type": "object", "description": "The state letters and GeoID as described by the Census FIPS code.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "AK-231" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3239,12 +2858,11 @@ "type": "object", "description": "An ID for the Checklist question", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "12345" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3257,12 +2875,11 @@ "type": "object", "description": "The statement of the Checklist Question", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "System Size (kW)?" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3275,13 +2892,12 @@ "type": "object", "description": "The value of the Checklist Result", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Add units from the QuestionUnits Item Type. For Example, for a question that has an answer in Kilowatts, select QuestionUnits num:powerItemType, then add unit \"Kilowatt\" to the AnswerValue.", "x-ob-sample-value": { "Unit": "Kilowatt", "Value": "10.01" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3294,12 +2910,11 @@ "type": "object", "description": "The ID of the transaction line", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3312,18 +2927,11 @@ "type": "object", "description": "The type of Checklist", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Site" }, - "enum": [ - "Site", - "PVSystem", - "Structure", - "ElectricalService" - ] + "x-ob-item-type-group": "" } ] }, @@ -3336,12 +2944,11 @@ "type": "object", "description": "The ID of the transaction", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3354,12 +2961,11 @@ "type": "object", "description": "The type of the Answer", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "xbrli:stringItemType" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3372,13 +2978,12 @@ "type": "object", "description": "The date of the Checklist", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "EndTime": "2011-10-05T16:48:00.000Z", "StartTime": "2011-10-05T14:48:00.000Z" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3391,20 +2996,11 @@ "type": "object", "description": "The type of result expected by the question", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Text" }, - "enum": [ - "Text", - "EnumeratedSingle", - "EnumeratedMultiple", - "Numeric", - "Date", - "URL" - ] + "x-ob-item-type-group": "" } ] }, @@ -3429,12 +3025,11 @@ "type": "object", "description": "A valid value for an enumeration in a list", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Single Phase" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3447,17 +3042,11 @@ "type": "object", "description": "The phase of the interconnection", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "A" }, - "enum": [ - "A", - "B", - "C" - ] + "x-ob-item-type-group": "" } ] }, @@ -3494,12 +3083,11 @@ "type": "object", "description": "The name of the Tariff", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Monthly electrical service" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3512,14 +3100,11 @@ "type": "object", "description": "The ID of the Tariff", "x-ob-item-type": "solar-types:uuidXbrlItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3532,16 +3117,11 @@ "type": "object", "description": "The type of Tariff", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Metered" }, - "enum": [ - "Metered", - "NetMetered" - ] + "x-ob-item-type-group": "" } ] }, @@ -3554,198 +3134,12 @@ "type": "object", "description": "A currency amount", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish złoty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "0.01" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3758,12 +3152,11 @@ "type": "object", "description": "The units of the question", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Select ONLY items from the OB Item Type list for the expected answer unit type", "x-ob-sample-value": { "Value": "num:powerItemType" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3800,32 +3193,11 @@ "type": "object", "description": "The type of account", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Bank" }, - "enum": [ - "Bank", - "AccountsReceivable", - "AccountsPayable", - "OtherCurrentAsset", - "FixedAsset", - "OtherAsset", - "CreditCard", - "OtherCurrentLiability", - "LongTermLiability", - "Equity", - "Income", - "CostOfGoodsSold", - "Expense", - "OtherIncome", - "Nonposting", - "DeferredRevenue", - "DeferredExpense", - "UnbilledReceivable" - ] + "x-ob-item-type-group": "" } ] }, @@ -3838,12 +3210,11 @@ "type": "object", "description": "The name of the account", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Main Checking Account" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3856,12 +3227,11 @@ "type": "object", "description": "The account number", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "38748172-8723817231" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3874,39 +3244,11 @@ "type": "object", "description": "The role the account plays in the reporting systems", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Revenues" }, - "enum": [ - "CashAndCashEquivalentsAtCarryingValue", - "AccountsReceivableNet", - "PrepaidExpenseCurrentAndNoncurrent", - "AssetsSolarFacil", - "Assets", - "AccountsPayableAndAccruedLiabilitiesCurrentAndNoncurrent", - "DueToRelatedPartiesCurrentAndNoncurrent", - "DeferredRentCredit", - "AssetRetirementObligation", - "Liabilities", - "MembersEquity", - "LiabilitiesAndStockholdersEquity", - "Revenues", - "OperatingLeaseExpense", - "OtherCostAndExpenseOperating", - "GeneralAndAdministrativeExpense", - "Depreciation", - "AccretionExpense", - "NoninterestIncome", - "InterestIncomeExpenseNet", - "NetIncomeLoss", - "OperatingExpenses", - "ContractedRevenues", - "MerchantRevenues", - "PartnersCapitalAccountReturnOfCapital" - ] + "x-ob-item-type-group": "" } ] }, @@ -3991,16 +3333,11 @@ "type": "object", "description": "The number of past due days that the transactions are to be included in this aging bucket", "x-ob-item-type": "xbrli:pureItemType", - "x-ob-unit": [ - "Monetary/Monetary", - "pure", - "Rate" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "30" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4013,16 +3350,11 @@ "type": "object", "description": "The number of past due days that the transactions are to be included in this aging bucket", "x-ob-item-type": "xbrli:pureItemType", - "x-ob-unit": [ - "Monetary/Monetary", - "pure", - "Rate" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "31" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4035,19 +3367,11 @@ "type": "object", "description": "The type of aging bucket", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "AccountsPayable" }, - "enum": [ - "AgingBalance1To30Days", - "AgingBalance31To60Days", - "AgingBalance61To90Days", - "AgingBalance91To120Days", - "AgingBalanceOver120Days" - ] + "x-ob-item-type-group": "" } ] }, @@ -4102,12 +3426,11 @@ "type": "object", "description": "The datasheet for the product", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "This is for a URL leading to the Datasheet for a product.", "x-ob-sample-value": { "Value": "http://www.lg-solar.com/downloads/spec-sheet/DS_NeON2_60cells.pdf" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4120,12 +3443,11 @@ "type": "object", "description": "A single document in a collection of the instructions for a product.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "This should be used for sending all of the instructions for installing and servicing the product. Each file can be placed in one member of the array of ProdInstructions", "x-ob-sample-value": { "Value": "https://unirac.com/wp-content/uploads/pdf/FLASHKIT-PRO_Brochure_20180831.pdf" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4144,12 +3466,11 @@ "type": "object", "description": "Use this for describing an individual specification", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Use this for custom units and details of the product", "x-ob-sample-value": { "Value": "Power factor (adjustable)" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4162,26 +3483,11 @@ "type": "object", "description": "The enumerated list of the types of major specifications.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "If the specification does not have a type listed here, select \"None\" and then use the SpecificationName as an alternative.", "x-ob-sample-value": { "Value": "AcceptableAmbientTemperatureRange" }, - "enum": [ - "Weight", - "Height", - "Width", - "Length", - "OutputVoltage", - "OutputPower", - "InputVoltage", - "InputPower", - "OutputCurrent", - "InputCurrent", - "OperatingTemperatureHighLimit", - "OperatingTemperatureLowLimit" - ] + "x-ob-item-type-group": "" } ] }, @@ -4194,12 +3500,11 @@ "type": "object", "description": "The specific unit of the specification", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "This needs to be the specific unit the SpecificationValue is given in", "x-ob-sample-value": { "Value": "mm" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4212,13 +3517,12 @@ "type": "object", "description": "The value of the specific Specification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Note the unit always needs to be equal to the SpecificationUnit value", "x-ob-sample-value": { "Unit": "mm", "Value": "9" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4253,9 +3557,6 @@ "type": "object", "description": "A certification for a product", "properties": { - "ProdCertificationName": { - "$ref": "#/components/schemas/ProdCertificationName" - }, "ProdCertificationValue": { "$ref": "#/components/schemas/ProdCertificationValue" }, @@ -4267,6 +3568,9 @@ }, "Description": { "$ref": "#/components/schemas/Description" + }, + "ProdCertificationType": { + "$ref": "#/components/schemas/ProdCertificationType" } } }, @@ -4279,12 +3583,11 @@ "type": "object", "description": "The name of the certification", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Quality Certification" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4297,12 +3600,11 @@ "type": "object", "description": "The value of the certification", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "ISO 9001" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4333,12 +3635,11 @@ "type": "object", "description": "The name of the certification name", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "ISO" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4357,198 +3658,12 @@ "type": "object", "description": "The aging balance from 1 to 30 days", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish złoty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "120" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4561,198 +3676,12 @@ "type": "object", "description": "Aging balance from 31 to 60 days", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish złoty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "125" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4765,198 +3694,12 @@ "type": "object", "description": "Aging balance from 61 to 90 days", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish złoty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "130" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4969,198 +3712,12 @@ "type": "object", "description": "Aging balance from 91 to 120 days", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish złoty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "135" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5173,198 +3730,12 @@ "type": "object", "description": "The aging balance over 120 days", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish złoty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "145" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5377,14 +3748,11 @@ "type": "object", "description": "The UUID of the task type", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5421,13 +3789,12 @@ "type": "object", "description": "A wind speed", "x-ob-item-type": "num-us:speedItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "mph", "Value": "147" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5440,18 +3807,12 @@ "type": "object", "description": "The design pressure to be applied to a structure for snow loading", "x-ob-item-type": "num-us:pressureItemType", - "x-ob-unit": [ - "Pascal", - "Bar", - "Pounds Per Square Inch", - "Standard Atmosphere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "Pounds Per Square Foot", "Value": "20" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5470,18 +3831,11 @@ "type": "object", "description": "The code for the local snow loading design", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "ASCE716" }, - "enum": [ - "ASCE716", - "ASCE710", - "ASCE705", - "SpecialSnowZone" - ] + "x-ob-item-type-group": "" } ] }, @@ -5494,12 +3848,11 @@ "type": "object", "description": "The message of the error", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Attempt to set field Site.PVSystems[0].EnergyPredictions[0].EnergyAC.StartTime to invalid date format. ISO date format expected. ( YYYY-MM-DD )" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5512,12 +3865,11 @@ "type": "object", "description": "The name of the error", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "ISO_DATE_FORMAT" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5530,12 +3882,11 @@ "type": "object", "description": "The code of an error", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "412" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5548,12 +3899,11 @@ "type": "object", "description": "The number of days the jurisdiction on average takes to complete a permit", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "10" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5593,12 +3943,11 @@ "type": "object", "description": "The name of the inspection", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Rough-In Inspection" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5611,12 +3960,11 @@ "type": "object", "description": "The notes about the inspection", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Used for instructions for carrying out the inspection", "x-ob-sample-value": { "Value": "Plan for Rough-In once racking is installed, call the morning of installation to schedule." - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5635,18 +3983,11 @@ "type": "object", "description": "The method by which the permit is issued", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Email" }, - "enum": [ - "Email", - "Epermitting", - "InPerson", - "SolarApp" - ] + "x-ob-item-type-group": "" } ] }, @@ -5659,12 +4000,11 @@ "type": "object", "description": "The notes about the method of issuing permits the AHJ uses", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Used for instructions on receiving completed permits", "x-ob-sample-value": { "Value": "The permits are emailed to us with stamps and signatures. Print out the pdf and then send with the installation crew for the inspector." - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5677,19 +4017,11 @@ "type": "object", "description": "The type of inspection", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Select from either the available common types, or choose other and attach the type in the description.", "x-ob-sample-value": { "Value": "RoughIn" }, - "enum": [ - "RoughIn", - "Final", - "Windstorm", - "Electrical", - "Structural" - ] + "x-ob-item-type-group": "" } ] }, @@ -5714,12 +4046,11 @@ "type": "object", "description": "An option for the answer to a question", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Used for enumerated list values for selectable dropdown lists or multi-select questions", "x-ob-sample-value": { "Value": "Customer Selection 1" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5786,14 +4117,11 @@ "type": "object", "description": "The UUID of the battery system", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5806,198 +4134,12 @@ "type": "object", "description": "The price of the battery system as indicated on the contract", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish złoty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "12000" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6046,13 +4188,12 @@ "type": "object", "description": "The length of the loan", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Use StartTime and EndTime in this object rather than Value for additional clarity. Use Value only if the Loan has no specific start or end time period", "x-ob-sample-value": { "EndTime": "2025-05-01", "StartTime": "2020-05-01" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6065,12 +4206,11 @@ "type": "object", "description": "The percentage rate of the loan", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "2.99" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6083,14 +4223,11 @@ "type": "object", "description": "The UUID of an object", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "Always place this UUID at the top level of an object to which it refers. UUIDs are to be used for uniquely identifying objects that need to be repeatedly tracked across multiple softwares", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6124,12 +4261,11 @@ "type": "object", "description": "The name of a TaskType", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Site Survey" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6142,14 +4278,11 @@ "type": "object", "description": "The UUID of the task category", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6162,27 +4295,11 @@ "type": "object", "description": "The name of the task category which is used to normalize task types when searching across multiple companies.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "SiteSurvey" }, - "enum": [ - "Contract", - "SiteSurvey", - "Design", - "HOAApplication", - "PermitApplication", - "EquipmentOrder", - "EquipmentReceipt", - "Installation", - "InspectionElectrical", - "InspectionStructural", - "Interconnection", - "FinalReceipt", - "Other" - ] + "x-ob-item-type-group": "" } ] }, @@ -6207,12 +4324,11 @@ "type": "object", "description": "The name of a FeeType", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Used to describe a general category of fees. This is a specific name for a fee. Whereas FeeGroup represents the normalized category of fee across multiple companies.", "x-ob-sample-value": { "Value": "Payment to Jorgenson Installation Services" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6225,22 +4341,11 @@ "type": "object", "description": "A optional normalized list of FeeTypes that allow for searching across multiple company datasets", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Use for a normalized list of possible Fees", "x-ob-sample-value": { "Value": "PermitApplication" }, - "enum": [ - "PermitApplication", - "HOAApplication", - "LoanPayment", - "EngineeringService", - "InspectionFee", - "Other", - "InterconnectionFee", - "UtilityService" - ] + "x-ob-item-type-group": "" } ] }, @@ -6253,12 +4358,11 @@ "type": "object", "description": "If a on-site Technician from the AHJ is required to complete the AHJInspection", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "True" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6304,12 +4408,6 @@ "type": "object", "description": "A quantity", "x-ob-item-type": "xbrli:pureItemType", - "x-ob-unit": [ - "Monetary/Monetary", - "pure", - "Rate" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6318,7 +4416,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6364,12 +4463,11 @@ "type": "object", "description": "The name of the service", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Trenching" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6382,12 +4480,11 @@ "type": "object", "description": "The name of the person or organization providing the service", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Hampton's Trenching" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6424,18 +4521,11 @@ "type": "object", "description": "The status of the overall scope of work", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "NotStarted" }, - "enum": [ - "NotStarted", - "InProgress", - "Complete", - "Cancelled" - ] + "x-ob-item-type-group": "" } ] }, @@ -6448,14 +4538,11 @@ "type": "object", "description": "The UUID of the service", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6468,19 +4555,11 @@ "type": "object", "description": "The method by which the cost of a service is evaluated.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "Used in combination with the Quantity field. This provides the information required to calculate the cost of a given service.", "x-ob-sample-value": { "Value": "Foot" }, - "enum": [ - "Fixed", - "Foot", - "Watt", - "Module", - "Inverter" - ] + "x-ob-item-type-group": "" } ] }, @@ -6508,12 +4587,11 @@ "type": "object", "description": "The name of the service type", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Trenching" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6526,14 +4604,11 @@ "type": "object", "description": "The UUID of the ServiceType", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "63e32227-7a31-4a0c-a715-20d46315cc9e" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6546,17 +4621,11 @@ "type": "object", "description": "The optional list of normalized services that allow for cross-platform comparison of service data.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Trenching" }, - "enum": [ - "Trenching", - "EquipmentRental", - "TreeRemoval" - ] + "x-ob-item-type-group": "" } ] }, @@ -6569,19 +4638,11 @@ "type": "object", "description": "Information on who or what is performing the payment responsibility of the service", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "PaidByInstaller" }, - "enum": [ - "PaidByInstaller", - "PaidByOriginator", - "PaidByOriginatorToInstaller", - "PaidToInstaller", - "PaidToOriginator" - ] + "x-ob-item-type-group": "" } ] }, @@ -6594,17 +4655,11 @@ "type": "object", "description": "The Service Payment Responsibility for the Payee of the Service", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "Originator" }, - "enum": [ - "Originator", - "Installer", - "GeneralContractor" - ] + "x-ob-item-type-group": "" } ] }, @@ -6617,17 +4672,11 @@ "type": "object", "description": "The Service Payment Responsibility for the Payer of the Service", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": [], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Value": "GeneralContractor" }, - "enum": [ - "Originator", - "Installer", - "GeneralContractor" - ] + "x-ob-item-type-group": "" } ] }, @@ -6640,198 +4689,12 @@ "type": "object", "description": "Amount Per ServiceQuantityUnit", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish złoty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "10.00" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6844,207 +4707,3461 @@ "type": "object", "description": "The total amount of the individual line item calculated by multiplying Quantity by UnitPrice", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish złoty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Unit": "US Dollar", "Value": "1000" - } + }, + "x-ob-item-type-group": "" } ] }, - "Tasks": { - "type": "array", - "items": { - "$ref": "Master-OB-OpenAPI.json#/components/schemas/Task" - } + "ProdCertificationType": { + "allOf": [ + { + "$ref": "Master-Solar-Taxonomy.json#/components/schemas/TaxonomyElementString" + }, + { + "type": "object", + "description": "An enumerated list of the possible certifications that a product can have.", + "x-ob-item-type": "xbrli:stringItemType", + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Value": "UL1741" + }, + "x-ob-item-type-group": "" + } + ] + }, + "BusbarCapacityAC": { + "allOf": [ + { + "$ref": "Master-Solar-Taxonomy.json#/components/schemas/TaxonomyElementNumber" + }, + { + "type": "object", + "description": "Maximum AC Capacity or Load that the busbar is rated to handle.", + "x-ob-item-type": "num:energyItemType", + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" + } + ] + }, + "ProdCombinerPanel": { + "allOf": [ + { + "$ref": "#/components/schemas/Product" + }, + { + "type": "object", + "description": "Specific Details for a Combiner Panel product", + "properties": { + "BusbarCapacityAC": { + "$ref": "#/components/schemas/BusbarCapacityAC" + } + }, + "x-ob-item-type-group": "" + } + ] } } - } + }, + "x-ob-item-types": { + "xbrli:booleanItemType": { + "description": "" + }, + "xs:token": { + "description": "" + }, + "dei:legalEntityIdentifierItemType":{ + "description": "" + }, + "xbrli:decimalItemType": { + "description": "" + }, + "nonnum:domainItemType": { + "description": "" + }, + "xbrli:anyURIItemType": { + "description": "" + }, + "xbrli:dateItemType": { + "description": "" + }, + "xbrli:stringItemType": { + "description": "" + }, + "xbrli:integerItemType": { + "description": "" + }, + "num:areaItemType": { + "description": "The area item type is used to indicate that an element represents an area.", + "units": { + "acre": { + "label": "Acre", + "description": "Acre" + }, + "sqft": { + "label": "Square Foot", + "description": "Square Foot" + }, + "sqmi": { + "label": "Square Mile", + "description": "Square Miles" + }, + "sqyd": { + "label": "Square Yard", + "description": "Square Yard" + }, + "ha": { + "label": "Hectare", + "description": "Hectare" + }, + "sqkm": { + "label": "Square km", + "description": "Square Kilometer" + }, + "sqm": { + "label": "Square metre", + "description": "Square Metre" + } + } + }, + "num:energyItemType": { + "description": "The energy item type represents a unit of energy.", + "units": { + "Boe": { + "label": "Barrel of Oil Equivalent", + "description": "Barrel of Oil Equivalent" + }, + "Btu": { + "label": "British Thermal Unit", + "description": "British Thermal Unit" + }, + "ft_lb": { + "label": "Foot-Pound", + "description": "Foot-Pound Force" + }, + "MBoe": { + "label": "Thousand Barrels of Oil Equivalent", + "description": "Thousand Barrels of Oil Equivalent" + }, + "Mcfe": { + "label": "Thousand Cubic Foot Equivalent", + "description": "Thousand Cubic Foot Equivalent" + }, + "MMBoe": { + "label": "Millions of Barrels of Oil Equivalent", + "description": "Millions of Barrels of Oil Equivalent" + }, + "MMBTU": { + "label": "Millions of BTU", + "description": "Millions of BTU" + }, + "Cal": { + "label": "Calorie", + "description": "Calorie" + }, + "J": { + "label": "Joule", + "description": "Joule" + }, + "kJ": { + "label": "Kilojoule", + "description": "Thousand Joules" + }, + "kWh": { + "label": "Kilowatt-Hours", + "description": "Kilowatt-Hours of Energy" + }, + "mJ": { + "label": "mJ", + "description": "Millijoules" + }, + "MWh": { + "label": "Megawatt-Hour", + "description": "Megawatt-Hour" + }, + "GWh": { + "label": "Gigawatt-Hour", + "description": "Gigawatt-Hour" + }, + "TWh": { + "label": "Terawatt-Hour", + "description": "Terawatt-Hour" + }, + "MMcfe": { + "label": "Million Cubic Foot Equivalent", + "description": "Million cubic feet of natural gas equivalent" + }, + "Bcfe": { + "label": "Billion Cubic Foot Equivalent", + "description": "Thousand million cubic feet of natural gas equivalent" + }, + "Tcfe": { + "label": "Trillion Cubic Foot Equivalent", + "description": "Trillion cubic feet of natural gas equivalent" + }, + "MWM": { + "label": "Megawatt-Month", + "description": "Megawatt-Month assuming 730 hours per month" + }, + "GWM": { + "label": "Gigawatt-Month", + "description": "Gigawatt-Month assuming 730 hours per month" + }, + "Wh": { + "label": "Watt-Hours", + "description": "Watt-Hours of Energy" + }, + "VAh": { + "label": "Volt-ampere-hours", + "description": "Volt-ampere (VA) hours of energy." + } + } + }, + "num:lengthItemType": { + "description": "The length item type is a measure of distance.", + "units": { + "ft": { + "label": "Foot", + "description": "Twelve Inches" + }, + "in": { + "label": "Inch", + "description": "Inch" + }, + "mi": { + "label": "Mile", + "description": "5280 Feet" + }, + "nmi": { + "label": "Nautical Mile", + "description": "1.15078 Miles (One Minute of Arc Latitude)" + }, + "yd": { + "label": "Yard", + "description": "Three Feet" + }, + "cm": { + "label": "Centimetre", + "description": "One-hundreth of Metre" + }, + "dm": { + "label": "Decimetre", + "description": "Decimetre" + }, + "km": { + "label": "Kilometre", + "description": "Thousand Metres" + }, + "m": { + "label": "Metre", + "description": "Metre" + }, + "mm": { + "label": "Millimetre", + "description": "One-thousandth of Metre" + } + } + }, + "num:massItemType": { + "description": "The mass item type represents the mass of an object which can be measured.", + "units": { + "lb": { + "label": "Pound", + "description": "Pound of Mass, as Used in Commerce (http://en.wikipedia.org/wiki/Pound_(mass)#Use_in_Commerce))" + }, + "oz": { + "label": "Ounce", + "description": "US Ounce" + }, + "ozt": { + "label": "Troy Ounce", + "description": "Troy Ounce" + }, + "T": { + "label": "Ton", + "description": "US Ton" + }, + "t": { + "label": "Tonne", + "description": "Tonne (Metric Tonne, Metric Ton)" + }, + "g": { + "label": "Gram", + "description": "Gram" + }, + "kg": { + "label": "Kilogram", + "description": "Kilogram" + }, + "kT": { + "label": "Thousand Tons", + "description": "One thousand US tons" + }, + "MT": { + "label": "Million Tons", + "description": "One million US tons" + }, + "GT": { + "label": "Billion Tons", + "description": "One thousand million US tons" + }, + "kt": { + "label": "Kilotonne", + "description": "Thousand Tonnes (Metric Tonnes, Metric Tons)" + }, + "Mt": { + "label": "Megatonne", + "description": "Million Tonnes (Metric Tonnes, Metric Tons)" + }, + "Gt": { + "label": "Gigatonne", + "description": "Thousand Million Tonnes (Metric Tonnes, Metric Tons)" + } + } + }, + "num:powerItemType": { + "description": "Measures a rate of energy use or energy production and is equivalent to the use or production of energy during a period of time. I.e. a watt is the equal to one joule of energy per second.", + "units": { + "hp": { + "label": "Horsepower", + "description": "Horsepower (Foot-pound per Second)" + }, + "GW": { + "label": "Gigawatt", + "description": "Thousand Million Watts" + }, + "kW": { + "label": "Kilowatt", + "description": "Thousand Watts" + }, + "MW": { + "label": "Megawatt", + "description": "Million Watts" + }, + "TW": { + "label": "Terawatt", + "description": "Million Million Watts" + }, + "W": { + "label": "Watt", + "description": "Watt" + }, + "var": { + "label": "Volt-ampere reactive", + "description": "In electric power transmission and distribution, volt-ampere reactive (var) is a unit by which reactive power is expressed in an AC electric power system. Reactive power is the power that is wasted and not used to do work on the load." + }, + "VA": { + "label": "Volt-ampere", + "description": "A volt-ampere (VA) is the unit used for the apparent power in an electrical circuit, equal to the product of root-mean-square (RMS) voltage and RMS current. In direct current (DC) circuits, this product is equal to the real power (active power) in watts. Volt-amperes are useful only in the context of alternating current (AC) circuits." + } + } + }, + "num:volumeItemType": { + "description": "The Volume item type is used to indicate that an element represents a volume and can be used to express the volume of any substance, whether solid, liquid, or gas.", + "units": { + "bbl": { + "label": "Barrel", + "description": "Barrel (of Oil)" + }, + "ft3": { + "label": "Cubic Foot", + "description": "Cubic Foot" + }, + "gal": { + "label": "Gallon", + "description": "US Gallon" + }, + "MBbls": { + "label": "Thousand Barrels", + "description": "Thousands of Barrels (of Oil)" + }, + "Mcf": { + "label": "Thousands Cubic Feet", + "description": "Thousands of Cubic Feet" + }, + "MMBbls": { + "label": "Million Barrels", + "description": "Millions of Barrels (of Oil)" + }, + "MMcf": { + "label": "Millions Cubic Feet", + "description": "Millions of Cubic Feet" + }, + "l": { + "label": "Litre", + "description": "Litre" + }, + "m3": { + "label": "Cubic Metre", + "description": "Cubic Metre" + }, + "bu": { + "label": "Bushel", + "description": "US Bushel" + }, + "aft": { + "label": "Acre-Foot", + "description": "Volume of one acre of surface area to a depth of one foot using a US survey foot" + }, + "Bcf": { + "label": "Billions of cubic feet", + "description": "One thousand million cubic feet" + }, + "Tcf": { + "label": "Trillions of cubic feet", + "description": "One trillion cubic feet" + } + } + }, + "xbrli:monetaryItemType": { + "description": "", + "units": { + "AED": { + "label": "U.A.E. dirham", + "description": "United Arab Emirates dirham" + }, + "AFN": { + "label": "Afghan afghani", + "description": "Afghan afghani" + }, + "ALL": { + "label": "Albanian lek", + "description": "Albanian lek" + }, + "AMD": { + "label": "Armenian dram", + "description": "Armenian dram" + }, + "ANG": { + "label": "Netherlands Antillean guilder", + "description": "Netherlands Antillean guilder" + }, + "AOA": { + "label": "Angolan kwanza", + "description": "Angolan kwanza" + }, + "ARS": { + "label": "Argentine peso", + "description": "Argentine peso" + }, + "AUD": { + "label": "Australian dollar", + "description": "Australian dollar" + }, + "AWG": { + "label": "Aruban florin", + "description": "Aruban florin" + }, + "AZN": { + "label": "Azerbaijani manat", + "description": "Azerbaijani manat" + }, + "BAM": { + "label": "Bosnia and Herzegovina convertible mark", + "description": "Bosnia and Herzegovina convertible mark" + }, + "BBD": { + "label": "Barbados dollar", + "description": "Barbados dollar" + }, + "BDT": { + "label": "Bangladeshi taka", + "description": "Bangladeshi taka" + }, + "BGN": { + "label": "Bulgarian lev", + "description": "Bulgarian lev" + }, + "BHD": { + "label": "Bahraini dinar", + "description": "Bahraini dinar" + }, + "BIF": { + "label": "Burundian franc", + "description": "Burundian franc" + }, + "BMD": { + "label": "Bermuda Dollar", + "description": "Bermudian dollar (customarily known as Bermuda dollar)" + }, + "BND": { + "label": "Brunei dollar", + "description": "Brunei dollar" + }, + "BOB": { + "label": "Boliviano", + "description": "Boliviano" + }, + "BOV": { + "label": "Bolivian Mvdol", + "description": "Bolivian Mvdol (funds code)" + }, + "BRL": { + "label": "Brazilian real", + "description": "Brazilian real" + }, + "BSD": { + "label": "Bahamian dollar", + "description": "Bahamian dollar" + }, + "BTN": { + "label": "Bhutanese ngultrum", + "description": "Bhutanese ngultrum" + }, + "BWP": { + "label": "Botswana pula", + "description": "Botswana pula" + }, + "BYN": { + "label": "Belarusian ruble", + "description": "Belarusian ruble" + }, + "BYR": { + "label": "Belarusian ruble", + "description": "Belarusian ruble" + }, + "BZD": { + "label": "Belize dollar", + "description": "Belize dollar" + }, + "CAD": { + "label": "Canadian dollar", + "description": "Canadian dollar" + }, + "CDF": { + "label": "Congolese franc", + "description": "Congolese franc" + }, + "CHE": { + "label": "WIR Bank", + "description": "WIR Bank (complementary currency)" + }, + "CHF": { + "label": "Swiss franc", + "description": "Swiss franc" + }, + "CHW": { + "label": "WIR Bank", + "description": "WIR Bank (complementary currency)" + }, + "CLF": { + "label": "Unidad de Fomento", + "description": "Unidad de Fomento (funds code)" + }, + "CLP": { + "label": "Chilean peso", + "description": "Chilean peso" + }, + "CNY": { + "label": "Chinese yuan", + "description": "Chinese yuan (renmibi)" + }, + "COP": { + "label": "Colombian peso", + "description": "Colombian peso" + }, + "COU": { + "label": "Unidad de Valor Real", + "description": "Unidad de Valor Real" + }, + "CRC": { + "label": "Costa Rican colon", + "description": "Costa Rican colon" + }, + "CUC": { + "label": "Cuban convertible peso", + "description": "Cuban convertible peso" + }, + "CUP": { + "label": "Cuban peso", + "description": "Cuban peso" + }, + "CVE": { + "label": "Cape Verde escudo", + "description": "Cape Verde escudo" + }, + "CZK": { + "label": "Czech koruna", + "description": "Czech koruna" + }, + "DJF": { + "label": "Djiboutian franc", + "description": "Djiboutian franc" + }, + "DKK": { + "label": "Danish krone", + "description": "Danish krone" + }, + "DOP": { + "label": "Dominican peso", + "description": "Dominican peso" + }, + "DZD": { + "label": "Algerian dinar", + "description": "Algerian dinar" + }, + "EEK": { + "label": "Estonian kroon", + "description": "Estonian kroon" + }, + "EGP": { + "label": "Egyptian pound", + "description": "Egyptian pound" + }, + "ERN": { + "label": "Eritrean nakfa", + "description": "Eritrean nakfa" + }, + "ETB": { + "label": "Ethiopian birr", + "description": "Ethiopian birr" + }, + "EUR": { + "label": "Euro", + "description": "Euro" + }, + "FJD": { + "label": "Fiji dollar", + "description": "Fiji dollar" + }, + "FKP": { + "label": "Falkland Islands pound", + "description": "Falkland Islands pound" + }, + "GBP": { + "label": "Pound sterling", + "description": "Great Britain Pound sterling" + }, + "GEL": { + "label": "Georgian lari", + "description": "Georgian lari" + }, + "GHS": { + "label": "Ghanaian cedi", + "description": "Ghanaian cedi" + }, + "GIP": { + "label": "Gibraltar pound", + "description": "Gibraltar pound" + }, + "GMD": { + "label": "Gambian dalasi", + "description": "Gambian dalasi" + }, + "GNF": { + "label": "Guinean franc", + "description": "Guinean franc" + }, + "GTQ": { + "label": "Guatemalan quetzal", + "description": "Guatemalan quetzal" + }, + "GYD": { + "label": "Guyanese dollar", + "description": "Guyanese dollar" + }, + "HKD": { + "label": "Hong Kong dollar", + "description": "Hong Kong dollar" + }, + "HNL": { + "label": "Honduran lempira", + "description": "Honduran lempira" + }, + "HRK": { + "label": "Croatian kuna", + "description": "Croatian kuna" + }, + "HTG": { + "label": "Haitian gourde", + "description": "Haitian gourde" + }, + "HUF": { + "label": "Hungarian forint", + "description": "Hungarian forint" + }, + "IDR": { + "label": "Indonesian rupiah", + "description": "Indonesian rupiah" + }, + "ILS": { + "label": "Israeli new sheqel", + "description": "Israeli new sheqel" + }, + "INR": { + "label": "Indian rupee", + "description": "Indian rupee" + }, + "IQD": { + "label": "Iraqi dinar", + "description": "Iraqi dinar" + }, + "IRR": { + "label": "Iranian rial", + "description": "Iranian rial" + }, + "ISK": { + "label": "Icelandic króna", + "description": "Icelandic króna" + }, + "JMD": { + "label": "Jamaican dollar", + "description": "Jamaican dollar" + }, + "JOD": { + "label": "Jordanian dinar", + "description": "Jordanian dinar" + }, + "JPY": { + "label": "Japanese yen", + "description": "Japanese yen" + }, + "KES": { + "label": "Kenyan shilling", + "description": "Kenyan shilling" + }, + "KGS": { + "label": "Kyrgyzstani som", + "description": "Kyrgyzstani som" + }, + "KHR": { + "label": "Cambodian riel", + "description": "Cambodian riel" + }, + "KMF": { + "label": "Comoro franc", + "description": "Comoro franc" + }, + "KPW": { + "label": "North Korean won", + "description": "North Korean won" + }, + "KRW": { + "label": "South Korean won", + "description": "South Korean won" + }, + "KWD": { + "label": "Kuwaiti dinar", + "description": "Kuwaiti dinar" + }, + "KYD": { + "label": "Cayman Islands dollar", + "description": "Cayman Islands dollar" + }, + "KZT": { + "label": "Kazakhstani tenge", + "description": "Kazakhstani tenge" + }, + "LAK": { + "label": "Lao kip", + "description": "Lao kip" + }, + "LBP": { + "label": "Lebanese pound", + "description": "Lebanese pound" + }, + "LKR": { + "label": "Sri Lanka rupee", + "description": "Sri Lanka rupee" + }, + "LRD": { + "label": "Liberian dollar", + "description": "Liberian dollar" + }, + "LSL": { + "label": "Lesotho loti", + "description": "Lesotho loti" + }, + "LTL": { + "label": "Lithuanian litas", + "description": "Lithuanian litas" + }, + "LVL": { + "label": "Latvian lats", + "description": "Latvian lats" + }, + "LYD": { + "label": "Libyan dinar", + "description": "Libyan dinar" + }, + "MAD": { + "label": "Moroccan dirham", + "description": "Moroccan dirham" + }, + "MDL": { + "label": "Moldovan leu", + "description": "Moldovan leu" + }, + "MGA": { + "label": "Malagasy ariary", + "description": "Malagasy ariary" + }, + "MKD": { + "label": "Macedonian denar", + "description": "Macedonian denar" + }, + "MMK": { + "label": "Myanma kyat", + "description": "Myanma kyat" + }, + "MNT": { + "label": "Mongolian tugrik", + "description": "Mongolian tugrik" + }, + "MOP": { + "label": "Macanese pataca", + "description": "Macanese pataca" + }, + "MRO": { + "label": "Mauritanian ouguiya", + "description": "Mauritanian ouguiya" + }, + "MUR": { + "label": "Mauritian rupee", + "description": "Mauritian rupee" + }, + "MVR": { + "label": "Maldivian rufiyaa", + "description": "Maldivian rufiyaa" + }, + "MWK": { + "label": "Malawian kwacha", + "description": "Malawian kwacha" + }, + "MXN": { + "label": "Mexican peso", + "description": "Mexican peso" + }, + "MXV": { + "label": "Mexican UDI", + "description": "Mexican Unidad de Inversion (UDI) (funds code)" + }, + "MYR": { + "label": "Malaysian ringgit", + "description": "Malaysian ringgit" + }, + "MZN": { + "label": "Mozambican metical", + "description": "Mozambican metical" + }, + "NAD": { + "label": "Namibian dollar", + "description": "Namibian dollar" + }, + "NGN": { + "label": "Nigerian naira", + "description": "Nigerian naira" + }, + "NIO": { + "label": "Cordoba oro", + "description": "Cordoba oro" + }, + "NOK": { + "label": "Norwegian krone", + "description": "Norwegian krone" + }, + "NPR": { + "label": "Nepalese rupee", + "description": "Nepalese rupee" + }, + "NZD": { + "label": "New Zealand dollar", + "description": "New Zealand dollar" + }, + "OMR": { + "label": "Omani rial", + "description": "Omani rial" + }, + "PAB": { + "label": "Panamanian balboa", + "description": "Panamanian balboa" + }, + "PEN": { + "label": "Peruvian nuevo sol", + "description": "Peruvian nuevo sol" + }, + "PGK": { + "label": "Papua New Guinean kina", + "description": "Papua New Guinean kina" + }, + "PHP": { + "label": "Philippine peso", + "description": "Philippine peso" + }, + "PKR": { + "label": "Pakistani rupee", + "description": "Pakistani rupee" + }, + "PLN": { + "label": "Polish złoty", + "description": "Polish złoty" + }, + "PYG": { + "label": "Paraguayan guaraní", + "description": "Paraguayan guaraní" + }, + "QAR": { + "label": "Qatari rial", + "description": "Qatari rial" + }, + "RON": { + "label": "Romanian new leu", + "description": "Romanian new leu" + }, + "RSD": { + "label": "Serbian dinar", + "description": "Serbian dinar" + }, + "RUB": { + "label": "Rouble", + "description": "Russian rouble" + }, + "RWF": { + "label": "Rwandan franc", + "description": "Rwandan franc" + }, + "SAR": { + "label": "Riyal", + "description": "Saudi riyal" + }, + "SBD": { + "label": "Solomon Islands dollar", + "description": "Solomon Islands dollar" + }, + "SCR": { + "label": "Seychelles rupee", + "description": "Seychelles rupee" + }, + "SDG": { + "label": "Sudanese pound", + "description": "Sudanese pound" + }, + "SEK": { + "label": "Swedish krona", + "description": "Swedish krona/kronor" + }, + "SGD": { + "label": "Singapore dollar", + "description": "Singapore dollar" + }, + "SHP": { + "label": "Saint Helena pound", + "description": "Saint Helena pound" + }, + "SLL": { + "label": "Leone", + "description": "Sierra Leonean leone" + }, + "SOS": { + "label": "Somali shilling", + "description": "Somali shilling" + }, + "SRD": { + "label": "Surinamese dollar", + "description": "Surinamese dollar" + }, + "SSP": { + "label": "South Sudanese pound", + "description": "South Sudanese pound" + }, + "STD": { + "label": "São Tomé and Príncipe dobra", + "description": "São Tomé and Príncipe dobra" + }, + "SVC": { + "label": "Salvadoran colon", + "description": "Salvadoran colon" + }, + "SYP": { + "label": "Syrian pound", + "description": "Syrian pound" + }, + "SZL": { + "label": "Lilangeni", + "description": "Swaziland Lilangeni" + }, + "THB": { + "label": "Baht", + "description": "Thai baht" + }, + "TJS": { + "label": "Tajikistani somoni", + "description": "Tajikistani somoni" + }, + "TMT": { + "label": "Turkmenistani manat", + "description": "Turkmenistani manat" + }, + "TND": { + "label": "Tunisian dinar", + "description": "Tunisian dinar" + }, + "TOP": { + "label": "Pa'anga", + "description": "Tongan pa'anga" + }, + "TRY": { + "label": "Turkish lira", + "description": "Turkish lira" + }, + "TTD": { + "label": "Trinidad and Tobago dollar", + "description": "Trinidad and Tobago dollar" + }, + "TWD": { + "label": "New Taiwan dollar", + "description": "New Taiwan dollar" + }, + "TZS": { + "label": "Tanzanian shilling", + "description": "Tanzanian shilling" + }, + "UAH": { + "label": "Hryvnia", + "description": "Ukrainian hryvnia" + }, + "UGX": { + "label": "Ugandan shilling", + "description": "Ugandan shilling" + }, + "USD": { + "label": "US Dollar", + "description": "United States dollar" + }, + "USN": { + "label": "Next Day US Dollar", + "description": "United States dollar (next day) (funds code)" + }, + "USS": { + "label": "Same Day US Dollar", + "description": "United States dollar (same day) (funds code)" + }, + "UYI": { + "label": "Uruguay Peso en Unidades Indexadas", + "description": "Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)" + }, + "UYU": { + "label": "Uruguayan peso", + "description": "Uruguayan peso" + }, + "UZS": { + "label": "Som", + "description": "Uzbekistan som" + }, + "VEB": { + "label": "Venezualan Bolivar", + "description": "Venezuelan bolívar" + }, + "VEF": { + "label": "Venezuelan Bolivar Fuerte", + "description": "Venezuelan bolívar fuerte (equals 1000 VEB)" + }, + "VND": { + "label": "đồng", + "description": "Vietnamese đồng" + }, + "VUV": { + "label": "Vanuatu vatu", + "description": "Vanuatu vatu" + }, + "WST": { + "label": "Samoan tala", + "description": "Samoan tala" + }, + "XAF": { + "label": "CFA Franc BEAC", + "description": "CFA franc BEAC" + }, + "XAG": { + "label": "Silver", + "description": "Silver (one troy ounce)" + }, + "XAU": { + "label": "Gold", + "description": "Gold (one troy ounce)" + }, + "XBA": { + "label": "EURCO", + "description": "European Composite Unit (EURCO) (bond market unit)" + }, + "XBB": { + "label": "E.M.U.-6", + "description": "European Monetary Unit (E.M.U.-6) (bond market unit)" + }, + "XBC": { + "label": "E.U.A.-9", + "description": "European Unit of Account 9 (E.U.A.-9) (bond market unit)" + }, + "XBD": { + "label": "E.U.A.-17", + "description": "European Unit of Account 17 (E.U.A.-17) (bond market unit)" + }, + "XCD": { + "label": "East Caribbean dollar", + "description": "East Caribbean dollar" + }, + "XDR": { + "label": "Special Drawing Rights", + "description": "Special Drawing Rights" + }, + "XFU": { + "label": "UIC Franc", + "description": "UIC franc (special settlement currency)" + }, + "XOF": { + "label": "CFA Franc BCEAO", + "description": "CFA Franc BCEAO" + }, + "XPD": { + "label": "Palladium", + "description": "Palladium (one troy ounce)" + }, + "XPF": { + "label": "CFP Franc", + "description": "CFP franc" + }, + "XPT": { + "label": "Platinum", + "description": "Platinum (one troy ounce)" + }, + "XSU": { + "label": "SUCRE", + "description": "Unified System for Regional Compensation (SUCRE)" + }, + "XUA": { + "label": "ADB Unit of Account", + "description": "African Development Bank" + }, + "YER": { + "label": "Yemeni rial", + "description": "Yemeni rial" + }, + "ZAR": { + "label": "South African rand", + "description": "South African rand" + }, + "ZMK": { + "label": "Zambian kwacha", + "description": "Zambian kwacha" + }, + "ZMW": { + "label": "Zambian kwacha", + "description": "Zambian kwacha" + }, + "ZWL": { + "label": "Zimbabwe dollar", + "description": "Zimbabwe dollar" + } + } + }, + "num:memoryItemType": { + "description": "The memory item type is a measure of memory typically used in the IT industry.", + "units": { + "B": { + "label": "Byte", + "description": "8 adjacent bits of Memory per IEEE 1541-2002" + }, + "GB": { + "label": "Gigabyte", + "description": "Gigabytes of Memory per IEEE 1541-2002" + }, + "kB": { + "label": "Kilobyte", + "description": "Kilobytes of Memory per IEEE 1541-2002" + }, + "MB": { + "label": "Megabyte", + "description": "Megabytes of Memory per IEEE 1541-2002" + }, + "TB": { + "label": "Terabyte", + "description": "Terabytes of Memory per IEEE 1541-2002" + } + } + }, + "num-us:electricCurrentItemType": { + "description": "The electric current item type is used to represent a measure of electric current (the flow of electric charge over a circuit).", + "units": { + "A": { + "label": "Ampere", + "description": "Ampere" + } + } + }, + "num-us:voltageItemType": { + "description": "The voltage item type is used to represent a measure of voltage (the difference in electric potential energy between two points per unit electric charge).", + "units": { + "V": { + "label": "Volt", + "description": "Electromotive Force" + }, + "kV": { + "label": "Kilovolt", + "description": "Thousand Volts of Electromotive Force" + }, + "MV": { + "label": "Megavolt", + "description": "One million volts" + }, + "GV": { + "label": "Gigavolt", + "description": "One thousand million volts" + } + } + }, + "num-us:frequencyItemType": { + "description": "The frequency item type is used to represent a measure of the number of occurrences of a repeating event per unit time.", + "units": { + "Hz": { + "label": "Hertz", + "description": "Frequency or Number of Cycles per Second" + } + } + }, + "perShareItemType": { + "description": "The per share item type indicates a monetary amount divided by a number of shares. The per share item type has a Decimal base.", + "units": { + "Monetary_per_Share": { + "label": "Monetary/share", + "description": "Monetary Unit / Share" + } + } + }, + "us-types:perUnitItemType": { + "description": "", + "units": { + "Monetary_per_Decimal": { + "label": "Monetary/Decimal", + "description": "Monetary Unit / Anything" + } + } + }, + "xbrli:pureItemType": { + "description": "", + "units": { + "Monetary_per_Monetary": { + "label": "Monetary/Monetary", + "description": "Exchange Rate Expressed as: Monetary Unit / Monetary Unit" + }, + "pure": { + "label": "pure", + "description": "Dimensionless (Pure) Number" + }, + "Rate": { + "label": "Rate", + "description": "Rate" + } + } + }, + "sharesItemType": { + "description": "", + "units": { + "shares": { + "label": "Share", + "description": "Unit of Ownership (Stock)" + } + } + }, + "xbrli:durationItemType": { + "description": "", + "units": { + "Y": { + "label": "Year", + "description": "Gregorian calendar year of 365 days. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "M": { + "label": "Month", + "description": "Gregorian calendar month of 30.41 days. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "D": { + "label": "Day", + "description": "Day of 24 hours. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "H": { + "label": "Hour", + "description": "Hour of 60 minutes. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "MM": { + "label": "Minute", + "description": "Minute of 60 seconds. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "S": { + "label": "Second", + "description": "Second. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "Q": { + "label": "Quarter", + "description": "Gregorian Calendar Quarter (three months). Use only as a denominator because durationItemType is not numeric and has no units." + }, + "WK": { + "label": "Week", + "description": "Gregorian Calendar Week. Use only as a denominator because durationItemType is not numeric and has no units." + } + } + }, + "flowItemType": { + "description": "The flow item type is used to represent a measure of volumetric flow rate.", + "units": { + "Volume_per_Duration": { + "label": "Volume/Duration", + "description": "Flow rate, as Volume per Duration" + }, + "Energy_per_Duration": { + "label": "Energy/Duration", + "description": "Flow rate, as Energy per Duration" + } + } + }, + "num-us:temperatureItemType": { + "description": "The temperature item type is used to represent a measure of temperature either in absolute terms or as a difference between two temperatures.", + "units": { + "Cel": { + "label": "Celsius", + "description": "A temperature scale based on 0° for the freezing point of water and 100° for the boiling point of water at 1 atm pressure." + }, + "K": { + "label": "Kelvin", + "description": "The kelvin is a unit of measure for temperature based upon an absolute scale. It is one of the seven base units in the International System of Units (SI) and is assigned the unit symbol K. The Kelvin scale is an absolute, thermodynamic temperature scale using as its null point absolute zero, the temperature at which all thermal motion ceases in the classical description of thermodynamics. The kelvin is defined as the fraction  1⁄273.16 of the thermodynamic temperature of the triple point of water (exactly 0.01 °C or 32.018 °F). In other words, it is defined such that the triple point of water is exactly 273.16 K." + }, + "F": { + "label": "Fahrenheit", + "description": "Fahrenheit is a unit of measure for temperature defined by two fixed points: the temperature at which water freezes into ice is defined as 32 °F, and the boiling point of water is defined to be 212 °F, a 180 °F separation, as defined at sea level and standard atmospheric pressure." + } + } + }, + "num-us:pressureItemType": { + "description": "The pressure item type is used to represent a measure of the force applied perpendicular to the surface of an object per unit area over which that force is distributed. Units include Pascal, PSI and Bar.", + "units": { + "Pa": { + "label": "Pascal", + "description": "The pascal is the SI derived unit of pressure used to quantify internal pressure, stress, Young's modulus and ultimate tensile strength. It is defined as one newton per square meter." + }, + "Bar": { + "label": "Bar", + "description": "The bar is a metric unit of pressure, but is not approved as part of the International System of Units (SI). It is defined as exactly equal to 100000 Pa, which is slightly less than the current average atmospheric pressure on Earth at sea level." + }, + "psi": { + "label": "Pounds Per Square Inch", + "description": "The pound per square inch is a unit of pressure or of stress based on avoirdupois units. It is the pressure resulting from a force of one pound-force applied to an area of one square inch." + }, + "atm": { + "label": "Standard Atmosphere", + "description": "The standard atmosphere is a unit of pressure defined as 101325 Pa (1.01325 bar). It is sometimes used as a reference or standard pressure." + } + } + }, + "forceItemType": { + "description": "The force item type is used to represent a measure of a physical force. Units include newtons.", + "units": { + "N": { + "label": "Newton", + "description": "The newton is the International System of Units (SI) derived unit of force. One newton is the force needed to accelerate one kilogram of mass at the rate of one metre per second squared in direction of the applied force." + } + } + }, + "electricChargeItemType": { + "description": "The electric charge item is used to represent a measure of electric charge (the physical property of matter that causes it to experience a force when placed in an electromagnetic field)", + "units": { + "Ah": { + "label": "Ampere Hours", + "description": "An ampere hour or amp hour is a unit of electric charge, equal to the charge transferred by a steady current of one ampere flowing for one hour." + }, + "C": { + "label": "Coulomb", + "description": "The coulomb is the International System of Units (SI) unit of electric charge. It is the charge transported by a constant current of one ampere in one second." + } + } + }, + "num-us:planeAngleItemType": { + "description": "The angle item type is used to represent the measurement of an angle. Units include radians, degrees and gradians.", + "units": { + "Degree": { + "label": "Degree", + "description": "The degree is a measurement of a plane angle, defined so that a full rotation is 360 degrees. In XBRL the degree is reported in a decimal format." + }, + "rad": { + "label": "Radian", + "description": "The radian is the standard unit of angular measure. The radian is an SI derived unit." + } + } + }, + "textBlockItemType": { + "description": "textBlockItemType specializes xmlNodesItemType. The unescaped content MUST have mixed content containing a simple string, or a fragment of XHTML or a mixture of both." + }, + "num:percentItemType": { + "description": "The percent item type is used to indicate that the value of the element is intended to be presented as a percentage. This does not contravene Specification section 4.8.2, which requires that percentages not be multiplied by 100." + }, + "weightItemType": { + "description": "The weight item type represents the weight of an object which can be measured." + }, + "num-us:insolationItemType": { + "description": "The insolation item type is used to represent a measure of energy per area over a period of time." + }, + "num-us:irradianceItemType": { + "description": "The irradiance item type is used to represent a measure irradiance (power per unit area)" + }, + "num-us:speedItemType": { + "description": " The speed item type is used to represent a measure of speed (distance travelled by an object per unit time). Units include knots, mach, and metres per second." + }, + "massFlowItemType": { + "description": "The mass flow item type is used to represent a measure of mass flow rate." + }, + "monetaryPerLengthItemType": { + "description": "The monetary per length item type is used to represent a measure of price or cost per unit length" + }, + "monetaryPerAreaItemType": { + "description": "The monetary per area item type is used to represent a measure of price or cost per unit area" + }, + "monetaryPerVolumeItemType": { + "description": "The monetary per volume item type is used to represent a measure of price or cost per unit volume" + }, + "monetaryPerDurationItemType": { + "description": "The monetary per duration item type is used to represent a measure of price or cost per unit duration" + }, + "monetaryPerEnergyItemType": { + "description": "The monetary per energy item type is used to represent a measure of price or cost per unit energy" + }, + "monetaryPerMassItemType": { + "description": "The monetary per mass item type is used to represent a measure of price or cost per unit mass" + }, + "solar-types:inverterItemType": { + "description": "", + "enums": { + "Central": { + "label": "", + "description": "" + }, + "String": { + "label": "", + "description": "" + }, + "MicroInverter": { + "label": "", + "description": "" + }, + "Distributed": { + "label": "", + "description": "" + }, + "Transformerless": { + "label": "", + "description": "" + }, + "Grounded": { + "label": "", + "description": "" + } + } + }, + "solar-types:moduleTechnologyItemType": { + "description": "", + "enums": { + "Mono_C_Si": { + "label": "", + "description": "" + }, + "Multi_C_Si": { + "label": "", + "description": "" + }, + "ThinFilm": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:moduleItemType": { + "description": "", + "enums": { + "ASi": { + "label": "", + "description": "" + }, + "ASi_Triple": { + "label": "", + "description": "" + }, + "ASi_Tandem": { + "label": "", + "description": "" + }, + "ASi_Single": { + "label": "", + "description": "" + }, + "BiPv": { + "label": "", + "description": "" + }, + "BiFacial": { + "label": "", + "description": "" + }, + "CdTe": { + "label": "", + "description": "" + }, + "CIGS": { + "label": "", + "description": "" + }, + "CPV": { + "label": "", + "description": "" + }, + "CSi": { + "label": "", + "description": "" + }, + "MonoSi": { + "label": "", + "description": "" + }, + "MultiSi": { + "label": "", + "description": "" + }, + "PSi": { + "label": "", + "description": "" + }, + "TFSI": { + "label": "", + "description": "" + }, + "HIT": { + "label": "", + "description": "" + }, + "Ribbon": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:trackerItemType": { + "description": "", + "enums": { + "AzimuthAxisTracking": { + "label": "", + "description": "" + }, + "FixedTilt": { + "label": "", + "description": "" + }, + "SingleAxisTracking": { + "label": "", + "description": "" + }, + "DualAxisTracking": { + "label": "", + "description": "" + }, + "SeasonalTilt": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:solarSystemCharacterItemType": { + "description": "", + "enums": { + "Aggregate": { + "label": "", + "description": "" + }, + "Agricultural": { + "label": "", + "description": "" + }, + "Commercial": { + "label": "", + "description": "" + }, + "CommunitySolar": { + "label": "", + "description": "" + }, + "Industrial": { + "label": "", + "description": "" + }, + "Residential": { + "label": "", + "description": "" + }, + "Utility": { + "label": "", + "description": "" + } + } + }, + "solar-types:internetConnectionItemType": { + "description": "", + "enums": { + "Cellular": { + "label": "", + "description": "" + }, + "SharedBroadband": { + "label": "", + "description": "" + }, + "DedicatedBroadband": { + "label": "", + "description": "" + }, + "Satellite": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:occupancyItemType": { + "description": "", + "enums": { + "OwnerOccupied": { + "label": "", + "description": "" + }, + "Rental": { + "label": "", + "description": "" + } + } + }, + "solar-types:climateZoneANSIItemType": { + "description": "", + "enums": { + "VeryHotHumid": { + "label": "", + "description": "" + }, + "VeryHotDry": { + "label": "", + "description": "" + }, + "HotHumid": { + "label": "", + "description": "" + }, + "HotDry": { + "label": "", + "description": "" + }, + "WarmHumid": { + "label": "", + "description": "" + }, + "WarmDry": { + "label": "", + "description": "" + }, + "WarmMarine": { + "label": "", + "description": "" + }, + "MixedHumid": { + "label": "", + "description": "" + }, + "MixedDry": { + "label": "", + "description": "" + }, + "MixedMarine": { + "label": "", + "description": "" + }, + "CoolHumid": { + "label": "", + "description": "" + }, + "CoolDry": { + "label": "", + "description": "" + }, + "CoolMarine": { + "label": "", + "description": "" + }, + "ColdHumid": { + "label": "", + "description": "" + }, + "ColdDry": { + "label": "", + "description": "" + }, + "VeryCold": { + "label": "", + "description": "" + }, + "Subarctic": { + "label": "", + "description": "" + } + } + }, + "solar-types:siteControlItemType": { + "description": "", + "enums": { + "Lease": { + "label": "", + "description": "" + }, + "Own": { + "label": "", + "description": "" + }, + "Rent": { + "label": "", + "description": "" + } + } + }, + "solar-types:moduleOrientationItemType": { + "description": "", + "enums": { + "Portrait": { + "label": "", + "description": "" + }, + "Landscape": { + "label": "", + "description": "" + } + } + }, + "solar-types:sPVOrCounterpartyItemType": { + "description": "", + "enums": { + "SPV": { + "label": "", + "description": "" + }, + "Counterparty": { + "label": "", + "description": "" + } + } + }, + "solar-types:fundOrProjectItemType": { + "description": "", + "enums": { + "Fund": { + "label": "", + "description": "" + }, + "Project": { + "label": "", + "description": "" + } + } + }, + "solar-types:fundStatusItemType": { + "description": "", + "enums": { + "Closed": { + "label": "", + "description": "" + }, + "Open": { + "label": "", + "description": "" + }, + "Committed": { + "label": "", + "description": "" + } + } + }, + "solar-types:financingEventItemType": { + "description": "", + "enums": { + "OriginationRequest": { + "label": "", + "description": "" + }, + "SigningNon_bindingCommitment": { + "label": "", + "description": "" + }, + "SigningBindingCommitment": { + "label": "", + "description": "" + }, + "SigningAndClosing": { + "label": "", + "description": "" + }, + "Closing": { + "label": "", + "description": "" + }, + "Funding": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:eventStatusItemType": { + "description": "", + "enums": { + "InProcess": { + "label": "", + "description": "" + }, + "Finalized": { + "label": "", + "description": "" + } + } + }, + "solar-types:participantItemType": { + "description": "", + "enums": { + "Appraiser": { + "label": "", + "description": "" + }, + "AssetManager": { + "label": "", + "description": "" + }, + "AssetOwner": { + "label": "", + "description": "" + }, + "AutomobileLiabilityInsurer": { + "label": "", + "description": "" + }, + "Back_leverageLender": { + "label": "", + "description": "" + }, + "Back_upAssetManager": { + "label": "", + "description": "" + }, + "Back_upMaintenanceProvider": { + "label": "", + "description": "" + }, + "Back_upMonitoringServiceProvider": { + "label": "", + "description": "" + }, + "BondAgent": { + "label": "", + "description": "" + }, + "Builders_ConstructionAll_RiskInsurers": { + "label": "", + "description": "" + }, + "BusinessInterruptionInsurer": { + "label": "", + "description": "" + }, + "CollateralAgent": { + "label": "", + "description": "" + }, + "CommercialLender": { + "label": "", + "description": "" + }, + "ContractAttorney": { + "label": "", + "description": "" + }, + "ConstructionContractorInstaller": { + "label": "", + "description": "" + }, + "ConstructionLender": { + "label": "", + "description": "" + }, + "ConstructionWarrantyProvider": { + "label": "", + "description": "" + }, + "CorporateAttorney": { + "label": "", + "description": "" + }, + "DeveloperAttorney": { + "label": "", + "description": "" + }, + "EnergyForecastingService": { + "label": "", + "description": "" + }, + "EnergyPriceForecaster": { + "label": "", + "description": "" + }, + "EquipmentWarrantyProvider": { + "label": "", + "description": "" + }, + "EngineeringContractorInstaller": { + "label": "", + "description": "" + }, + "EnvironmentalAttorney": { + "label": "", + "description": "" + }, + "EnvironmentalConsultant": { + "label": "", + "description": "" + }, + "EquipmentFactoryAuditor": { + "label": "", + "description": "" + }, + "EquipmentManufacturer": { + "label": "", + "description": "" + }, + "EquipmentReliabilityTestLab": { + "label": "", + "description": "" + }, + "Fund": { + "label": "", + "description": "" + }, + "GeneralContractor": { + "label": "", + "description": "" + }, + "GeneralLiabilityInsurer": { + "label": "", + "description": "" + }, + "HedgeProvider": { + "label": "", + "description": "" + }, + "IndependentEngineer": { + "label": "", + "description": "" + }, + "IndependentSystemOperatorasAuthorityHavingJurisdiction": { + "label": "", + "description": "" + }, + "InterconnectingUtilityasAuthorityHavingJurisdiction": { + "label": "", + "description": "" + }, + "InsuranceBroker": { + "label": "", + "description": "" + }, + "InsuranceConsultant": { + "label": "", + "description": "" + }, + "Land_UseAttorney": { + "label": "", + "description": "" + }, + "Lessor": { + "label": "", + "description": "" + }, + "LitigationAttorney": { + "label": "", + "description": "" + }, + "LLCPartnerManagingMember": { + "label": "", + "description": "" + }, + "LLCPartnerVotingMember": { + "label": "", + "description": "" + }, + "LLCPartnerPassiveMember": { + "label": "", + "description": "" + }, + "LongtermEquityInvestor": { + "label": "", + "description": "" + }, + "MaintenanceProvider": { + "label": "", + "description": "" + }, + "MonitoringServiceProvider": { + "label": "", + "description": "" + }, + "OceanCargoInsurer": { + "label": "", + "description": "" + }, + "Operator": { + "label": "", + "description": "" + }, + "ParallelMonitoringServiceProvider": { + "label": "", + "description": "" + }, + "PermittingAuthorityasAuthorityHavingJurisdiction": { + "label": "", + "description": "" + }, + "PersonalLender": { + "label": "", + "description": "" + }, + "PollutionLiabilityInsurer": { + "label": "", + "description": "" + }, + "PPAOfftaker": { + "label": "", + "description": "" + }, + "PrimeContractor": { + "label": "", + "description": "" + }, + "Project": { + "label": "", + "description": "" + }, + "ProjectPerformanceInsurer": { + "label": "", + "description": "" + }, + "ProjectDeveloper": { + "label": "", + "description": "" + }, + "ProjectHost": { + "label": "", + "description": "" + }, + "PropertyInsurer": { + "label": "", + "description": "" + }, + "RECOfftaker": { + "label": "", + "description": "" + }, + "RegionalTransmissionOperatorasAuthorityHavingJurisdiction": { + "label": "", + "description": "" + }, + "SchedulingCoordinator": { + "label": "", + "description": "" + }, + "SiteOwnerSiteControl": { + "label": "", + "description": "" + }, + "SiteSecurityCompany": { + "label": "", + "description": "" + }, + "Subcontractor": { + "label": "", + "description": "" + }, + "SubcontractorContractorInstaller": { + "label": "", + "description": "" + }, + "Surety": { + "label": "", + "description": "" + }, + "TaxAttorney": { + "label": "", + "description": "" + }, + "TaxConsultant": { + "label": "", + "description": "" + }, + "TaxequityInvestor": { + "label": "", + "description": "" + }, + "TelecomProvider": { + "label": "", + "description": "" + }, + "TransmissionConsultant": { + "label": "", + "description": "" + }, + "Trustee": { + "label": "", + "description": "" + }, + "UmbrellaExcessLiabilityInsurer": { + "label": "", + "description": "" + }, + "Utility": { + "label": "", + "description": "" + }, + "WeatherDataProvider": { + "label": "", + "description": "" + }, + "WorkersCompensationInsurer": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectAssetTypeItemType": { + "description": "", + "enums": { + "Wind": { + "label": "", + "description": "" + }, + "Solar": { + "label": "", + "description": "" + }, + "SolarPlusStorage": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectClassItemType": { + "description": "", + "enums": { + "UtilityScale": { + "label": "", + "description": "" + }, + "DistributedGeneration": { + "label": "", + "description": "" + }, + "CommunitySolar": { + "label": "", + "description": "" + }, + "Residential": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectInterconnectionItemType": { + "description": "", + "enums": { + "BehindtheMeter": { + "label": "", + "description": "" + }, + "VirtualNetMeter": { + "label": "", + "description": "" + }, + "InFrontofMeter": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectStageItemType": { + "description": "", + "enums": { + "UnderDevelopment": { + "label": "", + "description": "" + }, + "InConstruction": { + "label": "", + "description": "" + }, + "InOperation": { + "label": "", + "description": "" + } + } + }, + "solar-types:investmentStatusItemType": { + "description": "", + "enums": { + "Awarded": { + "label": "", + "description": "" + }, + "Committed": { + "label": "", + "description": "" + }, + "PartialFunding": { + "label": "", + "description": "" + }, + "FullyFunded": { + "label": "", + "description": "" + } + } + }, + "solar-types:regulatoryFacilityItemType": { + "description": "", + "enums": { + "QF": { + "label": "", + "description": "" + }, + "EWG": { + "label": "", + "description": "" + }, + "NA": { + "label": "", + "description": "" + } + } + }, + "solar-types:regulatoryApprovalStatusItemType": { + "description": "", + "enums": { + "NotSubmitted": { + "label": "", + "description": "" + }, + "Submitted": { + "label": "", + "description": "" + }, + "Approved": { + "label": "", + "description": "" + }, + "Declined": { + "label": "", + "description": "" + } + } + }, + "solar-types:hedgeItemType": { + "description": "", + "enums": { + "Swap": { + "label": "", + "description": "" + }, + "RevenuePut": { + "label": "", + "description": "" + }, + "CfD": { + "label": "", + "description": "" + }, + "None": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:divisionStateApprovalStatusItemType": { + "description": "", + "enums": { + "NotSubmitted": { + "label": "", + "description": "" + }, + "Submitted": { + "label": "", + "description": "" + }, + "Conditional": { + "label": "", + "description": "" + }, + "FinalApproval": { + "label": "", + "description": "" + }, + "NotApplicable": { + "label": "", + "description": "" + } + } + }, + "solar-types:feeStatusItemType": { + "description": "", + "enums": { + "NotApplicable": { + "label": "", + "description": "" + }, + "NotDue": { + "label": "", + "description": "" + }, + "Overdue": { + "label": "", + "description": "" + }, + "PartiallyPaid": { + "label": "", + "description": "" + }, + "FullyPaid": { + "label": "", + "description": "" + } + } + }, + "solar-types:zoningPermitPropertyItemType": { + "description": "", + "enums": { + "Plant": { + "label": "", + "description": "" + }, + "GenTieLine": { + "label": "", + "description": "" + }, + "Substation": { + "label": "", + "description": "" + } + } + }, + "solar-types:energyBudgetPhaseItemType": { + "description": "", + "enums": { + "Closing": { + "label": "", + "description": "" + }, + "InitialFunding": { + "label": "", + "description": "" + }, + "FinalFunding": { + "label": "", + "description": "" + } + } + }, + "solar-types:titlePolicyInsuranceItemType": { + "description": "", + "enums": { + "NotApplicable": { + "label": "", + "description": "" + }, + "NotIssued": { + "label": "", + "description": "" + }, + "ProForma": { + "label": "", + "description": "" + }, + "Final": { + "label": "", + "description": "" + } + } + }, + "solar-types:aLTASurveyItemType": { + "description": "", + "enums": { + "Notapplicable": { + "label": "", + "description": "" + }, + "NotReceived": { + "label": "", + "description": "" + }, + "Preliminary": { + "label": "", + "description": "" + }, + "Final": { + "label": "", + "description": "" + } + } + }, + "solar-types:batteryConnectionItemType": { + "description": "", + "enums": { + "DC_Coupled": { + "label": "", + "description": "" + }, + "AC_Coupled": { + "label": "", + "description": "" + } + } + }, + "solar-types:employeeRoleItemType": { + "description": "", + "enums": { + "Fund": { + "label": "", + "description": "" + }, + "Project": { + "label": "", + "description": "" + } + } + }, + "solar-types:employeeLevelItemType": { + "description": "", + "enums": { + "Lead": { + "label": "", + "description": "" + }, + "Support": { + "label": "", + "description": "" + } + } + }, + "solar-types:approvalRequestItemType": { + "description": "", + "enums": { + "Notsubmitted": { + "label": "", + "description": "" + }, + "Submitted": { + "label": "", + "description": "" + }, + "ConditionalApproval": { + "label": "", + "description": "" + }, + "FinalApproval": { + "label": "", + "description": "" + }, + "Declined": { + "label": "", + "description": "" + } + } + }, + "solar-types:creditSupportStatusItemType": { + "description": "", + "enums": { + "NotDue": { + "label": "", + "description": "" + }, + "OverDue": { + "label": "", + "description": "" + }, + "Granted": { + "label": "", + "description": "" + }, + "Expired": { + "label": "", + "description": "" + } + } + }, + "solar-types:securityInterestItemType": { + "description": "", + "enums": { + "Mortgage": { + "label": "", + "description": "" + }, + "DeedofTrust": { + "label": "", + "description": "" + }, + "Lien": { + "label": "", + "description": "" + }, + "Pledge": { + "label": "", + "description": "" + }, + "CollateralAssignment": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:assetSecuredItemType": { + "description": "", + "enums": { + "Land": { + "label": "", + "description": "" + }, + "MembershipInterest": { + "label": "", + "description": "" + }, + "Contract": { + "label": "", + "description": "" + }, + "BankAccount": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:securityInterestStatusItemType": { + "description": "", + "enums": { + "NotDue": { + "label": "", + "description": "" + }, + "OverDue": { + "label": "", + "description": "" + }, + "Granted": { + "label": "", + "description": "" + }, + "Expired": { + "label": "", + "description": "" + } + } + }, + "solar-types:inverterPhaseItemType": { + "description": "", + "enums": { + "SinglePhase": { + "label": "", + "description": "" + }, + "ThreePhaseWYE": { + "label": "", + "description": "" + }, + "ThreePhaseDelta": { + "label": "", + "description": "" + } + } + }, + "solar-types:approvalStatusItemType": { + "description": "", + "enums": { + "Closed": { + "label": "", + "description": "" + }, + "Open": { + "label": "", + "description": "" + } + } + }, + "solar-types:DERItemType": { + "description": "", + "enums": { + "PVSystem": { + "label": "", + "description": "" + }, + "Storage": { + "label": "", + "description": "" + }, + "PVStorage": { + "label": "", + "description": "" + }, + "Wind": { + "label": "", + "description": "" + }, + "EVChargingStation": { + "label": "", + "description": "" + } + } + }, + "solar-types:environmentalConditionsItemType": { + "description": "", + "enums": { + "Pollen": { + "label": "", + "description": "" + }, + "HighWind": { + "label": "", + "description": "" + }, + "Hail": { + "label": "", + "description": "" + }, + "SaltAir": { + "label": "", + "description": "" + }, + "DieselSoot": { + "label": "", + "description": "" + }, + "IndustrialEmmissions": { + "label": "", + "description": "" + }, + "BirdPopulations": { + "label": "", + "description": "" + }, + "Dust": { + "label": "", + "description": "" + }, + "HighInsolation": { + "label": "", + "description": "" + } + } + }, + "solar-types:optimizerTypeItemType": { + "description": "", + "enums": { + "Standalone": { + "label": "", + "description": "" + }, + "Attached": { + "label": "", + "description": "" + }, + "Embedded": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:systemAvailabilityModeItemType": { + "description": "", + "enums": { + "Emergency": { + "label": "", + "description": "" + }, + "Environment": { + "label": "", + "description": "" + }, + "Forced": { + "label": "", + "description": "" + }, + "Grid": { + "label": "", + "description": "" + }, + "Islanded": { + "label": "", + "description": "" + }, + "Shutdown": { + "label": "", + "description": "" + }, + "Standby": { + "label": "", + "description": "" + } + } + }, + "solar-types:mountingItemType": { + "description": "", + "enums": { + "Attached": { + "label": "", + "description": "" + }, + "Ballasted": { + "label": "", + "description": "" + }, + "BIPV": { + "label": "", + "description": "" + }, + "Pole_Pier": { + "label": "", + "description": "" + } + } + }, + "solar-types:roofSlopeItemType": { + "description": "", + "enums": { + "Flat": { + "label": "", + "description": "" + }, + "Sloped": { + "label": "", + "description": "" + }, + "Steep": { + "label": "", + "description": "" + } + } + }, + "solar-types:roofItemType": { + "description": "", + "enums": { + "AsphaltShingle": { + "label": "", + "description": "" + }, + "BuiltUpBituminous": { + "label": "", + "description": "" + }, + "CompositeShingle": { + "label": "", + "description": "" + }, + "EthylenePropyleneDieneTerpolymer": { + "label": "", + "description": "" + }, + "MetalRoof": { + "label": "", + "description": "" + }, + "PolyVinylChloride": { + "label": "", + "description": "" + }, + "SBS": { + "label": "", + "description": "" + }, + "Slate": { + "label": "", + "description": "" + }, + "ThermoplasticPolyolefin": { + "label": "", + "description": "" + }, + "TileConcrete": { + "label": "", + "description": "" + }, + "TileRoof": { + "label": "", + "description": "" + }, + "WoodShingle": { + "label": "", + "description": "" + } + } + }, + "solar-types:systemOperationalStatusItemType": { + "description": "", + "enums": { + "Operational": { + "label": "", + "description": "" + }, + "UnderMaintenance": { + "label": "", + "description": "" + }, + "CommunicationFailure": { + "label": "", + "description": "" + }, + "Decommissioned": { + "label": "", + "description": "" + } + } + }, + "solar-types:communicationProtocolItemType": { + "description": "", + "enums": { + "Modbus": { + "label": "", + "description": "" + }, + "Zigbee": { + "label": "", + "description": "" + }, + "WIFI": { + "label": "", + "description": "" + }, + "Ethernet": { + "label": "", + "description": "" + } + } + }, + "solar-types:reserveCollateralItemType": { + "description": "", + "enums": { + "LetterofCredit": { + "label": "", + "description": "" + }, + "Cash": { + "label": "", + "description": "" + } + } + }, + "solar-types:gISFileFormatItemType": { + "description": "", + "enums": { + "GEOJson": { + "label": "", + "description": "" + }, + "Shapefile": { + "label": "", + "description": "" + }, + "KML": { + "label": "", + "description": "" + }, + "GML": { + "label": "", + "description": "" + } + } + }, + "solar-types:reserveUseItemType": { + "description": "", + "enums": { + "Rent": { + "label": "", + "description": "" + }, + "Maintenance": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:deviceItemType": { + "description": "", + "enums": { + "ModuleMember": { + "label": "", + "description": "" + }, + "OptimizerMember": { + "label": "", + "description": "" + }, + "DCDisconnectSwitchMember": { + "label": "", + "description": "" + }, + "ACDisconnectSwitchMember": { + "label": "", + "description": "" + }, + "InverterMember": { + "label": "", + "description": "" + }, + "TrackerMember": { + "label": "", + "description": "" + }, + "CombinerMember": { + "label": "", + "description": "" + }, + "MetStationMember": { + "label": "", + "description": "" + }, + "TransformerMember": { + "label": "", + "description": "" + }, + "BatteryMember": { + "label": "", + "description": "" + }, + "BatteryManagementSystemMember": { + "label": "", + "description": "" + }, + "LoggerMember": { + "label": "", + "description": "" + }, + "MeterMember": { + "label": "", + "description": "" + }, + "StringMember": { + "label": "", + "description": "" + }, + "MountingMember": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectPhaseItemType": { + "description": "", + "enums": { + "Pre_Construction": { + "label": "", + "description": "" + }, + "EarlyConstruction": { + "label": "", + "description": "" + }, + "PeriodicThroughoutConstruction": { + "label": "", + "description": "" + }, + "InitialFundingMechanicalCompletion": { + "label": "", + "description": "" + }, + "Post_Funding": { + "label": "", + "description": "" + } + } + }, + "solar-types:componentMaintenanceEventItemType": { + "description": "", + "enums": { + "Repair": { + "label": "", + "description": "" + }, + "Replace": { + "label": "", + "description": "" + } + } + }, + "solar-types:financialContractItemType": { + "description": "", + "enums": { + "Lease": { + "label": "", + "description": "" + }, + "PPA": { + "label": "", + "description": "" + }, + "Cash": { + "label": "", + "description": "" + }, + "Upfront": { + "label": "", + "description": "" + }, + "PSA": { + "label": "", + "description": "" + }, + "Unknown": { + "label": "", + "description": "" + } + } + }, + "solar-types:climateClassificationKoppenItemType": { + "description": "", + "enums": { + "Tropicalmegathermalclimates": { + "label": "", + "description": "" + }, + "Tropicalrainforestclimate": { + "label": "", + "description": "" + }, + "Tropicalmonsoonclimate": { + "label": "", + "description": "" + }, + "Tropicalwetanddryorsavannaclimates": { + "label": "", + "description": "" + }, + "Drydesertandsemi_aridclimates": { + "label": "", + "description": "" + }, + "Temperatemesothermalclimates": { + "label": "", + "description": "" + }, + "Mediterraneanclimates": { + "label": "", + "description": "" + }, + "Humidsubtropicalclimates": { + "label": "", + "description": "" + }, + "Oceanicclimates": { + "label": "", + "description": "" + }, + "Highlandclimates": { + "label": "", + "description": "" + }, + "Continentalmicrothermalclimates": { + "label": "", + "description": "" + }, + "Hotsummercontinentalclimates": { + "label": "", + "description": "" + }, + "Warmsummercontinentalorhemiborealclimates": { + "label": "", + "description": "" + }, + "Subarcticorborealclimates": { + "label": "", + "description": "" + }, + "Polarclimates": { + "label": "", + "description": "" + } + } + }, + "solar-types:financialTransactionItemType": { + "description": "", + "enums": { + "ACHSettlementCredit": { + "label": "", + "description": "" + }, + "BookTransferCredit": { + "label": "", + "description": "" + }, + "BookTransferDebit": { + "label": "", + "description": "" + }, + "ContributiontoPrincipalCash": { + "label": "", + "description": "" + }, + "Credit": { + "label": "", + "description": "" + }, + "CreditApplied": { + "label": "", + "description": "" + }, + "CustomerBill": { + "label": "", + "description": "" + }, + "CustomerPayment": { + "label": "", + "description": "" + }, + "CustomerPrepayment": { + "label": "", + "description": "" + }, + "ExpectedPrepayment": { + "label": "", + "description": "" + }, + "ExpectedRebate": { + "label": "", + "description": "" + }, + "FundRebate": { + "label": "", + "description": "" + }, + "LeaseInsurance": { + "label": "", + "description": "" + }, + "LeaseManagementFee": { + "label": "", + "description": "" + }, + "LeaseMiscellaneousExpenses": { + "label": "", + "description": "" + }, + "LeaseOperationsandMaintenance": { + "label": "", + "description": "" + }, + "LeaseTransactionManagerFee": { + "label": "", + "description": "" + }, + "OperatingExpenses": { + "label": "", + "description": "" + }, + "PPAInsurance": { + "label": "", + "description": "" + }, + "PPAManagementFee": { + "label": "", + "description": "" + }, + "PPAMiscellaneousExpenses": { + "label": "", + "description": "" + }, + "PPAOperationsandMaintenance": { + "label": "", + "description": "" + }, + "PPATransactionManagerFee": { + "label": "", + "description": "" + }, + "PrincipalCashPaidtoBeneficiary": { + "label": "", + "description": "" + }, + "RemoteDepositCredit": { + "label": "", + "description": "" + }, + "TellerDepositCredit": { + "label": "", + "description": "" + } + } + }, + "solar-types:distributedGenOrUtilityScaleItemType": { + "description": "", + "enums": { + "DistributedGeneration": { + "label": "", + "description": "" + }, + "UtilityScale": { + "label": "", + "description": "" + } + } + }, + "solar-types:sparePartsStatusItemType": { + "description": "", + "enums": { + "Sufficient": { + "label": "", + "description": "" + }, + "Insufficient": { + "label": "", + "description": "" + } + } + }, + "solar-types:preventiveMaintenanceTaskStatusItemType": { + "description": "", + "enums": { + "Complete": { + "label": "", + "description": "" + }, + "Incomplete": { + "label": "", + "description": "" + } + } + }, + "solar-types:eventSeverityItemType": { + "description": "", + "enums": { + "Low": { + "label": "", + "description": "" + }, + "Moderate": { + "label": "", + "description": "" + }, + "High": { + "label": "", + "description": "" + } + } + }, + "solar-types:mORLevelItemType": { + "description": "", + "enums": { + "SiteLevel": { + "label": "", + "description": "" + }, + "FundLevel": { + "label": "", + "description": "" + }, + "ProjectLevel": { + "label": "", + "description": "" + } + } + }, + "solar-types:batteryChemistryItemType": { + "description": "", + "enums": { + "LiOn": { + "label": "", + "description": "" + }, + "Pb": { + "label": "", + "description": "" + }, + "NiCad": { + "label": "", + "description": "" + } + } + }, + "solar-types:insuranceItemType": { + "description": "", + "enums": { + "Liability": { + "label": "", + "description": "" + }, + "Property": { + "label": "", + "description": "" + }, + "CommercialGeneralLiability": { + "label": "", + "description": "" + }, + "BusinessInterruption": { + "label": "", + "description": "" + }, + "PropertyCasualty": { + "label": "", + "description": "" + }, + "Casualty": { + "label": "", + "description": "" + }, + "WorkmansCompensation": { + "label": "", + "description": "" + }, + "EnergyProduction": { + "label": "", + "description": "" + }, + "Performance": { + "label": "", + "description": "" + }, + "Universal": { + "label": "", + "description": "" + }, + "Warranty": { + "label": "", + "description": "" + }, + "SuretyAdvancePaymentBond": { + "label": "", + "description": "" + }, + "SuretyEngineeringProcurementConstructionSuretyPaymentBond": { + "label": "", + "description": "" + }, + "SuretyEngineeringProcurementConstructionPaymentBondWithSolarModuleSupplierSublimitsAsDualObligee": { + "label": "", + "description": "" + }, + "SuretyInterconnectionPaymentBond": { + "label": "", + "description": "" + }, + "SuretyOnBillFinanceEnergyEfficiencyUpgrades": { + "label": "", + "description": "" + }, + "SuretyUtilityPaymentBond": { + "label": "", + "description": "" + }, + "SuretyOnBillFinanceSolarProjectsUtilityPaymentBond": { + "label": "", + "description": "" + }, + "SuretyPowerPurchaseAgreementSuretyPaymentBond": { + "label": "", + "description": "" + }, + "SuretySolarFacilityDecommissioningBond": { + "label": "", + "description": "" + }, + "SuretySolarModulePaymentBond": { + "label": "", + "description": "" + }, + "SuretySolarModuleSupplyBond": { + "label": "", + "description": "" + }, + "SuretySolarModuleWarrantySecurityBond": { + "label": "", + "description": "" + }, + "ElectronicSuretyBondProviderModuleWarrantySecurity": { + "label": "", + "description": "" + }, + "ElectronicSuretyBondProviderPowerPurchaseAgreementPaymentBond": { + "label": "", + "description": "" + } + } + }, + "solar-types:uuidItemType": { + "description": "", + "enums": { + "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})": { + "label": "", + "description": "" + } + } + }, + "solar-types:uuidXbrlItemType": { + "description": "", + "enums": { + "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})": { + "label": "", + "description": "" + } + } + } + }, + "x-ob-item-type-groups": {} } \ No newline at end of file diff --git a/src/assets/master_files/Master-Solar-Taxonomy.json b/src/assets/master_files/Master-Solar-Taxonomy.json index 60e408d..1851fec 100644 --- a/src/assets/master_files/Master-Solar-Taxonomy.json +++ b/src/assets/master_files/Master-Solar-Taxonomy.json @@ -1,8 +1,8 @@ { "openapi": "3.0.0", "info": { - "version": "1.0.0", - "title": "Solar Taxonomy 2020-04-01", + "version": "1.1.0", + "title": "Solar Taxonomy 2021-03-06", "description": "Master Solar Taxonomy OB OpenAPI Definition File" }, "paths": {}, @@ -17,8 +17,6 @@ "type": "object", "description": "Table used to capture information about Accounts Receivables balances in various stages of aging by customer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27,7 +25,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -40,8 +39,6 @@ "type": "object", "description": "End date of the construction monitoring report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50,7 +47,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63,8 +61,6 @@ "type": "object", "description": "Used as an identifier for outstanding balance amounts on customer accounts at different stages of aging, for example, current, past due 30 days, past due 60 days.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73,7 +69,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86,8 +83,6 @@ "type": "object", "description": "Used as an identifier for outstanding balance amounts on customer accounts at different stages of aging, for example, current, past due 30 days, past due 60 days.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96,7 +91,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -109,8 +105,6 @@ "type": "object", "description": "Represents the total outstanding balance for customer accounts.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119,7 +113,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132,8 +127,6 @@ "type": "object", "description": "Represents the current balance for customer accounts.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142,7 +135,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -155,8 +149,6 @@ "type": "object", "description": "Represents the total outstanding balance for customer accounts that are past due between 1 and 30 days.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165,7 +157,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -178,8 +171,6 @@ "type": "object", "description": "Represents the total outstanding balance for customer accounts that are past due between 31 and 60 days.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -188,7 +179,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -201,8 +193,6 @@ "type": "object", "description": "Represents the total outstanding balance for customer accounts that are past due between 61 and 90 days.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -211,7 +201,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -224,8 +215,6 @@ "type": "object", "description": "Represents the total outstanding balance for customer accounts that are past due between 91 and 120 days.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -234,7 +223,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -247,8 +237,6 @@ "type": "object", "description": "Represents the total outstanding balance for customer accounts that are past due over 120 days.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -257,7 +245,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -270,8 +259,6 @@ "type": "object", "description": "Used to collect information about customer accounts that have outstanding balances.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -280,7 +267,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -293,8 +281,6 @@ "type": "object", "description": "Name of the customer with an outstanding balance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -303,7 +289,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -316,8 +303,6 @@ "type": "object", "description": "Device separating the inverter from the electrical grid.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -326,7 +311,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -339,8 +325,6 @@ "type": "object", "description": "Active (real) Energy Performance Index measurement during times when the system is functioning (offline times removed) as in IEC 61724-3 Section 6.8, calculated as measured energy divided by expected energy.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -349,7 +333,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -362,10 +347,6 @@ "type": "object", "description": "Actual estimated cost of future low performance during period of the capacity test in currency/kWdc.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -374,7 +355,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -387,10 +369,6 @@ "type": "object", "description": "Actual cost of penalties for low performance during period of the capacity test in currency/kWdc.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -399,7 +377,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -412,10 +391,6 @@ "type": "object", "description": "Actual cost of penalties due to unavailability during period of the availability test in currency/kWh.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -424,7 +399,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -437,10 +413,6 @@ "type": "object", "description": "Actual cost of penalties and low performance during period of the test in currency/W.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -449,7 +421,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -462,10 +435,6 @@ "type": "object", "description": "Actual estimated cost for future lost revenue from lost energy generation during period of the availability test in currency/kWh.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -474,7 +443,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -487,8 +457,6 @@ "type": "object", "description": "Information about the Advisor Invoices for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -497,7 +465,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -510,8 +479,6 @@ "type": "object", "description": "Indicates if the Advisor Invoices is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -520,7 +487,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -533,8 +501,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Advisor Invoices or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -543,7 +509,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -556,8 +523,6 @@ "type": "object", "description": "Indicates if the Advisor Invoices is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -566,7 +531,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -579,8 +545,6 @@ "type": "object", "description": "Names of counterparties to the Advisor Invoices.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -589,7 +553,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -602,8 +567,6 @@ "type": "object", "description": "Link to the Advisor Invoices document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -612,7 +575,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -625,8 +589,6 @@ "type": "object", "description": "Link to the Pro Forma document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -635,7 +597,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -648,8 +611,6 @@ "type": "object", "description": "Effective date of the Advisor Invoices.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -658,7 +619,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -671,8 +633,6 @@ "type": "object", "description": "Description of any exceptions to the Advisor Invoices or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -681,7 +641,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -694,8 +655,6 @@ "type": "object", "description": "Expiration date of the Advisor Invoices.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -704,7 +663,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -717,8 +677,6 @@ "type": "object", "description": "Percentage of kWh lost due to atmospheric aerosol particles, including water vapor or fog, smoke from wildfires or agricultural burning, and air pollution due to urban proximity of system, for a typical meteorological year, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -727,7 +685,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -740,8 +699,6 @@ "type": "object", "description": "Percentage of kWh lost due to atmospheric aerosol particles, including water vapor or fog, smoke from wildfires or agricultural burning, and air pollution due to urban proximity of system, for a typical meteorological month, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -750,7 +707,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -763,8 +721,6 @@ "type": "object", "description": "Identifier for Asset Management Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -773,7 +729,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -786,8 +743,6 @@ "type": "object", "description": "Identifier for Construction Loan Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -796,7 +751,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -809,8 +765,6 @@ "type": "object", "description": "Identifier for Engineering Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -819,7 +773,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -832,8 +787,6 @@ "type": "object", "description": "Identifier for Equity Capital Contribution Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -842,7 +795,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -855,8 +809,6 @@ "type": "object", "description": "Identifier for the Equity Contribution Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -865,7 +817,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -878,8 +831,6 @@ "type": "object", "description": "Identifier for Hedge Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -888,7 +839,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -901,8 +853,6 @@ "type": "object", "description": "Identifier for Individual Contractor Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -911,7 +861,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -924,8 +875,6 @@ "type": "object", "description": "Identifier for Lease Schedule", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -934,7 +883,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -947,8 +897,6 @@ "type": "object", "description": "Identifier for Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -957,7 +905,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -970,8 +919,6 @@ "type": "object", "description": "Identifier for Master Lease Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -980,7 +927,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -993,8 +941,6 @@ "type": "object", "description": "Identifier for Membership Interest Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1003,7 +949,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1016,8 +963,6 @@ "type": "object", "description": "Identifier for Operations and Maintenance Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1026,7 +971,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1039,8 +985,6 @@ "type": "object", "description": "Identifier for Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1049,7 +993,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1062,8 +1007,6 @@ "type": "object", "description": "Identifier for Site Lease Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1072,7 +1015,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1085,8 +1029,6 @@ "type": "object", "description": "Identifier for Site Permit", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1095,7 +1037,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1108,8 +1051,6 @@ "type": "object", "description": "Identifier for Term Loan Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1118,7 +1059,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1131,8 +1073,6 @@ "type": "object", "description": "Identifier for Supplemental Report Review Of Local Tax Review", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1141,7 +1081,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1154,8 +1095,6 @@ "type": "object", "description": "Identifier for Supplemental Report Review Of Insurance Review.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1164,7 +1103,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1177,8 +1117,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Supplemental Report Review Of Insurance Review.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1187,7 +1125,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1200,8 +1139,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Supplemental Report Review Of Local Tax Review.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1210,7 +1147,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1223,8 +1161,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Asset Management Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1233,7 +1169,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1246,8 +1183,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Construction Loan Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1256,7 +1191,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1269,8 +1205,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Engineering Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1279,7 +1213,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1292,8 +1227,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Equity Capital Contribution Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1302,7 +1235,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1315,8 +1249,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Equity Contribution Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1325,7 +1257,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1338,8 +1271,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Hedge Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1348,7 +1279,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1361,8 +1293,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Individual Contractor Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1371,7 +1301,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1384,8 +1315,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Lease Schedule.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1394,7 +1323,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1407,8 +1337,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1417,7 +1345,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1430,8 +1359,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Master Lease Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1440,7 +1367,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1453,8 +1381,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Membership Interest Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1463,7 +1389,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1476,8 +1403,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Operations and Maintenance Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1486,7 +1411,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1499,8 +1425,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Power Purchase Agreement", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1509,7 +1433,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1522,8 +1447,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Site Lease Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1532,7 +1455,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1545,8 +1469,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Site Permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1555,7 +1477,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1568,8 +1491,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Term Loan Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1578,7 +1499,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1591,8 +1513,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Monitoring Contract Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1601,7 +1521,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1614,8 +1535,6 @@ "type": "object", "description": "Identifier for Monitoring Contract Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1624,7 +1543,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1637,8 +1557,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Breakage Fee Side Letter Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1647,7 +1565,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1660,8 +1579,6 @@ "type": "object", "description": "Identifier for Breakage Fee Side Letter Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1670,7 +1587,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1683,8 +1601,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Continuity Of Operations Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1693,7 +1609,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1706,8 +1623,6 @@ "type": "object", "description": "Identifier for Continuity Of Operations Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1716,7 +1631,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1729,8 +1645,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Master Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1739,7 +1653,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1752,8 +1667,6 @@ "type": "object", "description": "Identifier for Master Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1762,7 +1675,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1775,8 +1689,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Master Services Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1785,7 +1697,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1798,8 +1711,6 @@ "type": "object", "description": "Identifier for Master Services Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1808,7 +1719,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1821,8 +1733,6 @@ "type": "object", "description": "Identifier for Interconnection Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1831,7 +1741,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1844,8 +1755,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Interconnection Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1854,7 +1763,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1867,8 +1777,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Letter Of Credit Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1877,7 +1785,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1890,8 +1799,6 @@ "type": "object", "description": "Identifier for Letter Of Credit Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1900,7 +1807,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1913,8 +1821,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1923,7 +1829,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1936,8 +1843,6 @@ "type": "object", "description": "Identifier for Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1946,7 +1851,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1959,8 +1865,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Parent Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1969,7 +1873,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -1982,8 +1887,6 @@ "type": "object", "description": "Identifier for Parent Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -1992,7 +1895,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2005,8 +1909,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Performance Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2015,7 +1917,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2028,8 +1931,6 @@ "type": "object", "description": "Identifier for Performance Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2038,7 +1939,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2051,8 +1953,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Local Incentive Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2061,7 +1961,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2074,8 +1975,6 @@ "type": "object", "description": "Identifier for Local Incentive Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2084,7 +1983,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2097,8 +1997,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Developer Portfolio Performance Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2107,7 +2005,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2120,8 +2019,6 @@ "type": "object", "description": "Identifier for Developer Portfolio Performance Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2130,7 +2027,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2143,8 +2041,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Developer Project Performance Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2153,7 +2049,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2166,8 +2063,6 @@ "type": "object", "description": "Identifier for Developer Project Performance Guarantee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2176,7 +2071,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2189,8 +2085,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Exposure Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2199,7 +2093,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2212,8 +2107,6 @@ "type": "object", "description": "Identifier for Exposure Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2222,7 +2115,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2235,8 +2129,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Investment Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2245,7 +2137,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2258,8 +2151,6 @@ "type": "object", "description": "Identifier for Investment Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2268,7 +2159,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2281,8 +2173,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Notice Of Approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2291,7 +2181,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2304,8 +2195,6 @@ "type": "object", "description": "Identifier for Notice Of Approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2314,7 +2203,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2327,8 +2217,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Fund Proposal Request.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2337,7 +2225,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2350,8 +2239,6 @@ "type": "object", "description": "Identifier for Fund Proposal Request.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2360,7 +2247,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2373,8 +2261,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Independent Engineering Opinion Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2383,7 +2269,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2396,8 +2283,6 @@ "type": "object", "description": "Identifier for Independent Engineering Opinion Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2406,7 +2291,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2419,8 +2305,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Engineering Services Checklist.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2429,7 +2313,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2442,8 +2327,6 @@ "type": "object", "description": "Identifier for Engineering Services Checklist.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2452,7 +2335,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2465,8 +2349,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Module Factory Audit Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2475,7 +2357,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2488,8 +2371,6 @@ "type": "object", "description": "Identifier for Module Factory Audit Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2498,7 +2379,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2511,8 +2393,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Liability Insurance Certificate Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2521,7 +2401,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2534,8 +2415,6 @@ "type": "object", "description": "Identifier for Liability Insurance Certificate Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2544,7 +2423,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2557,8 +2437,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Property Insurance Certificate Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2567,7 +2445,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2580,8 +2459,6 @@ "type": "object", "description": "Identifier for Property Insurance Certificate Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2590,7 +2467,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2603,8 +2481,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Construction Contractor Notice Of Certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2613,7 +2489,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2626,8 +2503,6 @@ "type": "object", "description": "Identifier for Construction Contractor Notice Of Certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2636,7 +2511,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2649,8 +2525,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Installation Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2659,7 +2533,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2672,8 +2547,6 @@ "type": "object", "description": "Identifier for Installation Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2682,7 +2555,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2695,8 +2569,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Lien Waiver.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2705,7 +2577,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2718,8 +2591,6 @@ "type": "object", "description": "Identifier for Lien Waiver.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2728,7 +2599,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2741,8 +2613,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Notice Of Commercial Operation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2751,7 +2621,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2764,8 +2635,6 @@ "type": "object", "description": "Identifier for Notice Of Commercial Operation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2774,7 +2643,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2787,8 +2657,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Environmental Impact Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2797,7 +2665,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2810,8 +2679,6 @@ "type": "object", "description": "Identifier for Environmental Impact Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2820,7 +2687,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2833,8 +2701,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Commitment Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2843,7 +2709,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2856,8 +2723,6 @@ "type": "object", "description": "Identifier for Commitment Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2866,7 +2731,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2879,8 +2745,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Construction Monitoring Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2889,7 +2753,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2902,8 +2767,6 @@ "type": "object", "description": "Identifier for Construction Monitoring Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2912,7 +2775,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2925,8 +2789,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Term Sheet.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2935,7 +2797,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2948,8 +2811,6 @@ "type": "object", "description": "Identifier for Term Sheet.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2958,7 +2819,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2971,8 +2833,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Mechanical Completion Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -2981,7 +2841,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -2994,8 +2855,6 @@ "type": "object", "description": "Identifier for Mechanical Completion Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3004,7 +2863,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3017,8 +2877,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Substantial Completion Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3027,7 +2885,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3040,8 +2899,6 @@ "type": "object", "description": "Identifier for Substantial Completion Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3050,7 +2907,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3063,8 +2921,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Certificate Of Final Completion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3073,7 +2929,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3086,8 +2943,6 @@ "type": "object", "description": "Identifier for Certificate Of Final Completion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3096,7 +2951,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3109,8 +2965,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Module Accelerated Age Test Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3119,7 +2973,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3132,8 +2987,6 @@ "type": "object", "description": "Identifier for Module Accelerated Age Test Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3142,7 +2995,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3155,8 +3009,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Other Equipment Due Diligence Reports.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3165,7 +3017,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3178,8 +3031,6 @@ "type": "object", "description": "Identifier for Other Equipment Due Diligence Reports.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3188,7 +3039,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3201,8 +3053,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Insurance Consultant Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3211,7 +3061,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3224,8 +3075,6 @@ "type": "object", "description": "Identifier for Insurance Consultant Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3234,7 +3083,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3247,8 +3097,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Certificate Of Acceptance Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3257,7 +3105,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3270,8 +3119,6 @@ "type": "object", "description": "Identifier for Certificate Of Acceptance Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3280,7 +3127,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3293,8 +3141,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Notice And Payment Instructions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3303,7 +3149,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3316,8 +3163,6 @@ "type": "object", "description": "Identifier for Notice And Payment Instructions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3326,7 +3171,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3339,8 +3185,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3349,7 +3193,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3362,8 +3207,6 @@ "type": "object", "description": "Identifier for Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3372,7 +3215,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3385,8 +3229,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Easement Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3395,7 +3237,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3408,8 +3251,6 @@ "type": "object", "description": "Identifier for Easement Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3418,7 +3259,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3431,8 +3273,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Title Survey.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3441,7 +3281,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3454,8 +3295,6 @@ "type": "object", "description": "Identifier for Title Survey.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3464,7 +3303,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3477,8 +3317,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Environmental Assessment I.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3487,7 +3325,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3500,8 +3339,6 @@ "type": "object", "description": "Identifier for Environmental Assessment I.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3510,7 +3347,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3523,8 +3361,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Environmental Assessment II.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3533,7 +3369,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3546,8 +3383,6 @@ "type": "object", "description": "Identifier for Environmental Assessment II.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3556,7 +3391,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3569,8 +3405,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Local Incentive Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3579,7 +3413,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3592,8 +3427,6 @@ "type": "object", "description": "Identifier for Local Incentive Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3602,7 +3435,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3615,8 +3449,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Incentive Assignment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3625,7 +3457,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3638,8 +3471,6 @@ "type": "object", "description": "Identifier for Incentive Assignment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3648,7 +3479,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3661,8 +3493,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Independent Engineering Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3671,7 +3501,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3684,8 +3515,6 @@ "type": "object", "description": "Identifier for Independent Engineering Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3694,7 +3523,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3707,8 +3537,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Punch List.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3717,7 +3545,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3730,8 +3559,6 @@ "type": "object", "description": "Identifier for Punch List.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3740,7 +3567,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3753,8 +3581,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Bill Of Sale.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3763,7 +3589,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3776,8 +3603,6 @@ "type": "object", "description": "Identifier for Bill Of Sale.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3786,7 +3611,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3799,8 +3625,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Security Agreement Supplement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3809,7 +3633,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3822,8 +3647,6 @@ "type": "object", "description": "Identifier for Security Agreement Supplement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3832,7 +3655,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3845,8 +3669,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Appraisal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3855,7 +3677,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3868,8 +3691,6 @@ "type": "object", "description": "Identifier for Appraisal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3878,7 +3699,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3891,8 +3713,6 @@ "type": "object", "description": "Name of the company responsible for preparing the UCC Security Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3901,7 +3721,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3914,8 +3735,6 @@ "type": "object", "description": "Identifier for UCC Security Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3924,7 +3743,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3937,8 +3757,6 @@ "type": "object", "description": "Name of the company responsible for preparing the UCC Precautionary Lease Filing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3947,7 +3765,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3960,8 +3779,6 @@ "type": "object", "description": "Identifier for UCC Precautionary Lease Filing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3970,7 +3787,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -3983,8 +3801,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Certificates Of Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -3993,7 +3809,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4006,8 +3823,6 @@ "type": "object", "description": "Identifier for Certificates Of Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4016,7 +3831,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4029,8 +3845,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Closing Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4039,7 +3853,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4052,8 +3867,6 @@ "type": "object", "description": "Identifier for Closing Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4062,7 +3875,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4075,8 +3889,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Incumbency Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4085,7 +3897,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4098,8 +3911,6 @@ "type": "object", "description": "Identifier for Incumbency Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4108,7 +3919,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4121,8 +3933,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Tax Opinion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4131,7 +3941,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4144,8 +3955,6 @@ "type": "object", "description": "Identifier for Tax Opinion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4154,7 +3963,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4167,8 +3977,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Certificate Of Formation For Master Lessee, Lessee And Operator.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4177,7 +3985,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4190,8 +3999,6 @@ "type": "object", "description": "Identifier for Certificate Of Formation For Master Lessee, Lessee And Operator.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4200,7 +4007,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4213,8 +4021,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Board Resolution For Master Lessee, Lessee And Operator.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4223,7 +4029,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4236,8 +4043,6 @@ "type": "object", "description": "Identifier for Board Resolution For Master Lessee, Lessee And Operator.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4246,7 +4051,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4259,8 +4065,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Funding Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4269,7 +4073,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4282,8 +4087,6 @@ "type": "object", "description": "Identifier for Funding Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4292,7 +4095,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4305,8 +4109,6 @@ "type": "object", "description": "Name of the company responsible for preparing the UCC Tax, Lien and Judgment Lien Searches.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4315,7 +4117,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4328,8 +4131,6 @@ "type": "object", "description": "Identifier for UCC Tax, Lien and Judgment Lien Searches.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4338,7 +4139,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4351,8 +4153,6 @@ "type": "object", "description": "Name of the company responsible for preparing the LLCA Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4361,7 +4161,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4374,8 +4175,6 @@ "type": "object", "description": "Identifier for LLCA Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4384,7 +4183,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4397,8 +4197,6 @@ "type": "object", "description": "Name of the company responsible for preparing the LLC Registration.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4407,7 +4205,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4420,8 +4219,6 @@ "type": "object", "description": "Identifier for LLC Registration.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4430,7 +4227,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4443,8 +4241,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Building Inspection.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4453,7 +4249,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4466,8 +4263,6 @@ "type": "object", "description": "Identifier for Building Inspection.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4476,7 +4271,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4489,8 +4285,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Certificate Of Completion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4499,7 +4293,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4512,8 +4307,6 @@ "type": "object", "description": "Identifier for Certificate Of Completion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4522,7 +4315,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4535,8 +4329,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Electrical Inspection.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4545,7 +4337,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4558,8 +4351,6 @@ "type": "object", "description": "Identifier for Electrical Inspection.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4568,7 +4359,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4581,8 +4373,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Permission To Operate Interconnection Approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4591,7 +4381,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4604,8 +4395,6 @@ "type": "object", "description": "Identifier for Permission To Operate Interconnection Approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4614,7 +4403,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4627,8 +4417,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Pricing File.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4637,7 +4425,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4650,8 +4439,6 @@ "type": "object", "description": "Identifier for Pricing File.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4660,7 +4447,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4673,8 +4461,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Wiring Instructions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4683,7 +4469,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4696,8 +4483,6 @@ "type": "object", "description": "Identifier for Wiring Instructions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4706,7 +4491,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4719,8 +4505,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Assignment And Assumption Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4729,7 +4513,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4742,8 +4527,6 @@ "type": "object", "description": "Identifier for Assignment And Assumption Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4752,7 +4535,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4765,8 +4549,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Property Tax Exemption Opinion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4775,7 +4557,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4788,8 +4571,6 @@ "type": "object", "description": "Identifier for Property Tax Exemption Opinion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4798,7 +4579,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4811,8 +4593,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Site Lease Assignment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4821,7 +4601,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4834,8 +4615,6 @@ "type": "object", "description": "Identifier for Site Lease Assignment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4844,7 +4623,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4857,8 +4637,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Site Lease Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4867,7 +4645,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4880,8 +4659,6 @@ "type": "object", "description": "Identifier for Site Lease Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4890,7 +4667,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4903,8 +4681,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Approval Notice.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4913,7 +4689,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4926,8 +4703,6 @@ "type": "object", "description": "Identifier for Approval Notice.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4936,7 +4711,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4949,8 +4725,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Host Acknowledgement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4959,7 +4733,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4972,8 +4747,6 @@ "type": "object", "description": "Identifier for Host Acknowledgement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -4982,7 +4755,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -4995,8 +4769,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Interconnection Approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5005,7 +4777,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5018,8 +4791,6 @@ "type": "object", "description": "Identifier for Interconnection Approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5028,7 +4799,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5041,8 +4813,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Notice Of Commercial Operations Date.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5051,7 +4821,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5064,8 +4835,6 @@ "type": "object", "description": "Identifier for Notice Of Commercial Operations Date.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5074,7 +4843,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5087,8 +4857,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Operations And Maintenance Manual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5097,7 +4865,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5110,8 +4879,6 @@ "type": "object", "description": "Identifier for Operations And Maintenance Manual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5120,7 +4887,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5133,8 +4901,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Site License Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5143,7 +4909,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5156,8 +4923,6 @@ "type": "object", "description": "Identifier for Site License Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5166,7 +4931,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5179,8 +4945,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Renewable Energy Credit Buyer Acknowledgement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5189,7 +4953,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5202,8 +4967,6 @@ "type": "object", "description": "Identifier for Renewable Energy Credit Buyer Acknowledgement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5212,7 +4975,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5225,8 +4989,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Lessee Collateral Agency Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5235,7 +4997,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5248,8 +5011,6 @@ "type": "object", "description": "Identifier for Lessee Collateral Agency Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5258,7 +5019,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5271,8 +5033,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Membership Certificate Of Lessee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5281,7 +5041,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5294,8 +5055,6 @@ "type": "object", "description": "Identifier for Membership Certificate Of Lessee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5304,7 +5063,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5317,8 +5077,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Operator Guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5327,7 +5085,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5340,8 +5099,6 @@ "type": "object", "description": "Identifier for Operator Guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5350,7 +5107,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5363,8 +5121,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Membership Certificate Of Master Lessee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5373,7 +5129,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5386,8 +5143,6 @@ "type": "object", "description": "Identifier for Membership Certificate Of Master Lessee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5396,7 +5151,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5409,8 +5165,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Pledge Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5419,7 +5173,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5432,8 +5187,6 @@ "type": "object", "description": "Identifier for Pledge Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5442,7 +5195,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5455,8 +5209,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Lessee Security Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5465,7 +5217,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5478,8 +5231,6 @@ "type": "object", "description": "Identifier for Lessee Security Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5488,7 +5239,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5501,8 +5253,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Master Lessee Security Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5511,7 +5261,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5524,8 +5275,6 @@ "type": "object", "description": "Identifier for Master Lessee Security Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5534,7 +5283,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5547,8 +5297,6 @@ "type": "object", "description": "Identifier for Equipment Spec Sheets.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5557,7 +5305,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5570,8 +5319,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Equipment Warranties.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5580,7 +5327,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5593,8 +5341,6 @@ "type": "object", "description": "Identifier for Equipment Warranties.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5603,7 +5349,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5616,8 +5363,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Operations Manual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5626,7 +5371,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5639,8 +5385,6 @@ "type": "object", "description": "Identifier for Operations Manual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5649,7 +5393,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5662,8 +5407,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Advisor Invoices.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5672,7 +5415,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5685,8 +5429,6 @@ "type": "object", "description": "Identifier for Advisor Invoices.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5695,7 +5437,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5708,8 +5451,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Transmission Report and Curtailment Estimate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5718,7 +5459,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5731,8 +5473,6 @@ "type": "object", "description": "Identifier for Transmission Report and Curtailment Estimate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5741,7 +5481,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5754,8 +5495,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Supply Agreements.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5764,7 +5503,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5777,8 +5517,6 @@ "type": "object", "description": "Identifier for Supply Agreements.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5787,7 +5525,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5800,8 +5539,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Design And Construction Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5810,7 +5547,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5823,8 +5561,6 @@ "type": "object", "description": "Identifier for Design And Construction Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5833,7 +5569,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5846,8 +5583,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Operating Agreements For Master Lessee, Lessee And Operator.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5856,7 +5591,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5869,8 +5605,6 @@ "type": "object", "description": "Identifier for Operating Agreements For Master Lessee, Lessee And Operator.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5879,7 +5613,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5892,8 +5627,6 @@ "type": "object", "description": "Name of the company responsible for preparing the LLC Formation Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5902,7 +5635,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5915,8 +5649,6 @@ "type": "object", "description": "Identifier for LLC Formation Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5925,7 +5657,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5938,8 +5671,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Credit Report Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5948,7 +5679,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5961,8 +5693,6 @@ "type": "object", "description": "Identifier for Credit Report Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5971,7 +5701,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -5984,8 +5715,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Engineering Procurement And Construction Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -5994,7 +5723,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6007,8 +5737,6 @@ "type": "object", "description": "Identifier for Engineering Procurement And Construction Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6017,7 +5745,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6030,8 +5759,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Site Control Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6040,7 +5767,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6053,8 +5781,6 @@ "type": "object", "description": "Identifier for Site Control Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6063,7 +5789,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6076,8 +5803,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Vegetation Management Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6086,7 +5811,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6099,8 +5825,6 @@ "type": "object", "description": "Identifier for Vegetation Management Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6109,7 +5833,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6122,8 +5847,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Washing And Waste Management Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6132,7 +5855,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6145,8 +5869,6 @@ "type": "object", "description": "Identifier for Washing And Waste Management Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6155,7 +5877,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6168,8 +5891,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Pricing Model Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6178,7 +5899,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6191,8 +5913,6 @@ "type": "object", "description": "Identifier for Pricing Model Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6201,7 +5921,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6214,8 +5935,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Renewable Energy Credit Performance Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6224,7 +5943,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6237,8 +5957,6 @@ "type": "object", "description": "Identifier for Renewable Energy Credit Performance Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6247,7 +5965,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6260,8 +5979,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Lease Contract For Project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6270,7 +5987,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6283,8 +6001,6 @@ "type": "object", "description": "Identifier for Lease Contract For Project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6293,7 +6009,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6306,8 +6023,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Partnership Flip Contract For Project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6316,7 +6031,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6329,8 +6045,6 @@ "type": "object", "description": "Identifier for Partnership Flip Contract For Project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6339,7 +6053,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6352,8 +6067,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Sales Leaseback Contract For Project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6362,7 +6075,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6375,8 +6089,6 @@ "type": "object", "description": "Identifier for Sales Leaseback Contract For Project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6385,7 +6097,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6398,8 +6111,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Liability Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6408,7 +6119,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6421,8 +6133,6 @@ "type": "object", "description": "Identifier for Liability Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6431,7 +6141,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6444,8 +6155,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Property Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6454,7 +6163,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6467,8 +6177,6 @@ "type": "object", "description": "Identifier for Property Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6477,7 +6185,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6490,8 +6199,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Commercial General Liability Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6500,7 +6207,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6513,8 +6221,6 @@ "type": "object", "description": "Identifier for Commercial General Liability Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6523,7 +6229,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6536,8 +6243,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Business Interruption Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6546,7 +6251,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6559,8 +6265,6 @@ "type": "object", "description": "Identifier for Business Interruption Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6569,7 +6273,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6582,8 +6287,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Surety Bond Policy Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6592,7 +6295,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6605,8 +6309,6 @@ "type": "object", "description": "Identifier for Surety Bond Policy Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6615,7 +6317,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6628,8 +6331,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Casualty Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6638,7 +6339,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6651,8 +6353,6 @@ "type": "object", "description": "Identifier for Casualty Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6661,7 +6361,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6674,8 +6375,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Workers Compensation Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6684,7 +6383,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6697,8 +6397,6 @@ "type": "object", "description": "Identifier for Workers Compensation Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6707,7 +6405,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6720,8 +6419,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Universal Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6730,7 +6427,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6743,8 +6441,6 @@ "type": "object", "description": "Identifier for Universal Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6753,7 +6449,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6766,8 +6463,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Energy Production Insurance Policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6776,7 +6471,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6789,8 +6485,6 @@ "type": "object", "description": "Used to group a listing of information about Credit Support Amount.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6799,7 +6493,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6812,8 +6507,6 @@ "type": "object", "description": "Name of the company responsible for preparing the IECRE Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6822,7 +6515,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6835,8 +6529,6 @@ "type": "object", "description": "Identifier for IECRE Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6845,7 +6537,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6858,8 +6551,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Operations and Maintenance Subcontractor Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6868,7 +6559,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6881,8 +6573,6 @@ "type": "object", "description": "Identifier for Operations and Maintenance Subcontractor Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6891,7 +6581,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6904,8 +6595,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Security Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6914,7 +6603,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6927,8 +6617,6 @@ "type": "object", "description": "Identifier for Security Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6937,7 +6625,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6950,8 +6639,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Operator Performance Sponsor Guarantee Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6960,7 +6647,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6973,8 +6661,6 @@ "type": "object", "description": "Identifier for Operator Performance Sponsor Guarantee Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -6983,7 +6669,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -6996,8 +6683,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Operational Event Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7006,7 +6691,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7019,8 +6705,6 @@ "type": "object", "description": "Identifier for Operational Event Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7029,7 +6713,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7042,8 +6727,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Component Status Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7052,7 +6735,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7065,8 +6749,6 @@ "type": "object", "description": "Identifier for Component Status Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7075,7 +6757,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7088,8 +6771,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Construction Issues Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7098,7 +6779,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7111,8 +6793,6 @@ "type": "object", "description": "Identifier for Construction Issues Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7121,7 +6801,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7134,8 +6815,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Operational Issues Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7144,7 +6823,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7157,8 +6837,6 @@ "type": "object", "description": "Identifier for Operational Issues Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7167,7 +6845,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7180,8 +6859,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Lessee Claim Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7190,7 +6867,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7203,8 +6881,6 @@ "type": "object", "description": "Identifier for Lessee Claim Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7213,7 +6889,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7226,8 +6903,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Qualifying Facilities Self Certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7236,7 +6911,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7249,8 +6925,6 @@ "type": "object", "description": "Identifier for Qualifying Facilities Self Certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7259,7 +6933,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7272,8 +6947,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Estoppel Certificate Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7282,7 +6955,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7295,8 +6969,6 @@ "type": "object", "description": "Identifier for Estoppel Certificate Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7305,7 +6977,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7318,8 +6991,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Project Administration Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7328,7 +6999,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7341,8 +7013,6 @@ "type": "object", "description": "Identifier for Project Administration Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7351,7 +7021,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7364,8 +7035,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Co Tenancy Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7374,7 +7043,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7387,8 +7057,6 @@ "type": "object", "description": "Identifier for Co Tenancy Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7397,7 +7065,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7410,8 +7079,6 @@ "type": "object", "description": "Identifier for Equity Contribution Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7420,7 +7087,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7433,8 +7101,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Equity Contribution Guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7443,7 +7109,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7456,8 +7123,6 @@ "type": "object", "description": "Identifier for Equity Contribution Guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7466,7 +7131,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7479,8 +7145,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Assignment Of Interest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7489,7 +7153,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7502,8 +7167,6 @@ "type": "object", "description": "Identifier for Assignment Of Interest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7512,7 +7175,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7525,8 +7189,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Renewable Energy Credit Offtaker Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7535,7 +7197,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7548,8 +7211,6 @@ "type": "object", "description": "Identifier for Renewable Energy Credit Offtaker Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7558,7 +7219,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7571,8 +7233,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Financial Lease Schedule.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7581,7 +7241,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7594,8 +7255,6 @@ "type": "object", "description": "Identifier for Financial Lease Schedule.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7604,7 +7263,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7617,8 +7277,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Shared Facility Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7627,7 +7285,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7640,8 +7299,6 @@ "type": "object", "description": "Identifier for Shared Facility Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7650,7 +7307,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7663,8 +7321,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Closing Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7673,7 +7329,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7686,8 +7343,6 @@ "type": "object", "description": "Identifier for Closing Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7696,7 +7351,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7709,8 +7365,6 @@ "type": "object", "description": "Name of the company responsible for preparing the Monthly Operating Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7719,7 +7373,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7732,8 +7387,6 @@ "type": "object", "description": "Identifier for Monthly Operating Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7742,7 +7395,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7755,8 +7409,6 @@ "type": "object", "description": "Actual energy performance index including times when the system is not functioning as in IEC 61724-3 Section 6.8, calculated by measured energy divided by expected energy.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -7765,7 +7417,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -7778,202 +7431,16 @@ "type": "object", "description": "The amount of an allowance account used to record impairments to financial assets due to credit losses.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -7986,202 +7453,16 @@ "type": "object", "description": "Account balance for the project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -8194,12 +7475,6 @@ "type": "object", "description": "Ambient temperature used for the target conditions for the capacity measurement using IEC 61724-2. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8208,7 +7483,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8221,8 +7497,6 @@ "type": "object", "description": "Information about the American Land Title Association (ALTA) Survey.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8231,7 +7505,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8244,8 +7519,6 @@ "type": "object", "description": "Link to the American Land Title Association (ALTA) survey.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8254,7 +7527,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8267,8 +7541,6 @@ "type": "object", "description": "Name of the surveyor providing the American Land Title Association (ALTA) survey.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8277,7 +7549,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8290,13 +7563,6 @@ "type": "object", "description": "Status of the American Land Title Association Survey (ALTA).", "x-ob-item-type": "solar-types:aLTASurveyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not applicable", - "Not Received", - "Preliminary", - "Final" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8305,7 +7571,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8318,8 +7585,6 @@ "type": "object", "description": "Information about the appraisal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8328,7 +7593,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8341,8 +7607,6 @@ "type": "object", "description": "Indicates if the Appraisal is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8351,7 +7615,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8364,8 +7629,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Appraisal or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8374,7 +7637,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8387,8 +7651,6 @@ "type": "object", "description": "Indicates if the Appraisal is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8397,7 +7659,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8410,8 +7673,6 @@ "type": "object", "description": "Indicates if the appraisal considers the cost approach. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8420,7 +7681,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8433,8 +7695,6 @@ "type": "object", "description": "Names of counterparties to the Appraisal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8443,7 +7703,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8456,8 +7717,6 @@ "type": "object", "description": "Used to group a listing of information about the Appraisal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8466,7 +7725,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8479,8 +7739,6 @@ "type": "object", "description": "Link to the Appraisal document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8489,7 +7747,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8502,8 +7761,6 @@ "type": "object", "description": "Effective date of the Appraisal.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8512,7 +7769,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8525,8 +7783,6 @@ "type": "object", "description": "Date on which appraisal was entered / corrected.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8535,7 +7791,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8548,8 +7805,6 @@ "type": "object", "description": "Description of any exceptions to the Appraisal or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8558,7 +7813,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8571,8 +7827,6 @@ "type": "object", "description": "Expiration date of the Appraisal.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8581,7 +7835,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8594,8 +7849,6 @@ "type": "object", "description": "Used as the identifier for the Appraisal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8604,7 +7857,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8617,8 +7871,6 @@ "type": "object", "description": "Used as the identifier for the Appraisal.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8627,7 +7879,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8640,8 +7893,6 @@ "type": "object", "description": "Indicates if the appraisal considers the income approach. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -8650,7 +7901,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -8663,202 +7915,16 @@ "type": "object", "description": "Amount of the development fee as an input to the appraisal.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -8871,202 +7937,16 @@ "type": "object", "description": "Amount of the Engineering Procurement and Construction fee, as an input to the appraisal.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -9079,8 +7959,6 @@ "type": "object", "description": "The Investment Tax Credit-eligible basis for the plant.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9089,7 +7967,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9102,202 +7981,16 @@ "type": "object", "description": "The Investment Tax Credit-eligible amount for the storage component.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -9310,202 +8003,16 @@ "type": "object", "description": "The Investment Tax Credit-eligible amount for the plant.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -9518,17 +8025,6 @@ "type": "object", "description": "Useful life of storage system in years, as input to the appraisal.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9537,7 +8033,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9550,8 +8047,6 @@ "type": "object", "description": "Weighted average cost of capital under income approach as an input to the appraisal.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9560,7 +8055,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9573,8 +8069,6 @@ "type": "object", "description": "Indicates if the appraisal considers market comparables. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9583,7 +8077,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9596,8 +8091,6 @@ "type": "object", "description": "Description of the methodology for the appraisal, for example, average, lower of, or higher of.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9606,7 +8099,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9619,8 +8113,6 @@ "type": "object", "description": "Description of the source of the appraisal, for example, sponsor, internal or appraiser.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9629,7 +8121,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9642,8 +8135,6 @@ "type": "object", "description": "Identifies the stage of the appraisal, for example, closing, initial funding, final funding.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9652,7 +8143,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9665,8 +8157,6 @@ "type": "object", "description": "Identifies the status of the appraisal, for example, preliminary, indicative or final.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9675,7 +8165,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9688,8 +8179,6 @@ "type": "object", "description": "Identifier for an appraisal performed on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9698,7 +8187,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9711,8 +8201,6 @@ "type": "object", "description": "Represents information about appraisals used to value the system. Multiple appraisals can be performed; data about an individual appraisal may include source, status, stage, date, valuation method used, version, useful life of the plant and the storage system, as well as information about the ITC such as the amount of ITC for which the plant and storage system are eligible.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9721,7 +8209,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9734,8 +8223,6 @@ "type": "object", "description": "Description of the version of the appraisal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9744,7 +8231,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9757,8 +8245,6 @@ "type": "object", "description": "Used as the identifier for the appraised value.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9767,7 +8253,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9780,8 +8267,6 @@ "type": "object", "description": "Used to group a listing of information about the appraised value.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -9790,7 +8275,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -9803,202 +8289,16 @@ "type": "object", "description": "Total appraised value for the system at fair market value.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -10011,8 +8311,6 @@ "type": "object", "description": "Used as the identifier for the appraised value.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -10021,7 +8319,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -10034,8 +8333,6 @@ "type": "object", "description": "Used as the identifier for the appraised value.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -10044,7 +8341,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -10057,202 +8355,16 @@ "type": "object", "description": "Appraised value for the storage component.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -10265,202 +8377,16 @@ "type": "object", "description": "Appraised value for the total system based on the cost method.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -10473,202 +8399,16 @@ "type": "object", "description": "Appraised value for the total system based on the income method.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -10681,202 +8421,16 @@ "type": "object", "description": "Appraised value for the total system based on the market comparable method.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -10889,8 +8443,6 @@ "type": "object", "description": "Represents information about appraised values for a system including the appraisal identifier, valuation point and appraised values for the total system, the storage component, income value, cost value, and market comparative value for the total system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -10899,7 +8451,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -10912,202 +8465,16 @@ "type": "object", "description": "Appraised value as % of appraised value at commercial operations date.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -11120,8 +8487,6 @@ "type": "object", "description": "Point in time for which value is appraised, for example, at commercial operations date, at flip point, at PPA expiration.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11130,7 +8495,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11143,8 +8509,6 @@ "type": "object", "description": "Description of actions taken in response to the approval condition.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11153,7 +8517,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11166,8 +8531,6 @@ "type": "object", "description": "Identifier for the approval condition for an individual financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11176,7 +8539,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11189,8 +8553,6 @@ "type": "object", "description": "Description of the approval condition and possible follow up.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11199,7 +8561,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11212,8 +8575,6 @@ "type": "object", "description": "Identifier for the approval condition for an individual financing event.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11222,7 +8583,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11235,8 +8597,6 @@ "type": "object", "description": "Use to group a listing of information about the approval condition for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11245,7 +8605,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11258,11 +8619,6 @@ "type": "object", "description": "Status of the approval condition or follow up request, for example open or closed.", "x-ob-item-type": "solar-types:approvalStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Closed", - "Open" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11271,7 +8627,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11284,8 +8641,6 @@ "type": "object", "description": "Represents information about the approval condition for a financing event which can include a description of the condition or follow up item, action taken and status, for example, completed the full or partial capacity deliverability study.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11294,7 +8649,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11307,8 +8663,6 @@ "type": "object", "description": "Identifier for the approval memo for an individual financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11317,7 +8671,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11330,8 +8685,6 @@ "type": "object", "description": "Identifier for the approval memo for an individual financing event.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11340,7 +8693,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11353,8 +8707,6 @@ "type": "object", "description": "Use to group a listing of information about the approval memo for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11363,7 +8715,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11376,8 +8729,6 @@ "type": "object", "description": "Link to the approval memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11386,7 +8737,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11399,8 +8751,6 @@ "type": "object", "description": "Date on which the approval memo was submitted.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11409,7 +8759,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11422,8 +8773,6 @@ "type": "object", "description": "Represents information about the approval memo for a financing event which may include the a description of the memo, date and link to the memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11432,7 +8781,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11445,8 +8795,6 @@ "type": "object", "description": "Information about the Approval Notice for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11455,7 +8803,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11468,8 +8817,6 @@ "type": "object", "description": "Indicates if the Approval Notice is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11478,7 +8825,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11491,8 +8839,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Approval Notice or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11501,7 +8847,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11514,8 +8861,6 @@ "type": "object", "description": "Indicates if the Approval Notice is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11524,7 +8869,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11537,8 +8883,6 @@ "type": "object", "description": "Names of counterparties to the Approval Notice.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11547,7 +8891,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11560,8 +8905,6 @@ "type": "object", "description": "Link to the Approval Notice document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11570,7 +8913,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11583,8 +8927,6 @@ "type": "object", "description": "Effective date of the Approval Notice.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11593,7 +8935,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11606,8 +8949,6 @@ "type": "object", "description": "Description of any exceptions to the Approval Notice or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11616,7 +8957,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11629,8 +8971,6 @@ "type": "object", "description": "Expiration date of the Approval Notice.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11639,7 +8979,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11652,8 +8993,6 @@ "type": "object", "description": "Indication that proof of approval is available. If proof of approval is available, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11662,7 +9001,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11675,8 +9015,6 @@ "type": "object", "description": "Identifier for the approvals for an individual financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11685,7 +9023,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11698,8 +9037,6 @@ "type": "object", "description": "Date on which final approval was obtained.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11708,7 +9045,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11721,8 +9059,6 @@ "type": "object", "description": "Identifier for the approvals for an individual financing event.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11731,7 +9067,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11744,8 +9081,6 @@ "type": "object", "description": "Identifier for the employee granting approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11754,7 +9089,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11767,8 +9103,6 @@ "type": "object", "description": "Used to group a listing of information about the approvals for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11777,7 +9111,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11790,8 +9125,6 @@ "type": "object", "description": "Link to the proof of approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11800,7 +9133,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11813,8 +9147,6 @@ "type": "object", "description": "Identifier for the approval needed for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11823,7 +9155,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11836,8 +9169,6 @@ "type": "object", "description": "Information about the approvals needed for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11846,7 +9177,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11859,14 +9191,6 @@ "type": "object", "description": "Status of the approval request, for example Not Submitted, Submitted, Conditional Approval, Final Approval, Declined.", "x-ob-item-type": "solar-types:approvalRequestItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not submitted", - "Submitted", - "Conditional Approval", - "Final Approval", - "Declined" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11875,7 +9199,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11888,8 +9213,6 @@ "type": "object", "description": "Represents information about the approvals for a financing event which may include identifier for the financing event to which the approval applies, type of approval (for example for solar project finance, credit or special purpose entity), status of the approval request and date that final approval was received.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11898,7 +9221,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11911,8 +9235,6 @@ "type": "object", "description": "Description of the type of approval, for example Solar Project Finance, Line of Business, Credit, Special Purpose Entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11921,7 +9243,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11934,8 +9257,6 @@ "type": "object", "description": "Information about the array in an installation which can be a single array or a set of sub arrays. A sub array is a PV surface unit connected to an inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11944,7 +9265,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11957,8 +9279,6 @@ "type": "object", "description": "Number of sub arrays which are PV surface unit connected to an inverter.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11967,7 +9287,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -11980,16 +9301,6 @@ "type": "object", "description": "Area covered by all modules in the array.", "x-ob-item-type": "num:areaItemType", - "x-ob-unit": [ - "Acre", - "Square Foot", - "Square Mile", - "Square Yard", - "Hectare", - "Square km", - "Square metre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -11998,7 +9309,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12011,8 +9323,6 @@ "type": "object", "description": "Information about the Asset Management Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12021,7 +9331,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12034,8 +9345,6 @@ "type": "object", "description": "Indicates if the Asset Management Contract is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12044,7 +9353,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12057,8 +9367,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Asset Management Contract. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12067,7 +9375,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12080,8 +9389,6 @@ "type": "object", "description": "Identifier for the Asset Manager.", "x-ob-item-type": "dei:legalEntityIdentifierItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12090,7 +9397,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12103,8 +9411,6 @@ "type": "object", "description": "Indicates if the Asset Management Contract is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12113,7 +9419,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12126,8 +9433,6 @@ "type": "object", "description": "Name of the asset manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12136,7 +9441,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12149,8 +9455,6 @@ "type": "object", "description": "Link to the Asset Management Contract document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12159,7 +9463,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12172,8 +9477,6 @@ "type": "object", "description": "Description of any exceptions to the Asset Management Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12182,7 +9485,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12195,202 +9499,16 @@ "type": "object", "description": "Amount of actual asset management expenses.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -12403,202 +9521,16 @@ "type": "object", "description": "Amount of expected asset management expenses.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -12611,8 +9543,6 @@ "type": "object", "description": "Expiration date of the Asset Management Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12621,7 +9551,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12634,8 +9565,6 @@ "type": "object", "description": "Initiation date of the Asset Management Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12644,7 +9573,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12657,8 +9587,6 @@ "type": "object", "description": "Invoicing date of the Asset Management Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12667,7 +9595,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12680,8 +9609,6 @@ "type": "object", "description": "Payment terms for the Asset Management Contract agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12690,7 +9617,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12703,8 +9631,6 @@ "type": "object", "description": "Payment method for the Asset Management Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12713,7 +9639,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12726,10 +9653,6 @@ "type": "object", "description": "Price rate in currency per kWdc per year for the Asset Management Contract.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12738,7 +9661,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12751,202 +9675,16 @@ "type": "object", "description": "Rate for the Asset Management Contract.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -12959,8 +9697,6 @@ "type": "object", "description": "Escalator percent per year in the Asset Management Contract.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12969,7 +9705,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -12982,8 +9719,6 @@ "type": "object", "description": "Name of the subcontractor in the Asset Management Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -12992,7 +9727,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13005,8 +9741,6 @@ "type": "object", "description": "Description of scope of work to be performed by the subcontractor to the Asset Management Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13015,7 +9749,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13028,17 +9763,6 @@ "type": "object", "description": "Term of the Asset Management Contract. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13047,7 +9771,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13060,8 +9785,6 @@ "type": "object", "description": "Description of the Asset Management Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13070,7 +9793,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13083,202 +9807,16 @@ "type": "object", "description": "The aggregate costs related to asset management during the reporting period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -13291,8 +9829,6 @@ "type": "object", "description": "Information about the Asset Manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13301,7 +9837,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13314,8 +9851,6 @@ "type": "object", "description": "Description of the asset manager billing method.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13324,7 +9859,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13337,8 +9873,6 @@ "type": "object", "description": "Description of the asset manager continuity of operations program.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13347,7 +9881,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13360,8 +9895,6 @@ "type": "object", "description": "Used to group a listing of information about an Asset Manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13370,7 +9903,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13383,8 +9917,6 @@ "type": "object", "description": "Description of the energy forecasting and settlement capabiities and tools of the asset manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13393,7 +9925,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13406,8 +9939,6 @@ "type": "object", "description": "Description of the asset manager failure and remediation procedures.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13416,7 +9947,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13429,8 +9961,6 @@ "type": "object", "description": "Used as the identifier for Asset Managers.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13439,7 +9969,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13452,8 +9983,6 @@ "type": "object", "description": "Used as the identifier for Asset Managers.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13462,7 +9991,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13475,8 +10005,6 @@ "type": "object", "description": "Description of the asset manager insurance policy management.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13485,7 +10013,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13498,17 +10027,6 @@ "type": "object", "description": "Number of Megawatt under management by the asset manager.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13517,7 +10035,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13530,8 +10049,6 @@ "type": "object", "description": "Description of the qualifications required through the North American Electric Reliability Corporation (NERC) and Federal Regulatory Commission (FERC) for the asset manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13540,7 +10057,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13553,8 +10071,6 @@ "type": "object", "description": "Number of projects under management by the asset manager.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13563,7 +10079,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13576,8 +10093,6 @@ "type": "object", "description": "Number of states where Asset manager operates.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13586,7 +10101,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13599,8 +10115,6 @@ "type": "object", "description": "Description of the operational center managed by the asset manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13609,7 +10123,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13622,8 +10137,6 @@ "type": "object", "description": "Description of the other service offerings available from the asset manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13632,7 +10145,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13645,8 +10159,6 @@ "type": "object", "description": "Description of operational areas that will be outsourced along with qualifications of the companies the asset manager will engage.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13655,7 +10167,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13668,8 +10181,6 @@ "type": "object", "description": "Description of the asset manager performance guarantees.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13678,7 +10189,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13691,8 +10203,6 @@ "type": "object", "description": "Information about the performance of the asset manager by state.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13701,7 +10211,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13714,8 +10225,6 @@ "type": "object", "description": "Table represents state by state performance defined as actual to energy production of projects of the asset manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13724,7 +10233,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13737,8 +10247,6 @@ "type": "object", "description": "Used to group information about the state by state performance of the asset manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13747,7 +10255,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13760,8 +10269,6 @@ "type": "object", "description": "Description of the preventative and corrective maintenance plan and use of major maintenance budgets and reserve account by the asset manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13770,7 +10277,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13783,8 +10291,6 @@ "type": "object", "description": "Ratio of projects owned by the asset manager versus projected owned by third parties.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13793,7 +10299,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13806,8 +10313,6 @@ "type": "object", "description": "Description of the asset manager plans for renewable energy credit (REC) accounting, for example through WREGIS, renewable energy registry and tracking.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13816,7 +10321,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13829,8 +10335,6 @@ "type": "object", "description": "Description of the asset manager reporting plan, for example monthly operating reports, establishing a reporting portal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13839,7 +10343,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13852,8 +10357,6 @@ "type": "object", "description": "Description of the asset manager's strategy to manage spare parts.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13862,7 +10365,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13875,8 +10379,6 @@ "type": "object", "description": "Description of the asset manager's strategy to manage consumable parts, which are items such as fuses that are used up quickly and must be replenished.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13885,7 +10387,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13898,8 +10401,6 @@ "type": "object", "description": "Description of the asset manager supply strategy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13908,7 +10409,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13921,8 +10423,6 @@ "type": "object", "description": "Represents information about an asset manager which can include number of megawatts and projects under management, states where the manager has operated, production statistics, NERC and FERC qualifications, as well as description of strategies for reporting, continuity programs, supply, remediation, insurance policies and REC accounting, and other information that may be helpful in making an evaluation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13931,7 +10431,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13944,8 +10445,6 @@ "type": "object", "description": "Description of the asset manager warranty claims experience and warranty work management.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13954,7 +10453,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13967,8 +10467,6 @@ "type": "object", "description": "Description of the asset manager workflow process and ticketing system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -13977,7 +10475,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -13990,8 +10489,6 @@ "type": "object", "description": "Information about the Assignment and Assumption Agreement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14000,7 +10497,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14013,8 +10511,6 @@ "type": "object", "description": "Indicates if the Assignment and Assumption Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14023,7 +10519,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14036,8 +10533,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Assignment and Assumption Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14046,7 +10541,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14059,8 +10555,6 @@ "type": "object", "description": "Indicates if the Assignment and Assumption Agreement is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14069,7 +10563,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14082,8 +10577,6 @@ "type": "object", "description": "Names of counterparties to the Assignment and Assumption Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14092,7 +10585,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14105,8 +10599,6 @@ "type": "object", "description": "Effective date of the Assignment and Assumption Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14115,7 +10607,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14128,8 +10621,6 @@ "type": "object", "description": "Description of any exceptions to the Assignment and Assumption Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14138,7 +10629,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14151,8 +10643,6 @@ "type": "object", "description": "Expiration date of the Assignment and Assumption Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14161,7 +10651,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14174,8 +10665,6 @@ "type": "object", "description": "Link to the Assignment And Assumption Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14184,7 +10673,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14197,8 +10687,6 @@ "type": "object", "description": "Information about an Assignment of Interest Agreement which covers assignment of ownership or other collateral.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14207,7 +10695,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14220,8 +10709,6 @@ "type": "object", "description": "Indicates if the Assignment of Interest is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14230,7 +10717,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14243,8 +10731,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Assignment of Interest or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14253,7 +10739,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14266,8 +10753,6 @@ "type": "object", "description": "Indicates if the Assignment of Interest is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14276,7 +10761,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14289,8 +10775,6 @@ "type": "object", "description": "Names of counterparties to the Assignment of Interest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14299,7 +10783,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14312,8 +10797,6 @@ "type": "object", "description": "Link to the Assignment Of Interest document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14322,7 +10805,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14335,8 +10819,6 @@ "type": "object", "description": "Effective date of the Assignment of Interest.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14345,7 +10827,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14358,8 +10841,6 @@ "type": "object", "description": "Description of any exceptions to the Assignment of Interest or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14368,7 +10849,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14381,8 +10863,6 @@ "type": "object", "description": "Expiration date of the Assignment of Interest.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14391,7 +10871,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14404,8 +10885,6 @@ "type": "object", "description": "Assumed plane of array (POA) irradiation per annum based on major design/energy production model used.", "x-ob-item-type": "num-us:insolationItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14414,7 +10893,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14427,202 +10907,16 @@ "type": "object", "description": "Amount of audit fees incurred during the period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -14635,8 +10929,6 @@ "type": "object", "description": "Municipal authority, for example, town, city or country, that has jurisdiction to define local code requirements.", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14645,7 +10937,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14658,8 +10951,6 @@ "type": "object", "description": "Description of method used to calculate availability, which could be IECRE 61724-3 or some other method.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14668,7 +10959,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14681,8 +10973,6 @@ "type": "object", "description": "Information about the backup asset management.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14691,7 +10981,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14704,8 +10995,6 @@ "type": "object", "description": "Name of backup asset management company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14714,7 +11003,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14727,17 +11017,6 @@ "type": "object", "description": "Term of the Backup Asset Management Contract. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14746,7 +11025,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14759,8 +11039,6 @@ "type": "object", "description": "Expiration date of the backup asset management agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -14769,7 +11047,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -14782,202 +11061,16 @@ "type": "object", "description": "Amount paid prior to activation of the backup asset management program.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -14990,8 +11083,6 @@ "type": "object", "description": "Initiation date of the backup asset management contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -15000,7 +11091,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -15013,202 +11105,16 @@ "type": "object", "description": "Mobilization fee for backup Operations and Maintenance contract.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -15221,202 +11127,16 @@ "type": "object", "description": "Monthly fees for duration of the backup asset management program.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -15429,8 +11149,6 @@ "type": "object", "description": "Information about the backup operations and maintenance plan.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -15439,7 +11157,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -15452,8 +11171,6 @@ "type": "object", "description": "Name of backup Operations and Maintenance contract counterparty.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -15462,7 +11179,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -15475,8 +11193,6 @@ "type": "object", "description": "Initiation date for backup Operations and Maintenance contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -15485,7 +11201,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -15498,17 +11215,6 @@ "type": "object", "description": "Term of Backup Operations and Maintenance contract. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -15517,7 +11223,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -15530,202 +11237,16 @@ "type": "object", "description": "Monthly fees for backup Operations and Maintenance Contract.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -15738,202 +11259,16 @@ "type": "object", "description": "Mobilization fee for backup Operations and Maintenance contract per the Continuity of Operations Agreement which is the plan for the installation going forward including contingencies which may be triggered by financial performance.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -15946,8 +11281,6 @@ "type": "object", "description": "Information about the Bank Account.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -15956,7 +11289,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -15969,8 +11303,6 @@ "type": "object", "description": "Used to group a listing of information about a Bank Account.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -15979,7 +11311,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -15992,8 +11325,6 @@ "type": "object", "description": "Used as the identifier for the Bank Accounts.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16002,7 +11333,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16015,8 +11347,6 @@ "type": "object", "description": "Used as the identifier for the Bank Accounts.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16025,7 +11355,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16038,8 +11369,6 @@ "type": "object", "description": "Bank account number.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16048,7 +11377,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16061,8 +11391,6 @@ "type": "object", "description": "Represents information related to a bank account which can include account number, routing number, type of bank account, identifier for the special purpose vehicle to which the account is associated, and name of bank.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16071,7 +11399,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16084,8 +11413,6 @@ "type": "object", "description": "Description of the type of bank account, for example, operating, lockbox, reserve, accrual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16094,7 +11421,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16107,202 +11435,16 @@ "type": "object", "description": "Size of the banks investment in the entity.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -16315,8 +11457,6 @@ "type": "object", "description": "Bank at which account is held.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16325,7 +11465,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16338,8 +11479,6 @@ "type": "object", "description": "Routing number for the bank account.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16348,7 +11487,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16361,8 +11501,6 @@ "type": "object", "description": "Battery Inverter equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16371,7 +11509,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16384,8 +11523,6 @@ "type": "object", "description": "Battery management system equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16394,7 +11531,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16407,8 +11545,6 @@ "type": "object", "description": "Total number of battery management systems in the plant (system).", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16417,7 +11553,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16430,17 +11567,6 @@ "type": "object", "description": "Maximum power output, under standard test conditions, of the battery management system.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16449,7 +11575,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16462,8 +11589,6 @@ "type": "object", "description": "Total number of batteries in the system.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16472,7 +11597,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16485,8 +11611,6 @@ "type": "object", "description": "Battery equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16495,7 +11619,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16508,17 +11633,6 @@ "type": "object", "description": "Maximum power output, under standard test conditions, of the battery, per IEC62933-1.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16527,7 +11641,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16540,8 +11655,6 @@ "type": "object", "description": "Total number of battery inverters in the system.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16550,7 +11663,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16563,17 +11677,6 @@ "type": "object", "description": "Maximum power output, in AC, of the inverter model, IEC62933-1", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16582,7 +11685,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16595,12 +11699,6 @@ "type": "object", "description": "Battery chemistry style which can be LiOn, Pb, or NiCad.", "x-ob-item-type": "solar-types:batteryChemistryItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "LiOn", - "Pb", - "NiCad" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16609,7 +11707,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16622,8 +11721,6 @@ "type": "object", "description": "Information about the Bill of Sale for the installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16632,7 +11729,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16645,8 +11743,6 @@ "type": "object", "description": "Indicates if the Bill of Sale for the installation is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16655,7 +11751,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16668,8 +11765,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Bill of Sale for the installation or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16678,7 +11773,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16691,8 +11787,6 @@ "type": "object", "description": "Indicates if the Bill of Sale for the installation is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16701,7 +11795,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16714,8 +11809,6 @@ "type": "object", "description": "Names of counterparties to the Bill of Sale for the installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16724,7 +11817,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16737,8 +11831,6 @@ "type": "object", "description": "Link to the Bill Of Sale document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16747,7 +11839,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16760,8 +11853,6 @@ "type": "object", "description": "Effective date of the Bill of Sale for the installation.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16770,7 +11861,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16783,8 +11875,6 @@ "type": "object", "description": "Description of any exceptions to the Bill of Sale for the installation or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16793,7 +11883,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16806,8 +11897,6 @@ "type": "object", "description": "Expiration date of the Bill of Sale for the installation.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16816,7 +11905,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16829,8 +11919,6 @@ "type": "object", "description": "Link to the Board Resolution document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16839,7 +11927,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16852,8 +11941,6 @@ "type": "object", "description": "Information about the Board Resolution for Master Lessee, Lessee and Operator for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16862,7 +11949,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16875,8 +11963,6 @@ "type": "object", "description": "Indicates if the Board Resolution for Master Lessee, Lessee and Operator is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16885,7 +11971,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16898,8 +11985,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Board Resolution for Master Lessee, Lessee and Operator or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16908,7 +11993,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16921,8 +12007,6 @@ "type": "object", "description": "Indicates if the Board Resolution for Master Lessee, Lessee and Operator is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16931,7 +12015,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16944,8 +12029,6 @@ "type": "object", "description": "Names of counterparties to the Board Resolution for Master Lessee, Lessee and Operator.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16954,7 +12037,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16967,8 +12051,6 @@ "type": "object", "description": "Effective date of the Board Resolution for Master Lessee, Lessee and Operator.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -16977,7 +12059,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -16990,8 +12073,6 @@ "type": "object", "description": "Description of any exceptions to the Board Resolution for Master Lessee, Lessee and Operator or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17000,7 +12081,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17013,8 +12095,6 @@ "type": "object", "description": "Expiration date of the Board Resolution for Master Lessee, Lessee and Operator.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17023,7 +12103,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17036,202 +12117,16 @@ "type": "object", "description": "Amount of breakage fee for the investor, used in the event the project is not funded, or if either counterparty breaks funding agreement.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -17244,202 +12139,16 @@ "type": "object", "description": "Amount of breakage fee for the developer, used in the event the project is not funded, or if either counterparty breaks funding agreement.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -17452,8 +12161,6 @@ "type": "object", "description": "Name of developer and name of investor who are party to the Breakage Fee Side Letter, which is used in the event the project is not funded or if the developer decides not to move forward with the project and breaks the agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17462,7 +12169,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17475,8 +12183,6 @@ "type": "object", "description": "Effective date of the Breakage Fee Side Letter, used in the event the project is not funded or if the developer decides not to move forward with the project and breaks the agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17485,7 +12191,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17498,8 +12205,6 @@ "type": "object", "description": "Information in the Breakage Fee Agreement which is used if the developer decides not to move forward and the agreement is broken.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17508,7 +12213,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17521,8 +12227,6 @@ "type": "object", "description": "Indicates if the Breakage Fee Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17531,7 +12235,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17544,8 +12249,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Breakage Fee Agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17554,7 +12257,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17567,8 +12271,6 @@ "type": "object", "description": "Indicates if the Breakage Fee Agreement is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17577,7 +12279,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17590,8 +12293,6 @@ "type": "object", "description": "Link to the Breakage Fee Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17600,7 +12301,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17613,8 +12315,6 @@ "type": "object", "description": "Effective date of the Breakage Fee Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17623,7 +12323,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17636,8 +12337,6 @@ "type": "object", "description": "Description of any exceptions to the Breakage Fee Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17646,7 +12345,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17659,8 +12359,6 @@ "type": "object", "description": "Expiration date of the Breakage Fee Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17669,7 +12367,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17682,8 +12381,6 @@ "type": "object", "description": "Information used during the build phase of a solar installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17692,7 +12389,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17705,8 +12403,6 @@ "type": "object", "description": "Information about the Building Inspection for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17715,7 +12411,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17728,8 +12425,6 @@ "type": "object", "description": "Indicates if the Building Inspection is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17738,7 +12433,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17751,8 +12447,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Building Inspection or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17761,7 +12455,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17774,8 +12469,6 @@ "type": "object", "description": "Indicates if the Building Inspection is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17784,7 +12477,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17797,8 +12491,6 @@ "type": "object", "description": "Names of counterparties to the Building Inspection.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17807,7 +12499,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17820,8 +12513,6 @@ "type": "object", "description": "Link to the Building Inspection document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17830,7 +12521,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17843,8 +12535,6 @@ "type": "object", "description": "Effective date of the Building Inspection.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17853,7 +12543,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17866,8 +12557,6 @@ "type": "object", "description": "Description of any exceptions to the Building Inspection or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17876,7 +12565,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17889,8 +12579,6 @@ "type": "object", "description": "Expiration date of the Building Inspection.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17899,7 +12587,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17912,8 +12601,6 @@ "type": "object", "description": "Ratio of active (real) energy generation of system divided by energy that would have been generated if the system was operating continuously at its AC rated power typically over a year but could be over another measurement period, per IEC 61724-3 Section 6.8.2.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17922,7 +12609,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17935,8 +12623,6 @@ "type": "object", "description": "Information about the Certificate of Acceptance Report which is issued when the project is complete, to provide confirmation that whoever receives the project has accepted it from the contractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17945,7 +12631,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17958,8 +12645,6 @@ "type": "object", "description": "Indicates if the Certificate of Acceptance Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17968,7 +12653,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -17981,8 +12667,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Certificate of Acceptance Report. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -17991,7 +12675,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18004,8 +12689,6 @@ "type": "object", "description": "Indicates if the Certificate of Acceptance Report is available in final form. If it is available in final form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18014,7 +12697,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18027,8 +12711,6 @@ "type": "object", "description": "Names of counterparties to the Certificate of Acceptance Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18037,7 +12719,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18050,8 +12733,6 @@ "type": "object", "description": "Effective date of the Certificate of Acceptance Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18060,7 +12741,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18073,8 +12755,6 @@ "type": "object", "description": "Description of any exceptions to the Certificate of Acceptance Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18083,7 +12763,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18096,8 +12777,6 @@ "type": "object", "description": "Link to the Certificate of Acceptance Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18106,7 +12785,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18119,8 +12799,6 @@ "type": "object", "description": "Information about the Certificate Of Completion for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18129,7 +12807,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18142,8 +12821,6 @@ "type": "object", "description": "Indicates if the Certificate Of Completion is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18152,7 +12829,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18165,8 +12843,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Certificate Of Completion or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18175,7 +12851,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18188,8 +12865,6 @@ "type": "object", "description": "Indicates if the Certificate Of Completion is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18198,7 +12873,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18211,8 +12887,6 @@ "type": "object", "description": "Names of counterparties to the Certificate Of Completion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18221,7 +12895,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18234,8 +12909,6 @@ "type": "object", "description": "Link to the Certificate Of Completion document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18244,7 +12917,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18257,8 +12931,6 @@ "type": "object", "description": "Effective date of the Certificate Of Completion.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18267,7 +12939,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18280,8 +12953,6 @@ "type": "object", "description": "Description of any exceptions to the Certificate Of Completion or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18290,7 +12961,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18303,8 +12975,6 @@ "type": "object", "description": "Information about the Certificate of Final Completion which is issued by the independent engineer, developer or other party, stating that the project has been tested and energy has been produced onto the grid and all punch list items are complete. This triggers final payment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18313,7 +12983,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18326,8 +12997,6 @@ "type": "object", "description": "Indicates if the Certificate of Final Completion is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18336,7 +13005,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18349,8 +13019,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Certificate of Final Completion. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18359,7 +13027,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18372,8 +13041,6 @@ "type": "object", "description": "Indicates if the Certificate of Final Completion is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18382,7 +13049,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18395,8 +13063,6 @@ "type": "object", "description": "Names of counterparties to the Certificate of Final Completion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18405,7 +13071,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18418,8 +13085,6 @@ "type": "object", "description": "Link to the Certificate Of Final Completion document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18428,7 +13093,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18441,8 +13107,6 @@ "type": "object", "description": "Effective date of the Certificate of Final Completion.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18451,7 +13115,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18464,8 +13129,6 @@ "type": "object", "description": "Description of any exceptions to the Certificate of Final Completion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18474,7 +13137,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18487,8 +13151,6 @@ "type": "object", "description": "Link to the Certificate Of Formation document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18497,7 +13159,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18510,8 +13173,6 @@ "type": "object", "description": "Information about the Certificate of Formation for Master Lessee, Lessee and Operator for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18520,7 +13181,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18533,8 +13195,6 @@ "type": "object", "description": "Indicates if the Certificate of Formation for Master Lessee, Lessee and Operator is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18543,7 +13203,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18556,8 +13217,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Certificate of Formation for Master Lessee, Lessee and Operator or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18566,7 +13225,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18579,8 +13239,6 @@ "type": "object", "description": "Indicates if the Certificate of Formation for Master Lessee, Lessee and Operator is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18589,7 +13247,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18602,8 +13261,6 @@ "type": "object", "description": "Names of counterparties to the Certificate of Formation for Master Lessee, Lessee and Operator.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18612,7 +13269,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18625,8 +13283,6 @@ "type": "object", "description": "Effective date of the Certificate of Formation for Master Lessee, Lessee and Operator.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18635,7 +13291,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18648,8 +13305,6 @@ "type": "object", "description": "Description of any exceptions to the Certificate of Formation for Master Lessee, Lessee and Operator or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18658,7 +13313,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18671,8 +13327,6 @@ "type": "object", "description": "Expiration date of the Certificate of Formation for Master Lessee, Lessee and Operator.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18681,7 +13335,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18694,8 +13349,6 @@ "type": "object", "description": "Information about the Certificates of Insurance for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18704,7 +13357,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18717,8 +13371,6 @@ "type": "object", "description": "Indicates if the Certificates of Insurance is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18727,7 +13379,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18740,8 +13393,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Certificates of Insurance or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18750,7 +13401,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18763,8 +13415,6 @@ "type": "object", "description": "Indicates if the Certificates of Insurance is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18773,7 +13423,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18786,8 +13437,6 @@ "type": "object", "description": "Names of counterparties to the Certificates of Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18796,7 +13445,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18809,8 +13459,6 @@ "type": "object", "description": "Link to the Certificates Of Insurance document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18819,7 +13467,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18832,8 +13481,6 @@ "type": "object", "description": "Effective date of the Certificates of Insurance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18842,7 +13489,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18855,8 +13503,6 @@ "type": "object", "description": "Description of any exceptions to the Certificates of Insurance or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18865,7 +13511,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18878,8 +13525,6 @@ "type": "object", "description": "Expiration date of the Certificates of Insurance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18888,7 +13533,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18901,8 +13547,6 @@ "type": "object", "description": "Information about the Closing Certificate for the project which documents that the project has been funded and includes supporting information about the lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18911,7 +13555,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18924,8 +13569,6 @@ "type": "object", "description": "Indicates if the Closing Certificate is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18934,7 +13577,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18947,8 +13591,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Closing Certificate or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18957,7 +13599,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18970,8 +13613,6 @@ "type": "object", "description": "Indicates if the Closing Certificate is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -18980,7 +13621,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -18993,8 +13635,6 @@ "type": "object", "description": "Names of counterparties to the Closing Certificate, which documents that the project has been funded and includes supporting information about the lease..", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19003,7 +13643,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19016,8 +13657,6 @@ "type": "object", "description": "Link to the Closing Certificate document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19026,7 +13665,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19039,8 +13679,6 @@ "type": "object", "description": "Effective date of the Closing Certificate, which documents that the project has been funded and includes supporting information about the lease..", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19049,7 +13687,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19062,8 +13701,6 @@ "type": "object", "description": "Description of any exceptions to the Closing Certificate or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19072,7 +13709,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19085,8 +13723,6 @@ "type": "object", "description": "Expiration date of the Closing Certificate, which documents that the project has been funded and includes supporting information about the lease..", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19095,7 +13731,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19108,8 +13745,6 @@ "type": "object", "description": "Identifier for the closing documents for an individual financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19118,7 +13753,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19131,8 +13767,6 @@ "type": "object", "description": "Classify type of closing document, for example, Financial Model, Consent, Estoppel, Lien Waiver, Transfer of Title, Officer Certificate, Membership Certificate, Certificate of Insurance, Flow of Funds, Opinion, Third Party Report", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19141,7 +13775,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19154,8 +13789,6 @@ "type": "object", "description": "Description of the closing document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19164,7 +13797,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19177,8 +13811,6 @@ "type": "object", "description": "Identifier for the closing documents for an individual financing event.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19187,7 +13819,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19200,8 +13833,6 @@ "type": "object", "description": "Use to group a listing of information about the closing documents for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19210,7 +13841,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19223,8 +13855,6 @@ "type": "object", "description": "Information about closing documents used during the onboarding process.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19233,7 +13863,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19246,8 +13877,6 @@ "type": "object", "description": "Link to the closing document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19256,7 +13885,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19269,8 +13899,6 @@ "type": "object", "description": "Represents information about the closing documents associated with a financing event which can include the identifier for the financing event to which the closing documents apply, the type of closing document, for example financial model, consent, estoppel, lien wavier, etc., link to the closing document and description of the closing document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19279,7 +13907,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19292,8 +13921,6 @@ "type": "object", "description": "Information about the Closing Indemnity Agreement which explains indemnification between managing member and other members of the LLC.\n", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19302,7 +13929,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19315,8 +13943,6 @@ "type": "object", "description": "Indicates if the Closing Indemnity Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19325,7 +13951,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19338,8 +13965,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Closing Indemnity Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19348,7 +13973,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19361,8 +13987,6 @@ "type": "object", "description": "Indicates if the Closing Indemnity Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19371,7 +13995,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19384,8 +14009,6 @@ "type": "object", "description": "Names of counterparties to the Closing Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19394,7 +14017,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19407,8 +14031,6 @@ "type": "object", "description": "Effective date of the Closing Indemnity Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19417,7 +14039,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19430,8 +14053,6 @@ "type": "object", "description": "Description of any exceptions to the Closing Indemnity Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19440,7 +14061,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19453,8 +14075,6 @@ "type": "object", "description": "Expiration date of the Closing Indemnity Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19463,7 +14083,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19476,8 +14097,6 @@ "type": "object", "description": "Link to the Closing Indemnity Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19486,7 +14105,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19499,8 +14119,6 @@ "type": "object", "description": "Information about the Supplemental Report Review Of Local Tax Review.\n", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19509,7 +14127,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19522,8 +14141,6 @@ "type": "object", "description": "Indicates if the Supplemental Report Review Of Local Tax Review is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19532,7 +14149,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19545,8 +14163,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Supplemental Report Review Of Local Tax Review or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19555,7 +14171,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19568,8 +14185,6 @@ "type": "object", "description": "Indicates if the Supplemental Report Review Of Local Tax Review is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19578,7 +14193,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19591,8 +14207,6 @@ "type": "object", "description": "Names of counterparties to the Supplemental Report Review Of Local Tax Review.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19601,7 +14215,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19614,8 +14229,6 @@ "type": "object", "description": "Effective date of the Supplemental Report Review Of Local Tax Review.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19624,7 +14237,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19637,8 +14251,6 @@ "type": "object", "description": "Description of any exceptions to the Supplemental Report Review Of Local Tax Review or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19647,7 +14259,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19660,8 +14273,6 @@ "type": "object", "description": "Link to the Supplemental Report Review Of Local Tax Review document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19670,7 +14281,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19683,8 +14295,6 @@ "type": "object", "description": "Information about the Supplemental Report Review Of Insurance Review.\n", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19693,7 +14303,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19706,8 +14317,6 @@ "type": "object", "description": "Indicates if the Supplemental Report Review Of Insurance Review is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19716,7 +14325,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19729,8 +14339,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Supplemental Report Review Of Insurance Review or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19739,7 +14347,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19752,8 +14361,6 @@ "type": "object", "description": "Indicates if the Supplemental Report Review Of Insurance Review is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19762,7 +14369,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19775,8 +14383,6 @@ "type": "object", "description": "Names of counterparties to the Supplemental Report Review Of Insurance Review.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19785,7 +14391,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19798,8 +14405,6 @@ "type": "object", "description": "Effective date of the Supplemental Report Review Of Insurance Review.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19808,7 +14413,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19821,8 +14427,6 @@ "type": "object", "description": "Description of any exceptions to the Supplemental Report Review Of Insurance Review or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19831,7 +14435,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19844,8 +14449,6 @@ "type": "object", "description": "Link to the Supplemental Report Review Of Insurance Review document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19854,7 +14457,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19867,8 +14471,6 @@ "type": "object", "description": "Information about the collateral agent.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19877,7 +14479,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19890,8 +14493,6 @@ "type": "object", "description": "Name of the depositary bank that is associated with the collateral agent (agent hired to monitor cash flows of the project, e.g., accountant who makes sure project is pulling in revenue, paying expenses)", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19900,7 +14501,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19913,8 +14515,6 @@ "type": "object", "description": "Description of type of project working capital account collateral which could be cash or letter of credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19923,7 +14523,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19936,8 +14537,6 @@ "type": "object", "description": "Number of months that the project working capital account is prefunded at the start of the project.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19946,7 +14545,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19959,12 +14559,6 @@ "type": "object", "description": "Maximum operating temperature of the combiner box, the mechanism that brings together multiple solar strings. This is used in a product specification to indicate the operating temperature of the combiner box. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -19973,7 +14567,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -19986,12 +14581,6 @@ "type": "object", "description": "Minimum operating temperature of the combiner box, the mechanism that brings together multiple solar strings. This is used in a product specification to indicate the operating temperature of the combiner box. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20000,7 +14589,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20013,8 +14603,6 @@ "type": "object", "description": "Combiner equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20023,7 +14611,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20036,17 +14625,6 @@ "type": "object", "description": "Maximum power output, in kWdc, of the combiner model.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20055,7 +14633,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20068,8 +14647,6 @@ "type": "object", "description": "Additional comments needed to explain the targeted conditions for the capacity measurement using IEC 61724-2.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20078,7 +14655,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20091,8 +14669,6 @@ "type": "object", "description": "Information about the Commitment Agreement which is the commitment to fund the project between the investor and developer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20101,7 +14677,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20114,8 +14691,6 @@ "type": "object", "description": "Indicates if the Commitment Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20124,7 +14699,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20137,8 +14713,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Commitment Agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20147,7 +14721,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20160,8 +14735,6 @@ "type": "object", "description": "Indicates if the Commitment Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20170,7 +14743,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20183,8 +14757,6 @@ "type": "object", "description": "Names of counterparties to the Commitment Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20193,7 +14765,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20206,8 +14779,6 @@ "type": "object", "description": "Link to the Commitment Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20216,7 +14787,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20229,8 +14801,6 @@ "type": "object", "description": "Effective date of the Commitment Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20239,7 +14809,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20252,8 +14823,6 @@ "type": "object", "description": "Description of any exceptions to the Commitment Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20262,7 +14831,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20275,8 +14845,6 @@ "type": "object", "description": "Expiration date of the Commitment Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20285,7 +14853,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20298,8 +14867,6 @@ "type": "object", "description": "Indication of component failure. If component has failed, TRUE. If component has not failed, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20308,7 +14875,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20321,8 +14889,6 @@ "type": "object", "description": "Information about maintenance costs for equipment not under warranty.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20331,7 +14897,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20344,8 +14911,6 @@ "type": "object", "description": "Information about maintenance for equipment under warranty.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20354,7 +14919,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20367,17 +14933,6 @@ "type": "object", "description": "Time period on which the component maintenance cost is based. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20386,7 +14941,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20399,8 +14955,6 @@ "type": "object", "description": "Description of component maintenance status.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20409,7 +14963,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20422,8 +14977,6 @@ "type": "object", "description": "Percent of component maintenance completed.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20432,7 +14985,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20445,8 +14999,6 @@ "type": "object", "description": "Percent remaining to be completed on maintenance of component.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20455,7 +15007,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20468,8 +15021,6 @@ "type": "object", "description": "Component that needs to be replaced.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20478,7 +15029,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20491,8 +15043,6 @@ "type": "object", "description": "Information about a component", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20501,7 +15051,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20514,8 +15065,6 @@ "type": "object", "description": "Name of component that requires repair.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20524,7 +15073,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20537,17 +15087,6 @@ "type": "object", "description": "Duration of the time period associated with the component maintenance cost. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20556,7 +15095,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20569,8 +15109,6 @@ "type": "object", "description": "Represents names of components that are undergoing maintenance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20579,7 +15117,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20592,8 +15131,6 @@ "type": "object", "description": "Used to group a listing of information about components that are undergoing maintenance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -20602,7 +15139,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -20615,202 +15153,16 @@ "type": "object", "description": "Maintenance cost amount for equipment that has no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -20823,202 +15175,16 @@ "type": "object", "description": "Maintenance cost amount for equipment that has a warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -21031,8 +15197,6 @@ "type": "object", "description": "Represents maintenance actions taken on components related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21041,7 +15205,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21054,8 +15219,6 @@ "type": "object", "description": "Used as the identifier for actions taken related to components requiring maintenance related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21064,7 +15227,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21077,8 +15241,6 @@ "type": "object", "description": "Used as the identifier for actions taken related to components requiring maintenance related to the system.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21087,7 +15249,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21100,8 +15263,6 @@ "type": "object", "description": "Used to group information about maintenance actions taken on components related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21110,7 +15271,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21123,12 +15285,6 @@ "type": "object", "description": "Level of severity of the maintenance event, which can be Low, Moderate, or High.", "x-ob-item-type": "solar-types:eventSeverityItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Low", - "Moderate", - "High" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21137,7 +15293,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21150,12 +15307,6 @@ "type": "object", "description": "Level of severity of the recent project event, which can be Low, Moderate, or High.", "x-ob-item-type": "solar-types:eventSeverityItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Low", - "Moderate", - "High" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21164,7 +15315,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21177,8 +15329,6 @@ "type": "object", "description": "Description of the action taken which can be to repair or replace the component.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21187,7 +15337,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21200,8 +15351,6 @@ "type": "object", "description": "Reason for the maintenance ticket written regarding a component related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21210,7 +15359,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21223,8 +15373,6 @@ "type": "object", "description": "Reason that the maintenance ticket concerning a component related to the system requires a continuation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21233,7 +15381,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21246,8 +15395,6 @@ "type": "object", "description": "Number of components affected by the maintenance requirements.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21256,7 +15403,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21269,8 +15417,6 @@ "type": "object", "description": "Comments written about the maintenance ticket.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21279,7 +15425,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21292,8 +15439,6 @@ "type": "object", "description": "Case identifier for the operations and maintenance provider.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21302,7 +15447,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21315,8 +15461,6 @@ "type": "object", "description": "Date when the maintenance ticket was opened.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21325,7 +15469,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21338,8 +15483,6 @@ "type": "object", "description": "Date when the maintenance ticket was closed.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21348,7 +15491,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21361,8 +15505,6 @@ "type": "object", "description": "Information about the Construction Contractor Notice of Certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21371,7 +15513,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21384,8 +15527,6 @@ "type": "object", "description": "Indicates if the Construction Contractor Notice of Certification is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21394,7 +15535,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21407,8 +15549,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Construction Contractor Notice of Certification. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21417,7 +15557,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21430,8 +15571,6 @@ "type": "object", "description": "Indicates if the Construction Contractor Notice of Certification is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21440,7 +15579,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21453,8 +15593,6 @@ "type": "object", "description": "Names of counterparties to the Construction Contractor Notice of Certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21463,7 +15601,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21476,8 +15615,6 @@ "type": "object", "description": "Link to the Construction Contractor Notice Of Certification document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21486,7 +15623,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21499,8 +15637,6 @@ "type": "object", "description": "Effective date of the Construction Contractor Notice of Certification.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21509,7 +15645,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21522,8 +15659,6 @@ "type": "object", "description": "Description of any exceptions to the Construction Contractor Notice of Certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21532,7 +15667,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21545,8 +15681,6 @@ "type": "object", "description": "Expiration date of the Construction Contractor Notice of Certification.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21555,7 +15689,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21568,8 +15703,6 @@ "type": "object", "description": "Information about a Construction Loan Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21578,7 +15711,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21591,8 +15725,6 @@ "type": "object", "description": "Indicates if the Construction Loan Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21601,7 +15733,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21614,8 +15747,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Construction Loan Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21624,7 +15755,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21637,8 +15769,6 @@ "type": "object", "description": "Indicates if the Construction Loan Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21647,7 +15777,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21660,8 +15791,6 @@ "type": "object", "description": "Names of counterparties to the Construction Loan Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21670,7 +15799,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21683,8 +15813,6 @@ "type": "object", "description": "Effective date of the Construction Loan Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21693,7 +15821,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21706,8 +15835,6 @@ "type": "object", "description": "Description of any exceptions to the Construction Loan Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21716,7 +15843,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21729,8 +15857,6 @@ "type": "object", "description": "Expiration date of the Construction Loan Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21739,7 +15865,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21752,8 +15879,6 @@ "type": "object", "description": "Link to the Construction Loan document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21762,7 +15887,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21775,8 +15901,6 @@ "type": "object", "description": "Information about the Construction Monitoring Report which is issued by the engineering company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21785,7 +15909,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21798,8 +15923,6 @@ "type": "object", "description": "Indicates if the Construction Monitoring Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21808,7 +15931,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21821,8 +15945,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Construction Monitoring Report. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21831,7 +15953,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21844,8 +15967,6 @@ "type": "object", "description": "Indicates if the Construction Monitoring Report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21854,7 +15975,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21867,8 +15989,6 @@ "type": "object", "description": "Names of counterparties to the Construction Monitoring Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21877,7 +15997,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21890,8 +16011,6 @@ "type": "object", "description": "Link to the Construction Monitoring Report document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21900,7 +16019,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21913,8 +16033,6 @@ "type": "object", "description": "Effective date of the Construction Monitoring Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21923,7 +16041,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21936,8 +16055,6 @@ "type": "object", "description": "Description of any exceptions to the Construction Monitoring Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21946,7 +16063,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21959,8 +16077,6 @@ "type": "object", "description": "Link to the Construction Monitoring Dashboard.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21969,7 +16085,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -21982,8 +16099,6 @@ "type": "object", "description": "Information about the Continuity of Operations.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -21992,7 +16107,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22005,8 +16121,6 @@ "type": "object", "description": "Information about the Continuity of Operations Agreement", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22015,7 +16129,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22028,8 +16143,6 @@ "type": "object", "description": "Indicates if the Continuity Of Operations Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22038,7 +16151,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22051,8 +16165,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Continuity Of Operations Agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22061,7 +16173,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22074,8 +16187,6 @@ "type": "object", "description": "Indicates if the Continuity Of Operations Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22084,7 +16195,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22097,8 +16209,6 @@ "type": "object", "description": "Name of contracting parties to the Continuity of Operations Agreement, which may include the project company, operator, or developer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22107,7 +16217,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22120,8 +16231,6 @@ "type": "object", "description": "Names of counterparties to the Continuity Of Operations Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22130,7 +16239,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22143,8 +16253,6 @@ "type": "object", "description": "Link to the Continuity Of Operations Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22153,7 +16261,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22166,8 +16275,6 @@ "type": "object", "description": "Effective date of the Continuity of Operations Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22176,7 +16283,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22189,8 +16297,6 @@ "type": "object", "description": "Description of any exceptions to the Continuity Of Operations Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22199,7 +16305,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22212,8 +16319,6 @@ "type": "object", "description": "Expiration date of the Continuity Of Operations Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22222,7 +16327,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22235,8 +16341,6 @@ "type": "object", "description": "Description of provisions in the Continuity of Operations Agreement in the event the operator is replaced.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22245,7 +16349,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22258,17 +16363,6 @@ "type": "object", "description": "Term of the Continuity of Operations Agreement. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22277,7 +16371,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22290,8 +16385,6 @@ "type": "object", "description": "Description of the escrow account ability to access SCADA documentation per the Continuity of Operations Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22300,7 +16393,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22313,8 +16407,6 @@ "type": "object", "description": "Description of how to access the historian which is a database of performance data used by utility scale Agreement, per the Continuity of Operations Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22323,7 +16415,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22336,8 +16429,6 @@ "type": "object", "description": "Description of SCADA (control system) test results per the Continuity of Operations Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22346,7 +16437,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22359,8 +16451,6 @@ "type": "object", "description": "Description of telecommunications accounts per the Continuity of Operations Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22369,7 +16459,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22382,8 +16473,6 @@ "type": "object", "description": "Currency on which the contract is based. For example, currency could be USD, British pounds, etc.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22392,7 +16481,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22405,8 +16495,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Asset Management.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22415,7 +16503,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22428,8 +16517,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Operations and Maintenance - Corrective Maintenance.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22438,7 +16525,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22451,8 +16539,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Decommissioning.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22461,7 +16547,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22474,8 +16561,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of EPC including substation(s).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22484,7 +16569,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22497,8 +16583,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of EPC schedule.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22507,7 +16591,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22520,8 +16605,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Monitoring Service Provider.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22530,7 +16613,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22543,8 +16627,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Others if needed.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22553,7 +16635,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22566,8 +16649,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of PPA.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22576,7 +16657,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22589,8 +16671,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Operations and Maintenance - Preventative Maintenance.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22599,7 +16679,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22612,8 +16693,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Site Lease.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22622,7 +16701,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22635,8 +16715,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Spare Parts List.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22645,7 +16723,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22658,8 +16737,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Operations and Maintenance - Time & Materials or Other Work.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22668,7 +16745,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22681,8 +16759,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Washing Plan.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22691,7 +16767,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22704,8 +16781,6 @@ "type": "object", "description": "Information about contracts and documents related to the fund and projects.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -22714,7 +16789,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -22727,202 +16803,16 @@ "type": "object", "description": "Depreciation of property, system and equipment directly related to services rendered by an entity during the reporting period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -22935,202 +16825,16 @@ "type": "object", "description": "Total costs of sales and operating expenses for the period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -23143,8 +16847,6 @@ "type": "object", "description": "Information about costs and expenses.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23153,7 +16855,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23166,8 +16869,6 @@ "type": "object", "description": "Description of the amortization class used, for example Modified Accelerated Cost Recovery System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23176,7 +16877,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23189,8 +16891,6 @@ "type": "object", "description": "Description of the amortization method, for example straight line, 200% declining.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23199,7 +16899,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23212,8 +16913,6 @@ "type": "object", "description": "Tax basis in amortization class, as percent of appraised value", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23222,7 +16921,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23235,202 +16935,16 @@ "type": "object", "description": "Tax basis in amortization class", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -23443,8 +16957,6 @@ "type": "object", "description": "Used to group a listing of information about the Cost Segregation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23453,7 +16965,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23466,8 +16979,6 @@ "type": "object", "description": "Used as the identifier for the Cost Segregation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23476,7 +16987,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23489,8 +17001,6 @@ "type": "object", "description": "Used as the identifier for the Cost Segregation.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23499,7 +17009,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23512,8 +17023,6 @@ "type": "object", "description": "Represents information about the cost segregation method used for an appraisal, which is the process of identifying personal property assets that are grouped with real property assets, and separating out personal assets for tax reporting purposes. Information about the cost segregation method used for a specific appraisal can include descriptions of the amortization class and method, tax basis amount and percent of appraised value.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23522,7 +17031,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23535,8 +17045,6 @@ "type": "object", "description": "Information about the co-tenancy agreement which is used when more than one system shares the tenants rights for a single property.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23545,7 +17053,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23558,8 +17067,6 @@ "type": "object", "description": "Indicates if the Co Tenancy Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23568,7 +17075,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23581,8 +17089,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Co Tenancy Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23591,7 +17097,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23604,8 +17111,6 @@ "type": "object", "description": "Indicates if the Co Tenancy Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23614,7 +17119,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23627,8 +17133,6 @@ "type": "object", "description": "Names of counterparties to the Co Tenancy Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23637,7 +17141,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23650,8 +17155,6 @@ "type": "object", "description": "Link to the Co Tenancy Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23660,7 +17163,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23673,8 +17177,6 @@ "type": "object", "description": "Effective date of the Co Tenancy Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23683,7 +17185,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23696,8 +17199,6 @@ "type": "object", "description": "Description of any exceptions to the Co Tenancy Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23706,7 +17207,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23719,8 +17221,6 @@ "type": "object", "description": "Expiration date of the Co Tenancy Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23729,7 +17229,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23742,8 +17243,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is an Asset Manager; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23752,7 +17251,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23765,8 +17265,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is a COP Backup Provider; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23775,7 +17273,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23788,8 +17287,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is a utility; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23798,7 +17295,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23811,8 +17309,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is an EPC Contractor; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23821,7 +17317,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23834,8 +17331,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is a PPA Offtaker; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23844,7 +17339,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23857,8 +17353,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is a Holding Company; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23867,7 +17361,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23880,8 +17375,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is an Operations And Maintenance Contractor; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23890,7 +17383,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23903,8 +17397,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is Other; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23913,7 +17405,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23926,8 +17419,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is a PPA Offtaker; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23936,7 +17427,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23949,8 +17441,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is a Site Host; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23959,7 +17449,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23972,8 +17463,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is a Sponsor; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -23982,7 +17471,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -23995,8 +17485,6 @@ "type": "object", "description": "Indicates if the entity or counterparty is a Utility; if it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24005,7 +17493,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24018,8 +17507,6 @@ "type": "object", "description": "The vendor code for the entity or counterparty in the bank's internal systems.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24028,7 +17515,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24041,8 +17529,6 @@ "type": "object", "description": "Information contained in a credit check report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24051,7 +17537,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24064,8 +17551,6 @@ "type": "object", "description": "Information about the retail credit performance of the off-taker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24074,7 +17559,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24087,8 +17573,6 @@ "type": "object", "description": "Date the credit check was performed.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24097,7 +17581,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24110,8 +17595,6 @@ "type": "object", "description": "Number of days over 30 days past due (delinquent).", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24120,7 +17603,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24133,12 +17617,6 @@ "type": "object", "description": "Debt-to-income ratio, also known as Back End Ratio which is defined as the ratio of a borrower's total monthly debt expense (including mortgage payments, credit card payments, child support, and other loan payments) divided by the borrower's gross monthly income. The ratio is expressed as a percentage of the gross monthly income. Use GSE calculation.", "x-ob-item-type": "xbrli:pureItemType", - "x-ob-unit": [ - "Monetary/Monetary", - "pure", - "Rate" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24147,7 +17625,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24160,202 +17639,16 @@ "type": "object", "description": "Estimated retail value of home.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -24368,8 +17661,6 @@ "type": "object", "description": "Credit evaluation model used for the most recently obtained FICO score.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24378,7 +17669,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24391,8 +17683,6 @@ "type": "object", "description": "Indicates whether the FICO score was calculated using the Classic or Next Generation model.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24401,7 +17691,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24414,8 +17705,6 @@ "type": "object", "description": "Numeric credit score for borrower (or co-borrower) resulting from credit evaluation model specified.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24424,7 +17713,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24437,8 +17727,6 @@ "type": "object", "description": "Date of the appraisal of the home.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24447,7 +17735,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24460,17 +17749,6 @@ "type": "object", "description": "The length of service to an employer from the start of employment until the date of the loan.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24479,7 +17757,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24492,17 +17771,6 @@ "type": "object", "description": "The length of time that the home has been owned.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24511,7 +17779,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24524,8 +17793,6 @@ "type": "object", "description": "Information about agreement identifiers for contracts supported by credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24534,7 +17801,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24547,12 +17815,6 @@ "type": "object", "description": "In the case of a purchase mortgage loan, the ratio obtained by dividing the original mortgage loan amount on the note date by the lesser of the mortgaged property appraised value on the note date or its purchase price. In the case of a refinance mortgage loan, the ratio obtained by dividing the original mortgage loan amount on the note date and the mortgaged property appraised value on the note date. In the case of a seasoned mortgage loan, if the Seller cannot warrant that the value of the mortgaged property has not declined since the note date, Freddie Mac requires that the Seller must provide a new appraisal value, which is used in the LTV calculation. Percentages below 6% or greater than 105% will be disclosed as 'Unknown,' indicated by a blank space. In the case of an FHA/VA mortgage loan, percentages less than 6% or greater than 110% will be disclosed as 'Unknown,' which will be indicated by a blank space.", "x-ob-item-type": "xbrli:pureItemType", - "x-ob-unit": [ - "Monetary/Monetary", - "pure", - "Rate" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24561,7 +17823,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24574,8 +17837,6 @@ "type": "object", "description": "Source of Loan to Value ratio if not calculated.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24584,7 +17845,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24597,202 +17859,16 @@ "type": "object", "description": "Amount of the balance on the mortgage.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -24805,8 +17881,6 @@ "type": "object", "description": "Indication whether employment has been verified throught the employees W2; if it has been verified, TRUE; if it has not been verified, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24815,7 +17889,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24828,8 +17903,6 @@ "type": "object", "description": "Information indicating the contract supported by the credit support.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24838,7 +17911,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24851,8 +17925,6 @@ "type": "object", "description": "Used as the identifier for Credit Support Amount.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24861,7 +17933,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24874,8 +17947,6 @@ "type": "object", "description": "Used as the identifier for Credit Support Amount.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24884,7 +17955,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24897,8 +17969,6 @@ "type": "object", "description": "Represents information about the amount of credit associated with credit supporting a specific contract, including the amount, start and end dates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24907,7 +17977,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24920,8 +17991,6 @@ "type": "object", "description": "Information about Credit Support, which is when a sponsor or parent company agrees to cover a default of a lease payment or some other loss to the bank.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24930,7 +17999,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24943,8 +18013,6 @@ "type": "object", "description": "End date for the period of the credit support amount.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24953,7 +18021,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24966,8 +18035,6 @@ "type": "object", "description": "Number of the period for the credit support amount, for example, period 1.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -24976,7 +18043,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -24989,202 +18057,16 @@ "type": "object", "description": "Amount of credit support during the period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -25197,8 +18079,6 @@ "type": "object", "description": "Start date for the period of the credit support amount.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25207,7 +18087,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25220,8 +18101,6 @@ "type": "object", "description": "Identifier for the beneficiary which is a Counterparty.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25230,7 +18109,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25243,8 +18123,6 @@ "type": "object", "description": "Identifier for the beneficiary which is an SPV.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25253,7 +18131,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25266,11 +18145,6 @@ "type": "object", "description": "Indicates if the beneficiary is an SPV or a counterparty.", "x-ob-item-type": "solar-types:sPVOrCounterpartyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "SPV", - "Counterparty" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25279,7 +18153,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25292,8 +18167,6 @@ "type": "object", "description": "Additional comments about the credit support.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25302,7 +18175,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25315,8 +18189,6 @@ "type": "object", "description": "Used to group a listing of information about Credit Support Amount.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25325,7 +18197,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25338,8 +18211,6 @@ "type": "object", "description": "Used to group a listing of information about Credit Support.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25348,7 +18219,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25361,8 +18233,6 @@ "type": "object", "description": "Date on which credit support should end", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25371,7 +18241,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25384,8 +18255,6 @@ "type": "object", "description": "Indicates if credit support is for the Asset Management Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25394,7 +18263,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25407,8 +18277,6 @@ "type": "object", "description": "Indicates if credit support is for the Engineering Procurement and Construction Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25417,7 +18285,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25430,8 +18299,6 @@ "type": "object", "description": "Indicates if credit support is for the Equity Capital Contribution Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25440,7 +18307,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25453,8 +18321,6 @@ "type": "object", "description": "Indicates if credit support is for the Hedge Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25463,7 +18329,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25476,8 +18343,6 @@ "type": "object", "description": "Indicates if credit support is for the Interconnection Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25486,7 +18351,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25499,8 +18365,6 @@ "type": "object", "description": "Indicates if credit support is for the Lease Schedule. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25509,7 +18373,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25522,8 +18387,6 @@ "type": "object", "description": "Indicates if credit support is for the Limited Liability Company Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25532,7 +18395,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25545,8 +18409,6 @@ "type": "object", "description": "Indicates if credit support is for the Master Lease Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25555,7 +18417,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25568,8 +18431,6 @@ "type": "object", "description": "Indicates if credit support is for the Membership Interest Purchase Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25578,7 +18439,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25591,8 +18453,6 @@ "type": "object", "description": "Indicates if credit support is for the Operations and Maintenance Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25601,7 +18461,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25614,8 +18475,6 @@ "type": "object", "description": "Indicates if credit support is for the Power Purchase Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25624,7 +18483,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25637,8 +18497,6 @@ "type": "object", "description": "Indicates if credit support is for the Site Lease Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25647,7 +18505,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25660,8 +18519,6 @@ "type": "object", "description": "Indicates if credit support is for the Site Permit Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25670,7 +18527,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25683,8 +18541,6 @@ "type": "object", "description": "Indicates if credit support is for the Term Loan Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25693,7 +18549,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25706,8 +18563,6 @@ "type": "object", "description": "Used as the identifier for Credit Support.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25716,7 +18571,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25729,8 +18585,6 @@ "type": "object", "description": "Used as the identifier for Credit Support.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25739,7 +18593,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25752,8 +18607,6 @@ "type": "object", "description": "Name of bank or surety issuing support.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25762,7 +18615,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25775,8 +18629,6 @@ "type": "object", "description": "Identifier for the obligor which is a counterparty.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25785,7 +18637,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25798,8 +18651,6 @@ "type": "object", "description": "Identifier for the obligor which is an SPV.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25808,7 +18659,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25821,11 +18673,6 @@ "type": "object", "description": "Indicates if the obligor is an SPV or a counterparty.", "x-ob-item-type": "solar-types:sPVOrCounterpartyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "SPV", - "Counterparty" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25834,7 +18681,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25847,8 +18695,6 @@ "type": "object", "description": "Identifier of parent guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25857,7 +18703,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25870,8 +18717,6 @@ "type": "object", "description": "Name of individual or organization providing the Credit Support.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25880,7 +18725,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25893,8 +18739,6 @@ "type": "object", "description": "Name of individual or organization receiving the Credit Support.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25903,7 +18747,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25916,8 +18761,6 @@ "type": "object", "description": "Date on which credit support should start.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25926,7 +18769,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25939,13 +18783,6 @@ "type": "object", "description": "Status of credit support, which can be Not Due, Overdue, Granted or Expired.", "x-ob-item-type": "solar-types:creditSupportStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not Due", - "Over Due", - "Granted", - "Expired" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25954,7 +18791,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25967,8 +18805,6 @@ "type": "object", "description": "Represents information about credit that is used to support a particular contract, for example the LLCA, term loan or hedge agreement. Information can include names of provider and receiver of the support, identifier for the contract supported, type and status of credit, obligor and beneficiary, as well as term and dates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -25977,7 +18813,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -25990,17 +18827,6 @@ "type": "object", "description": "Duration of the credit support term. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26009,7 +18835,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26022,8 +18849,6 @@ "type": "object", "description": "Type of Credit Support, for example, Standby LC, Parent Guaranty, Surety Bond, Cash.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26032,7 +18857,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26045,8 +18871,6 @@ "type": "object", "description": "Used to group a listing of information about Cross Default Pool Amount.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26055,7 +18879,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26068,8 +18893,6 @@ "type": "object", "description": "Used as the identifier for Cross Default Pool Amount.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26078,7 +18901,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26091,8 +18915,6 @@ "type": "object", "description": "Represents information about the Cross Default Pool which is when the revenue from one project can be used to pay the expenses and lease payment for another project that would otherwise go into default.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26101,7 +18923,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26114,8 +18937,6 @@ "type": "object", "description": "Information about the Cross Default Pool.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26124,7 +18945,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26137,8 +18959,6 @@ "type": "object", "description": "Indicates if both parties can cross the default. If both can, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26147,7 +18967,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26160,8 +18981,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Asset Management Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26170,7 +18989,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26183,8 +19003,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Engineering Procurement and Construction Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26193,7 +19011,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26206,8 +19025,6 @@ "type": "object", "description": "Information about the agreement identifiers associated with the cross default pool.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26216,7 +19033,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26229,8 +19047,6 @@ "type": "object", "description": "Information about contracts that may be related to the cross default pool.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26239,7 +19055,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26252,8 +19069,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Equity Capital Contribution Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26262,7 +19077,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26275,8 +19091,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Hedge Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26285,7 +19099,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26298,8 +19113,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Individual Contractor Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26308,7 +19121,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26321,8 +19135,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Lease Schedule. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26331,7 +19143,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26344,8 +19157,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Limited Liability Company Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26354,7 +19165,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26367,8 +19179,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Master Lease Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26377,7 +19187,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26390,8 +19201,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Membership Interest Purchase Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26400,7 +19209,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26413,8 +19223,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Operations and Maintenance Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26423,7 +19231,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26436,8 +19245,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Power Purchase Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26446,7 +19253,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26459,8 +19267,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Site Lease Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26469,7 +19275,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26482,8 +19289,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Site Permit Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26492,7 +19297,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26505,8 +19311,6 @@ "type": "object", "description": "Indicates if there is a cross default pool for the Term Loan Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26515,7 +19319,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26528,8 +19333,6 @@ "type": "object", "description": "Used as the identifier for a Cross Default Pool.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26538,7 +19341,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26551,8 +19355,6 @@ "type": "object", "description": "Indication if, in the event of a default, the non breaching party can monetize the collateral on the other agreement.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26561,7 +19363,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26574,8 +19377,6 @@ "type": "object", "description": "Description of the party that is able to declare default.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26584,7 +19385,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26597,8 +19399,6 @@ "type": "object", "description": "Information about cultural resources related to a site such as description of the resource or permits.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26607,7 +19407,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26620,8 +19421,6 @@ "type": "object", "description": "Identifier for the cultural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26630,7 +19429,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26643,8 +19443,6 @@ "type": "object", "description": "Description of the cultural resource item identified.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26653,7 +19451,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26666,8 +19465,6 @@ "type": "object", "description": "Used as the identifier for the cultural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26676,7 +19473,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26689,8 +19487,6 @@ "type": "object", "description": "Used as the identifier for the cultural resource.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26699,7 +19495,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26712,8 +19509,6 @@ "type": "object", "description": "Used to group information about a cultural resource on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26722,7 +19517,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26735,8 +19531,6 @@ "type": "object", "description": "Description of the location of the cultural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26745,7 +19539,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26758,8 +19553,6 @@ "type": "object", "description": "Name of the cultural resource item identified.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26768,7 +19561,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26781,8 +19575,6 @@ "type": "object", "description": "Represents information about site-specific cultural resources which are defined as places of archeological, historical or cultural significance, for example, an historic preservation site, burial ground, place of current or former worship, etc. Related information can include name, location and description of the resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26791,7 +19583,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26804,8 +19597,6 @@ "type": "object", "description": "Used as the identifier for a permit action related to a cultural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26814,7 +19605,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26827,8 +19619,6 @@ "type": "object", "description": "Description of action required by the cultural resources permit, for example, a fee or covenant.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26837,7 +19627,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26850,8 +19641,6 @@ "type": "object", "description": "Used as the identifier for a permit action related to a cultural resource.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26860,7 +19649,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26873,8 +19663,6 @@ "type": "object", "description": "Used to group information about permit actions related to a cultural resource on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26883,7 +19671,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26896,8 +19685,6 @@ "type": "object", "description": "Represents information about actions taken related to a permit for a cultural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26906,7 +19693,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26919,8 +19707,6 @@ "type": "object", "description": "Used as the identifier for a permit related to a cultural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26929,7 +19715,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26942,8 +19729,6 @@ "type": "object", "description": "Used as the identifier for a permit related to a cultural resource.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26952,7 +19737,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26965,8 +19751,6 @@ "type": "object", "description": "Name of the governing authority that issued the permit for the cultural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26975,7 +19759,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -26988,8 +19773,6 @@ "type": "object", "description": "Identifier for the cultural resource permit to which an identified action belongs.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -26998,7 +19781,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27011,8 +19795,6 @@ "type": "object", "description": "Date on which the cultural resource permit was issued.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27021,7 +19803,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27034,8 +19817,6 @@ "type": "object", "description": "Used to group information about permits related to a cultural resource on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27044,7 +19825,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27057,8 +19839,6 @@ "type": "object", "description": "Link to the cultural resource permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27067,7 +19847,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27080,8 +19861,6 @@ "type": "object", "description": "Represents information about permits for a cultural resource such as the authority issuing the permit and link to the permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27090,7 +19869,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27103,8 +19883,6 @@ "type": "object", "description": "Used as the identifier for a study conducted about a cultural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27113,7 +19891,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27126,8 +19905,6 @@ "type": "object", "description": "Used as the identifier for a study conducted about a cultural resource.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27136,7 +19913,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27149,8 +19927,6 @@ "type": "object", "description": "Name of the cultural resource study.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27159,7 +19935,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27172,8 +19949,6 @@ "type": "object", "description": "Used to group information about a study conducted about a cultural resource on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27182,7 +19957,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27195,8 +19971,6 @@ "type": "object", "description": "Link to the cultural resource report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27205,7 +19979,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27218,8 +19993,6 @@ "type": "object", "description": "Name of the consultant who prepared the cultural resource study.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27228,7 +20001,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27241,8 +20015,6 @@ "type": "object", "description": "Represents information about studies conducted on a site-specific cultural resource which is defined as places of archeological, historical or cultural of significance, for example, an historic preservation site, burial ground, place of current or former worship, etc. Related information can include name of the preparer and the study, as well as link to the study.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27251,7 +20023,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27264,8 +20037,6 @@ "type": "object", "description": "Time period over which curtailment is measured.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27274,7 +20045,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27287,31 +20059,6 @@ "type": "object", "description": "Amount of curtailment in kWh which is a reduction in the energy output of a generator from what it could otherwise produce given available resources (e.g., wind or sunlight).", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27320,7 +20067,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27333,8 +20081,6 @@ "type": "object", "description": "Custom test condition created with specified attributes for air mass, ambient temperature, cell temperature, irradiance and wind speed.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27343,7 +20089,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27356,8 +20103,6 @@ "type": "object", "description": "Abstract for the Cut Sheet Document", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27366,7 +20111,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27379,8 +20125,6 @@ "type": "object", "description": "URI to the location of the Cut Sheet (Data Sheet) published by the manufacturer.", "x-ob-item-type": "xbrli:anyURIItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27389,7 +20133,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27402,8 +20147,6 @@ "type": "object", "description": "Information about the Data Acquisition System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27412,7 +20155,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27425,13 +20169,6 @@ "type": "object", "description": "Communication protocol of the Data Acquisition System which can be Modbus, Zigbee, WIFI, or Ethernet.", "x-ob-item-type": "solar-types:communicationProtocolItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Modbus", - "Zigbee", - "WIFI", - "Ethernet" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27440,7 +20177,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27453,8 +20191,6 @@ "type": "object", "description": "Expiration date of the Data Acquisition System license.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27463,7 +20199,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27476,8 +20213,6 @@ "type": "object", "description": "Link to the documentation URI for the Data Acquisition System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27486,7 +20221,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27499,8 +20235,6 @@ "type": "object", "description": "IP address for the Data Acquisition System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27509,7 +20243,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27522,202 +20257,16 @@ "type": "object", "description": "Cost of the Data Acquisition System license.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -27730,8 +20279,6 @@ "type": "object", "description": "Name and title of contact for Data Acquisition System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27740,7 +20287,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27753,8 +20301,6 @@ "type": "object", "description": "Email address for Data Acquisition System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27763,7 +20309,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27776,8 +20323,6 @@ "type": "object", "description": "Name of Data Acquisition System manufacturer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27786,7 +20331,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27799,8 +20345,6 @@ "type": "object", "description": "Model number of Data Acquisition System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27809,7 +20353,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27822,8 +20367,6 @@ "type": "object", "description": "Number of Data Acquisition Systems in a portfolio.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27832,7 +20375,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27845,8 +20389,6 @@ "type": "object", "description": "Information about the SCADA System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27855,7 +20397,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27868,13 +20411,6 @@ "type": "object", "description": "Communication protocol of the SCADA System which can be Modbus, Zigbee, WIFI, or Ethernet.", "x-ob-item-type": "solar-types:communicationProtocolItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Modbus", - "Zigbee", - "WIFI", - "Ethernet" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27883,7 +20419,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27896,8 +20433,6 @@ "type": "object", "description": "Expiration date of the SCADA (Supervisory Control & Data Acquisition) system license.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27906,7 +20441,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27919,8 +20455,6 @@ "type": "object", "description": "Link to the documentation URI for the SCADA System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27929,7 +20463,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27942,8 +20477,6 @@ "type": "object", "description": "IP address for the SCADA (Supervisory Control & Data Acquisition) system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -27952,7 +20485,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -27965,202 +20499,16 @@ "type": "object", "description": "Cost of the SCADA (Supervisory Control & Data Acquisition) license.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -28173,8 +20521,6 @@ "type": "object", "description": "Name and title of contact for SCADA (Supervisory Control & Data Acquisition) system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -28183,7 +20529,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -28196,8 +20543,6 @@ "type": "object", "description": "Email address for SCADA (Supervisory Control & Data Acquisition) system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -28206,7 +20551,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -28219,8 +20565,6 @@ "type": "object", "description": "Name of SCADA (Supervisory Control & Data Acquisition) systems manufacturer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -28229,7 +20573,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -28242,8 +20587,6 @@ "type": "object", "description": "Model number of SCADA (Supervisory Control & Data Acquisition) system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -28252,7 +20595,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -28265,8 +20609,6 @@ "type": "object", "description": "Number of SCADA (Supervisory Control & Data Acquisition) systems in a portfolio.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -28275,7 +20617,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -28288,8 +20631,6 @@ "type": "object", "description": "Device separating the flow of DC current from the modules to the inverter.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -28298,7 +20639,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -28311,17 +20653,6 @@ "type": "object", "description": "DC Nameplate capacity which is the sum of module ratings at standard test conditions as defined in the design.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -28330,7 +20661,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -28343,202 +20675,16 @@ "type": "object", "description": "Amount of the required periodic payments applied to interest.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -28551,202 +20697,16 @@ "type": "object", "description": "Amount of the required periodic payments applied to principal.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -28759,202 +20719,16 @@ "type": "object", "description": "An amount contributed by a partner with a negative capital account balance that brings the account balance to zero when the partnership interest is liquidated, usually within 90 days or by the end of the tax year in which the partner's interest are sold.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -28967,202 +20741,16 @@ "type": "object", "description": "Amount of the cap on the deficit restoration obligation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -29175,8 +20763,6 @@ "type": "object", "description": "Link to the Design And Construction document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29185,7 +20771,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29198,8 +20785,6 @@ "type": "object", "description": "Information about the Design and Construction Documents for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29208,7 +20793,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29221,8 +20807,6 @@ "type": "object", "description": "Indicates if the Design and Construction Documents is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29231,7 +20815,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29244,8 +20829,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Design and Construction Documents or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29254,7 +20837,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29267,8 +20851,6 @@ "type": "object", "description": "Indicates if the Design and Construction Documents is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29277,7 +20859,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29290,8 +20873,6 @@ "type": "object", "description": "Names of counterparties to the Design and Construction Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29300,7 +20881,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29313,8 +20895,6 @@ "type": "object", "description": "Description of any exceptions to the Design and Construction Documents or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29323,7 +20903,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29336,8 +20917,6 @@ "type": "object", "description": "Information about the design attributes.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29346,7 +20925,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29359,17 +20939,6 @@ "type": "object", "description": "Total AC Capacity of the system based on the design of the system and the manufacturer's expected capacity (calculated as DC X (1-derate factor)).", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29378,7 +20947,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29391,17 +20961,6 @@ "type": "object", "description": "Nominal AC power rating of the System based on the design of the system in kWp.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29410,7 +20969,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29423,17 +20983,6 @@ "type": "object", "description": "Total DC Capacity of the system based on the design of the system at Standard Test Conditions.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29442,7 +20991,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29455,8 +21005,6 @@ "type": "object", "description": "Design review of the Architectural IFC (Industrial Foundation Classes) Drawings (for on-site buildings only).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29465,7 +21013,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29478,8 +21027,6 @@ "type": "object", "description": "Design review of the Civil IFC (Industrial Foundation Classes) Drawings including earthwork and drainage.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29488,7 +21035,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29501,8 +21049,6 @@ "type": "object", "description": "Design review of the Electrical IFC (Industrial Foundation Classes) Drawings including substation(s).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29511,7 +21057,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29524,8 +21071,6 @@ "type": "object", "description": "Design review of the Geotech report to ensure compatibility with IFC (Industrial Foundation Classes) Drawings.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29534,7 +21079,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29547,8 +21093,6 @@ "type": "object", "description": "Design review of the Mechanical IFC (Industrial Foundation Classes) Drawings.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29557,7 +21101,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29570,8 +21115,6 @@ "type": "object", "description": "Design review of the Structural IFC (Industrial Foundation Classes) Drawings including wind loading (for both ground and roof), structural roof integrity and post pull-out test results for ground (if needed).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29580,7 +21123,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29593,8 +21137,6 @@ "type": "object", "description": "Information about the Developers.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29603,7 +21145,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29616,8 +21159,6 @@ "type": "object", "description": "Description of developer's engagement with the local community on current and past projects.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29626,7 +21167,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29639,8 +21181,6 @@ "type": "object", "description": "Description of the developers past experience with project development and construction.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29649,7 +21189,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29662,17 +21203,6 @@ "type": "object", "description": "Number of megawatts (MWac) developer has constructed.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29681,7 +21211,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29694,8 +21225,6 @@ "type": "object", "description": "Description of funds the developer is involved with including general fund structure, organization and competitive advantage in target markets.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29704,7 +21233,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29717,8 +21247,6 @@ "type": "object", "description": "Used to group a listing of information about a Developer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29727,7 +21255,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29740,8 +21269,6 @@ "type": "object", "description": "Description of the aspects of EPC (Engineering Procurement and Construction) performed by the developer as a prime contractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29750,7 +21277,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29763,8 +21291,6 @@ "type": "object", "description": "Description of developer's EPC (Engineering Procurement and Construction) warranty strategy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29773,7 +21299,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29786,8 +21313,6 @@ "type": "object", "description": "Identifier for the Developer.", "x-ob-item-type": "dei:legalEntityIdentifierItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29796,7 +21321,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29809,8 +21335,6 @@ "type": "object", "description": "Executive biographies of the developer company management.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29819,7 +21343,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29832,8 +21357,6 @@ "type": "object", "description": "Description of developer experience with technology contemplated for funding, customers, amount of megawatts developed in US and abroad, time in business in US and abroad.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29842,7 +21365,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29855,8 +21379,6 @@ "type": "object", "description": "Description of fund prospectus' and other reports provided to investors for the current fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29865,7 +21387,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29878,8 +21401,6 @@ "type": "object", "description": "Description of the process and individuals authorized to make decisions in the developer governance process.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29888,7 +21409,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29901,8 +21423,6 @@ "type": "object", "description": "Description of the developer governance structure including board members and processes.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29911,7 +21431,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29924,8 +21445,6 @@ "type": "object", "description": "Used as the identifier for Developers.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29934,7 +21453,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29947,8 +21467,6 @@ "type": "object", "description": "Used as the identifier for Developers.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29957,7 +21475,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29970,8 +21489,6 @@ "type": "object", "description": "Description of developer's experience in various Independent System Operator (ISO) regional energy markets.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -29980,7 +21497,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -29993,8 +21511,6 @@ "type": "object", "description": "Description of locations where developer has developed Megawatt construction.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30003,7 +21519,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30016,8 +21533,6 @@ "type": "object", "description": "Number of Megawatt construction projects developer has performed.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30026,7 +21541,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30039,8 +21555,6 @@ "type": "object", "description": "Description of developer staff and internal organizational structure.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30049,7 +21563,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30062,8 +21577,6 @@ "type": "object", "description": "Description of past funds the developer has been involved with including size, returns, years the funds were created, investor base and investment guidelines.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30072,7 +21585,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30085,31 +21599,6 @@ "type": "object", "description": "kWh output guaranteed by the developer for the portfolio.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30118,7 +21607,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30131,8 +21621,6 @@ "type": "object", "description": "Guaranteed output as percent of P50 energy production estimate for the portfolio.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30141,7 +21629,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30154,8 +21643,6 @@ "type": "object", "description": "Information about the performance guarantee by the developer over the portfolio.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30164,7 +21651,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30177,8 +21665,6 @@ "type": "object", "description": "Link to the Developer Portfolio Performance Guarantee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30187,7 +21673,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30200,8 +21687,6 @@ "type": "object", "description": "Expiration date of the developer performance guarantee for the portfolio.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30210,7 +21695,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30223,8 +21709,6 @@ "type": "object", "description": "Initiation date of the developer performance guarantee for the portfolio.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30233,7 +21717,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30246,17 +21731,6 @@ "type": "object", "description": "Term of the developer performance guarantee for the portfolio which may be in years or months. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30265,7 +21739,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30278,8 +21753,6 @@ "type": "object", "description": "Description of the developer performance guarantee type for the portfolio.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30288,7 +21761,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30301,31 +21775,6 @@ "type": "object", "description": "kWh output guaranteed by the developer for the project.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30334,7 +21783,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30347,8 +21797,6 @@ "type": "object", "description": "Guaranteed output as percent of P50 energy production estimate for the project.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30357,7 +21805,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30370,8 +21819,6 @@ "type": "object", "description": "Information about the performance guarantee by the developer over the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30380,7 +21827,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30393,8 +21841,6 @@ "type": "object", "description": "Link to the Developer project Performance Guarantee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30403,7 +21849,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30416,8 +21863,6 @@ "type": "object", "description": "Expiration date of the developer performance guarantee for the project.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30426,7 +21871,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30439,8 +21885,6 @@ "type": "object", "description": "Initiation date of the developer performance guarantee for the project.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30449,7 +21893,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30462,17 +21907,6 @@ "type": "object", "description": "Term of the developer performance guarantee for the project which may be in years or months. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30481,7 +21915,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30494,8 +21929,6 @@ "type": "object", "description": "Description of the developer performance guarantee type for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30504,7 +21937,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30517,8 +21951,6 @@ "type": "object", "description": "Information about developer performance guarantees for the project or the portfolio.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30527,7 +21959,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30540,8 +21973,6 @@ "type": "object", "description": "Description of developers preferred independent engineers, contact information and other information including willingness to allow other stakeholders to contact them directly.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30550,7 +21981,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30563,8 +21995,6 @@ "type": "object", "description": "Description of developer project commissioning and performance testing methods.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30573,7 +22003,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30586,8 +22017,6 @@ "type": "object", "description": "Description of the developers renewable operating experience for this fund and in aggregate, project names, MW produced, location, geography, performance including availability and production relative to underwriting, commercial operations date, percent of ownership, and indicate if they are managing members of tax equity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30596,7 +22025,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30609,8 +22039,6 @@ "type": "object", "description": "Description of developer staffing, for example, number and titles of staff versus number and qualifications of subcontractors. Qualifications can include location and safety record.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30619,7 +22047,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30632,8 +22061,6 @@ "type": "object", "description": "Description of developer use and qualifications of EPC (Engineering Procurement and Construction) subcontractors and preferred EPCs.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30642,7 +22069,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30655,8 +22083,6 @@ "type": "object", "description": "Represents information related to a Developer which may include executive biographies, description and names of funds the developer has been involved with, governance and technical experience, staffing, development, community engagement and construction experience, number of watts constructed, use of subcontractors, and other information that may be helpful in evaluating the developer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30665,7 +22091,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30678,8 +22105,6 @@ "type": "object", "description": "Description of the use and qualification of equipment, for example module accelerated lifetime testing, Independent Engineering reports, and preferred equipment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30688,7 +22113,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30701,8 +22127,6 @@ "type": "object", "description": "Description of deviations from the test procedures in IEC 61724-3.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30711,7 +22135,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30724,202 +22149,16 @@ "type": "object", "description": "Aggregate cost of the device from start of the installation to date.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -30932,8 +22171,6 @@ "type": "object", "description": "Information about devices that are specific to a particular individual device within a system. For example, temperature of an individual module or combiner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30942,7 +22179,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30955,8 +22193,6 @@ "type": "object", "description": "Information about the individual devices in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30965,7 +22201,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -30978,8 +22215,6 @@ "type": "object", "description": "Used to identify individual pieces of equipment used in a system, for example, ABC Brand inverter with serial number xxxx.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -30988,7 +22223,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31001,8 +22237,6 @@ "type": "object", "description": "Used to identify individual pieces of equipment used in a system, for example, ABC Brand inverter with serial number xxxx.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31011,7 +22245,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31024,8 +22259,6 @@ "type": "object", "description": "Used to group information about a single piece of equipment used in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31034,7 +22267,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31047,8 +22281,6 @@ "type": "object", "description": "Information about equipment warranties related to specific devices in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31057,7 +22289,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31070,8 +22303,6 @@ "type": "object", "description": "Represents individual devices in the Equipment Class that are used in the system such as inverter or module and can include information such as model, serial number, manufacture date, firmware version and link to the manual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31080,7 +22311,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31093,8 +22325,6 @@ "type": "object", "description": "Information about approvals required by the Division of State Architect related to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31103,7 +22333,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31116,8 +22347,6 @@ "type": "object", "description": "Date on which Division of State Architect approval was obtained.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31126,7 +22355,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31139,8 +22369,6 @@ "type": "object", "description": "Link to Division of State Architect approval notice.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31149,7 +22377,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31162,8 +22391,6 @@ "type": "object", "description": "Indication as to whether Division of State Architect approval is required.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31172,7 +22399,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31185,14 +22413,6 @@ "type": "object", "description": "Status of Division of State Architect approval.", "x-ob-item-type": "solar-types:divisionStateApprovalStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not Submitted", - "Submitted", - "Conditional", - "Final Approval", - "Not Applicable" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31201,7 +22421,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31214,8 +22435,6 @@ "type": "object", "description": "Information about the Easement Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31224,7 +22443,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31237,8 +22457,6 @@ "type": "object", "description": "Indicates if the Easement Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31247,7 +22465,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31260,8 +22479,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Easement Report or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31270,7 +22487,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31283,8 +22501,6 @@ "type": "object", "description": "Indicates if the Easement Report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31293,7 +22509,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31306,8 +22523,6 @@ "type": "object", "description": "Names of counterparties to the Easement Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31316,7 +22531,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31329,8 +22545,6 @@ "type": "object", "description": "Link to the Easement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31339,7 +22553,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31352,8 +22567,6 @@ "type": "object", "description": "Effective date of the Easement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31362,7 +22575,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31375,8 +22589,6 @@ "type": "object", "description": "Description of any exceptions to the Easement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31385,7 +22597,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31398,8 +22611,6 @@ "type": "object", "description": "Expiration date of the Easement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31408,7 +22619,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31421,202 +22633,16 @@ "type": "object", "description": "Revenue from generation of electricity, a process of producing electric energy by transforming other forms of energy such as nuclear, fossil fuel, solar, geothermal, hydro, and wind.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -31629,8 +22655,6 @@ "type": "object", "description": "Information about the Electrical Inspection for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31639,7 +22663,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31652,8 +22677,6 @@ "type": "object", "description": "Indicates if the Electrical Inspection is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31662,7 +22685,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31675,8 +22699,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Electrical Inspection or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31685,7 +22707,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31698,8 +22721,6 @@ "type": "object", "description": "Indicates if the Electrical Inspection is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31708,7 +22729,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31721,8 +22743,6 @@ "type": "object", "description": "Names of counterparties to the Electrical Inspection.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31731,7 +22751,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31744,8 +22765,6 @@ "type": "object", "description": "Link to the Electrical Inspection document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31754,7 +22773,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31767,8 +22787,6 @@ "type": "object", "description": "Effective date of the Electrical Inspection.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31777,7 +22795,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31790,8 +22809,6 @@ "type": "object", "description": "Description of any exceptions to the Electrical Inspection or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31800,7 +22817,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31813,8 +22831,6 @@ "type": "object", "description": "Expiration date of the Electrical Inspection.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31823,7 +22839,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31836,8 +22853,6 @@ "type": "object", "description": "Information about employees.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31846,7 +22861,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31859,8 +22875,6 @@ "type": "object", "description": "Used to group information about a Employee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31869,7 +22883,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31882,8 +22897,6 @@ "type": "object", "description": "First name of the employee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31892,7 +22905,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31905,8 +22919,6 @@ "type": "object", "description": "Full name of the employee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31915,7 +22927,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31928,8 +22941,6 @@ "type": "object", "description": "Used as the identifier for the employees.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31938,7 +22949,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31951,8 +22963,6 @@ "type": "object", "description": "Used as the identifier for the employees.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31961,7 +22971,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31974,8 +22985,6 @@ "type": "object", "description": "Last name of the employee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -31984,7 +22993,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -31997,8 +23007,6 @@ "type": "object", "description": "Description of the role of the employee, for example transaction documents or due diligence.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32007,7 +23015,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32020,8 +23029,6 @@ "type": "object", "description": "Used as the identifier for the Role of an Employee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32030,7 +23037,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32043,8 +23051,6 @@ "type": "object", "description": "Used as the identifier for the Role of an Employee.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32053,7 +23059,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32066,11 +23073,6 @@ "type": "object", "description": "Indicates the level of the employee, for example, lead or support.", "x-ob-item-type": "solar-types:employeeLevelItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Lead", - "Support" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32079,7 +23081,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32092,8 +23095,6 @@ "type": "object", "description": "Used to group a listing of information about the role of employees.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32102,7 +23103,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32115,8 +23117,6 @@ "type": "object", "description": "Represents information about a specific employee which can include whether they are associated with a fund or project, plus the identifier for that fund or project, their role and level.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32125,7 +23125,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32138,11 +23139,6 @@ "type": "object", "description": "Indicates whether the employee role was on a fund or a project.", "x-ob-item-type": "solar-types:employeeRoleItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Fund", - "Project" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32151,7 +23147,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32164,8 +23161,6 @@ "type": "object", "description": "Represents information about an individual who is employed on the system including name, title, and team on which the individual works.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32174,7 +23169,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32187,8 +23183,6 @@ "type": "object", "description": "Team name for the employee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32197,7 +23191,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32210,8 +23205,6 @@ "type": "object", "description": "Corporate title of the employee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32220,7 +23213,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32233,8 +23227,6 @@ "type": "object", "description": "Time stamp indicating last day of IEC 61724-3 test, administered under OD-402.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32243,7 +23235,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32256,17 +23249,6 @@ "type": "object", "description": "Time stamp indicating the final day of the IEC 61724-2 test, administered under OD-401 or OD-402.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32275,7 +23257,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32288,8 +23271,6 @@ "type": "object", "description": "Information about charges relevant to IECRE.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32298,7 +23279,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32311,8 +23293,6 @@ "type": "object", "description": "Information about performance data for testing used in the preparation of the IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32321,7 +23301,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32334,8 +23315,6 @@ "type": "object", "description": "Information about financial and production performance data, comparison of predicted versus expected.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32344,7 +23323,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32357,8 +23337,6 @@ "type": "object", "description": "Table used to capture information about financial and production performance data, comparing predicted to actual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32367,7 +23345,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32380,8 +23359,6 @@ "type": "object", "description": "Used to collect information about actual and predicted performance data.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32390,7 +23367,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32403,10 +23381,6 @@ "type": "object", "description": "Generally recurring costs associated with normal operations except for the portion of these expenses which can be clearly related to production and included in cost of sales or services. Includes selling, general and administrative expense. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32415,7 +23389,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32428,10 +23403,6 @@ "type": "object", "description": "The aggregate costs related to asset management during the reporting period. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32440,7 +23411,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32453,10 +23425,6 @@ "type": "object", "description": "The expense in the period incurred with respect to protection provided by insurance entities against risks other than risks associated with production (which are allocated to cost of sales). Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32465,7 +23433,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32478,10 +23447,6 @@ "type": "object", "description": "The amount of excise and sales taxes included in sales and revenues, which are then deducted as a cost of sales. Includes excise taxes, which are applied to specific types of transactions or items (such as gasoline or alcohol); and sales, use and value added taxes, which are applied to a broad class of revenue-producing transactions involving a wide range of goods and services. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32490,7 +23455,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32503,10 +23469,6 @@ "type": "object", "description": "A tax based on the assessed value of real estate by the local government. The tax is usually based on the value of property (including the land). Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32515,7 +23477,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32528,10 +23491,6 @@ "type": "object", "description": "Utilities costs incurred during the reporting period for services, such as water, sewer, gas, electricity and telephone required to operate a building. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32540,7 +23499,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32553,10 +23513,6 @@ "type": "object", "description": "Amount of expense classified as other. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32565,7 +23521,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32578,10 +23535,6 @@ "type": "object", "description": "Fee for auditing financial information. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32590,7 +23543,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32603,10 +23557,6 @@ "type": "object", "description": "Fee for preparing tax returns. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32615,7 +23565,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32628,10 +23579,6 @@ "type": "object", "description": "Other administrative fees. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32640,7 +23587,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32653,10 +23601,6 @@ "type": "object", "description": "Site lease expense. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32665,7 +23609,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32678,10 +23623,6 @@ "type": "object", "description": "Amount of current federal tax expense (benefit) pertaining to income (loss) from continuing operations. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32690,7 +23631,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32703,10 +23645,6 @@ "type": "object", "description": "Amount of current state and local tax expense (benefit) pertaining to income (loss) from continuing operations. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32715,7 +23653,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32728,10 +23667,6 @@ "type": "object", "description": "Amount of other income tax expense (benefit). Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32740,7 +23675,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32753,10 +23689,6 @@ "type": "object", "description": "Total costs of sales and operating expenses for the period. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32765,7 +23697,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32778,10 +23711,6 @@ "type": "object", "description": "Cash payments to lessor's for use of assets under operating leases. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32790,7 +23719,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32803,10 +23733,6 @@ "type": "object", "description": "Revenue from generation of electricity, a process of producing electric energy by transforming other forms of energy such as nuclear, fossil fuel, solar, geothermal, hydro, and wind. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32815,7 +23741,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32828,10 +23755,6 @@ "type": "object", "description": "Revenue from energy production based incentive. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32840,7 +23763,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32853,10 +23777,6 @@ "type": "object", "description": "Revenue from renewable energy credits. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32865,7 +23785,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32878,10 +23799,6 @@ "type": "object", "description": "Revenue from renewable energy rebate program. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32890,7 +23807,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32903,10 +23821,6 @@ "type": "object", "description": "Amount of revenue and income classified as other. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32915,7 +23829,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32928,10 +23843,6 @@ "type": "object", "description": "Amount of revenue recognized from goods sold, services rendered, insurance premiums, or other activities that constitute an earning process. Includes, but is not limited to, investment and interest income before deduction of interest expense when recognized as a component of revenue, and sales and trading gain (loss). Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32940,7 +23851,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32953,10 +23865,6 @@ "type": "object", "description": "Depreciation of property, plant and equipment directly related to services rendered by an entity during the reporting period. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32965,7 +23873,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -32978,10 +23887,6 @@ "type": "object", "description": "This is the sum of principal amount outstanding for both securitized and unsecuritized loans of all types. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -32990,7 +23895,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33003,10 +23909,6 @@ "type": "object", "description": "The total invested capital at the end of the reporting period. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33015,7 +23917,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33028,10 +23931,6 @@ "type": "object", "description": "Total of all project account balances at the end of the reporting period. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33040,7 +23939,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33053,8 +23953,6 @@ "type": "object", "description": "Unlevered internal rate of return.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33063,7 +23961,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33076,10 +23975,6 @@ "type": "object", "description": "Amount of payment to tax-equity investors in the reporting period. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33088,7 +23983,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33101,10 +23997,6 @@ "type": "object", "description": "Amount of payments to other financiers in the reporting period. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33113,7 +24005,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33126,10 +24019,6 @@ "type": "object", "description": "The total Hypothetical Liquidation at Book Value balance at the end of the reporting period. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33138,7 +24027,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33151,10 +24041,6 @@ "type": "object", "description": "Amount of the required periodic payments applied to principal. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33163,7 +24049,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33176,10 +24063,6 @@ "type": "object", "description": "Amount of the required periodic payments applied to interest. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33188,7 +24071,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33201,10 +24085,6 @@ "type": "object", "description": "Amount of deficit restoration obligation in the reporting period. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33213,7 +24093,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33226,10 +24107,6 @@ "type": "object", "description": "Limit to deficit restoration obligation. Value should be reported as amount per watt. The StatementScenarioAxis should be used to report values that are predicted. No axis should be used to report values that are actual.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33238,7 +24115,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33251,8 +24129,6 @@ "type": "object", "description": "Information about the Energy Budget.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33261,7 +24137,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33274,202 +24151,16 @@ "type": "object", "description": "The maximum amount of power (kW) drawn for any given time interval (typically 15 minutes) during the billing period, multiplied by the relevant demand charge ($/kW). Demand charges are fees applied to the electric bills of commercial and industrial customers based upon the highest amount of power drawn during any interval during the billing period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -33482,202 +24173,16 @@ "type": "object", "description": "The amount of energy (kWh) consumed, multiplied by the relevant price of energy ($/kWh) during the billing period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -33690,8 +24195,6 @@ "type": "object", "description": "Date on which the budget was entered or corrected.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33700,7 +24203,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33713,8 +24217,6 @@ "type": "object", "description": "Used to group information about the Energy Budget.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33723,7 +24225,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33736,8 +24239,6 @@ "type": "object", "description": "Identifier for the energy budget related to a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33746,7 +24247,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33759,8 +24261,6 @@ "type": "object", "description": "Used as the identifier for the Energy Budget.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33769,7 +24269,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33782,8 +24283,6 @@ "type": "object", "description": "Used as the identifier for the Energy Budget.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33792,7 +24291,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33805,8 +24305,6 @@ "type": "object", "description": "Specifies periodicity of budget, for example monthly, quarterly, semi-annually, annual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33815,7 +24313,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33828,12 +24327,6 @@ "type": "object", "description": "Identifies the phase of the budget, for example, closing, initial funding, final funding.", "x-ob-item-type": "solar-types:energyBudgetPhaseItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Closing", - "Initial Funding", - "Final Funding" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33842,7 +24335,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33855,8 +24349,6 @@ "type": "object", "description": "Description of the source of the budget, for example, sponsor, internal or Independent Engineer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33865,7 +24357,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33878,8 +24371,6 @@ "type": "object", "description": "Identifies the status of the budget, for example, preliminary, indicative or final.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33888,7 +24379,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33901,8 +24393,6 @@ "type": "object", "description": "Annual percent degradation of system performance.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33911,7 +24401,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33924,8 +24415,6 @@ "type": "object", "description": "Represents information about various energy budgets developed that are related to a site. Data reported can include version, source, status, phase, and date, as well as first year output, annual degradation of system performance, performance ratio, and periodicity of budget.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33934,7 +24423,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33947,8 +24437,6 @@ "type": "object", "description": "Description of the version of the budget.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33957,7 +24445,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33970,8 +24459,6 @@ "type": "object", "description": "First year capacity factor percent, pre-availability and curtailment", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -33980,7 +24467,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -33993,8 +24481,6 @@ "type": "object", "description": "First year output in megawatt hours (MWh) divided by megawatt hours at peak (MWp), pre-availability and curtailment.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34003,7 +24489,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34016,8 +24503,6 @@ "type": "object", "description": "First year energy output in megawatt hours, pre-availability and curtailment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34026,7 +24511,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34039,8 +24525,6 @@ "type": "object", "description": "Energy production estimate of independent engineer including Inter-Annual Variability and P50, P75, P90, P99 for 1 and 10 years in kWh.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34049,7 +24533,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34062,8 +24547,6 @@ "type": "object", "description": "Energy production estimate of load study for non-export systems and loss estimation in kWh.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34072,7 +24555,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34085,8 +24569,6 @@ "type": "object", "description": "Energy production estimate contribution from loss estimation (curtailment, shading, soiling, snow, etc.) in kWh.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34095,7 +24577,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34108,8 +24591,6 @@ "type": "object", "description": "Energy production estimate contribution from OND file creation or conformation and validation (inverter) in kWh.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34118,7 +24599,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34131,8 +24613,6 @@ "type": "object", "description": "Energy production estimate contribution from PAN file creation or confirmation contribution from validation (module) in kWh.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34141,7 +24621,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34154,8 +24635,6 @@ "type": "object", "description": "Energy production estimate contribution from Solar Resource Assessment in kWh.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34164,7 +24643,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34177,8 +24657,6 @@ "type": "object", "description": "Information about the the engineering procurement and construction related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34187,7 +24665,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34200,8 +24679,6 @@ "type": "object", "description": "Information about the Engineering Procurement and Construction Agreement to build the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34210,7 +24687,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34223,8 +24701,6 @@ "type": "object", "description": "Actual completion date of the Engineering, Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34233,7 +24709,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34246,202 +24723,16 @@ "type": "object", "description": "Amount of the cap on EPC liabilities in the Engineering Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -34454,8 +24745,6 @@ "type": "object", "description": "Confirmation of the availability of the construction documents per the Engineering Procurement and Construction Agreement. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34464,7 +24753,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34477,8 +24767,6 @@ "type": "object", "description": "Effective date of the Engineering Procurement and Construction contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34487,7 +24775,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34500,8 +24789,6 @@ "type": "object", "description": "Confirmation of the availability of the contract documents, per the Engineering Procurement and Construction Agreement. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34510,7 +24797,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34523,202 +24811,16 @@ "type": "object", "description": "Total contracted cost of the engineering procurement and construction.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -34731,8 +24833,6 @@ "type": "object", "description": "Description of the history and structure of the Engineering Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34741,7 +24841,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34754,8 +24855,6 @@ "type": "object", "description": "Description of the contract type of the Engineering Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34764,7 +24863,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34777,10 +24877,6 @@ "type": "object", "description": "Engineering Procurement Construction Cost, amount per unit of DC energy.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34789,7 +24885,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34802,8 +24899,6 @@ "type": "object", "description": "Name of customer (developer) per the Engineering Procurement and Construction agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34812,7 +24907,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34825,8 +24921,6 @@ "type": "object", "description": "Description of the Engineering Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34835,7 +24929,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34848,8 +24943,6 @@ "type": "object", "description": "Expected completion date of the Engineering, Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34858,7 +24951,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34871,8 +24965,6 @@ "type": "object", "description": "Description of the financial assurances provided by the Engineering Procurement and Construction contractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34881,7 +24973,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34894,31 +24987,6 @@ "type": "object", "description": "Guaranteed output of the solar installation in kWh.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34927,7 +24995,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34940,8 +25009,6 @@ "type": "object", "description": "Description of the guarantees in the Engineering Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34950,7 +25017,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34963,8 +25031,6 @@ "type": "object", "description": "Confirmation of the availability of the Interconnection Agreement in the Engineering, Procurement and Construction Agreement Agreement. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34973,7 +25039,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -34986,8 +25053,6 @@ "type": "object", "description": "Expiration date of the Engineering Procurement and Construction performance guarantee that the project will perform at a certain level of energy output.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -34996,7 +25061,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35009,8 +25075,6 @@ "type": "object", "description": "Initiation date of the Engineering Procurement and Construction performance guarantee that the project will perform at a certain level of energy output.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35019,7 +25083,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35032,8 +25097,6 @@ "type": "object", "description": "Performance guarantee calculated as kWh as percent of P50 energy production.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35042,7 +25105,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35055,17 +25119,6 @@ "type": "object", "description": "Term of the performance guarantee. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35074,7 +25127,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35087,8 +25141,6 @@ "type": "object", "description": "Description of the Engineering Procurement and Construction Agreement Performance Guarantee, indicating that the project will perform at a certain level of energy output.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35097,7 +25149,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35110,8 +25163,6 @@ "type": "object", "description": "Description of the scope of work outlined in the Engineering Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35120,7 +25171,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35133,8 +25185,6 @@ "type": "object", "description": "Description of special features described in the Engineering Procurement and Construction Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35143,7 +25193,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35156,8 +25207,6 @@ "type": "object", "description": "Description of scope of work of the Engineering Procurement and Construction subcontractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35166,7 +25215,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35179,8 +25229,6 @@ "type": "object", "description": "Engineering Procurement and Construction Warranty Expiration Date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35189,7 +25237,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35202,8 +25251,6 @@ "type": "object", "description": "Engineering Procurement and Construction Warranty Initiation Date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35212,7 +25259,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35225,17 +25273,6 @@ "type": "object", "description": "Term of the warranty on the Engineering Procurement and Construction Agreement. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35244,7 +25281,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35257,8 +25295,6 @@ "type": "object", "description": "Confirmation of the availability of the Workmanship Warranty per the Engineering Procurement and Construction Agreement. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35267,7 +25303,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35280,17 +25317,6 @@ "type": "object", "description": "Term of the Workmanship Warranty in the Engineering Procurement and Construction Agreement. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35299,7 +25325,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35312,8 +25339,6 @@ "type": "object", "description": "Used to identify information about the Engineering Procurement and Construction Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35322,7 +25347,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35335,8 +25361,6 @@ "type": "object", "description": "Used to identify information about the Engineering Procurement and Construction Contract.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35345,7 +25369,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35358,8 +25383,6 @@ "type": "object", "description": "Represents information about the Engineering Procurement and Construction contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35368,7 +25391,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35381,8 +25405,6 @@ "type": "object", "description": "Name of the Engineering Procurement and Construction contractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35391,7 +25413,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35404,8 +25427,6 @@ "type": "object", "description": "Represents information about the Engineering Procurement and Construction Contract, for example, term, description, name of contractor, scope, guaranties, type of contract, etc.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35414,7 +25435,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35427,8 +25449,6 @@ "type": "object", "description": "Information about the Engineering Procurement and Construction contractors engaged to build the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35437,7 +25457,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35450,8 +25471,6 @@ "type": "object", "description": "Title of contact person at the Engineering Procurement and Construction contractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35460,7 +25479,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35473,17 +25493,6 @@ "type": "object", "description": "Size of the entity in megawatts AC.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35492,7 +25501,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35505,17 +25515,6 @@ "type": "object", "description": "Size of the entity in megawatts DC.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35524,7 +25523,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35537,31 +25537,6 @@ "type": "object", "description": "Size of storage facility in kWh.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35570,7 +25545,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35583,17 +25559,6 @@ "type": "object", "description": "Size of storage facility in kW.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35602,7 +25567,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35615,8 +25581,6 @@ "type": "object", "description": "Information about the environmental impact of the installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35625,7 +25589,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35638,8 +25603,6 @@ "type": "object", "description": "Description of biological resources that should be considered concerning the installation, for example, presence of endangered species, vegetation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35648,7 +25611,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35661,8 +25625,6 @@ "type": "object", "description": "General description of environmental impact of the system, for example, soil and air quality.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35671,7 +25633,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35684,8 +25647,6 @@ "type": "object", "description": "Information about the Environmental Impact Report which explains the environmental impact of the installation on the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35694,7 +25655,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35707,8 +25669,6 @@ "type": "object", "description": "Indicates if the Environmental Impact Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35717,7 +25677,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35730,8 +25691,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Environmental Impact Report. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35740,7 +25699,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35753,8 +25713,6 @@ "type": "object", "description": "Indicates if the Environmental Impact Report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35763,7 +25721,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35776,8 +25735,6 @@ "type": "object", "description": "Names of counterparties to the Environmental Impact Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35786,7 +25743,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35799,8 +25757,6 @@ "type": "object", "description": "Link to the Environmental Impact Report document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35809,7 +25765,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35822,8 +25779,6 @@ "type": "object", "description": "Effective date of the Environmental Impact Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35832,7 +25787,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35845,8 +25801,6 @@ "type": "object", "description": "Description of any exceptions to the Environmental Impact Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35855,7 +25809,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35868,8 +25823,6 @@ "type": "object", "description": "Expiration date of the Environmental Impact Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35878,7 +25831,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35891,8 +25845,6 @@ "type": "object", "description": "Description of the Environmental Site Assessment which evaluates the environmental impact of the site, including the scope of the report such as whether the full site is covered.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35901,7 +25853,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35914,8 +25867,6 @@ "type": "object", "description": "Information about the Environmental Site Assessment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35924,7 +25875,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35937,8 +25889,6 @@ "type": "object", "description": "Used as the identifier for the Environmental Site Assessment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35947,7 +25897,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35960,8 +25911,6 @@ "type": "object", "description": "Used to group a listing of information about an Evironmental Site Assessment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35970,7 +25919,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -35983,8 +25933,6 @@ "type": "object", "description": "Used as the identifier for the Environmental Site Assessment.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -35993,7 +25941,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36006,8 +25955,6 @@ "type": "object", "description": "Information about the Environmental Site Assessment I.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36016,7 +25963,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36029,8 +25977,6 @@ "type": "object", "description": "Indicates if the Environmental Site Assessment I is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36039,7 +25985,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36052,8 +25999,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Environmental Site Assessment I or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36062,7 +26007,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36075,8 +26021,6 @@ "type": "object", "description": "Indicates if the Environmental Site Assessment I is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36085,7 +26029,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36098,8 +26043,6 @@ "type": "object", "description": "Names of counterparties to the Environmental Site Assessment I.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36108,7 +26051,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36121,8 +26065,6 @@ "type": "object", "description": "Link to the Environmental Site Assessment I document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36131,7 +26073,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36144,8 +26087,6 @@ "type": "object", "description": "Effective date of the Environmental Site Assessment I.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36154,7 +26095,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36167,8 +26109,6 @@ "type": "object", "description": "Description of any exceptions to the Environmental Site Assessment I or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36177,7 +26117,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36190,8 +26131,6 @@ "type": "object", "description": "Expiration date of the Environmental Site Assessment I.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36200,7 +26139,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36213,8 +26153,6 @@ "type": "object", "description": "Information about the Environmental Site Assessment II.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36223,7 +26161,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36236,8 +26175,6 @@ "type": "object", "description": "Indicates if the Environmental Site Assessment II is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36246,7 +26183,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36259,8 +26197,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Environmental Site Assessment II or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36269,7 +26205,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36282,8 +26219,6 @@ "type": "object", "description": "Indicates if the Environmental Site Assessment II is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36292,7 +26227,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36305,8 +26241,6 @@ "type": "object", "description": "Names of counterparties to the Environmental Site Assessment II.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36315,7 +26249,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36328,8 +26263,6 @@ "type": "object", "description": "Link to the Environmental Site Assessment II document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36338,7 +26271,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36351,8 +26285,6 @@ "type": "object", "description": "Effective date of the Environmental Site Assessment II.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36361,7 +26293,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36374,8 +26307,6 @@ "type": "object", "description": "Description of any exceptions to the Environmental Site Assessment II or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36384,7 +26315,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36397,8 +26329,6 @@ "type": "object", "description": "Expiration date of the Environmental Site Assessment II.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36407,7 +26337,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36420,8 +26351,6 @@ "type": "object", "description": "Description of the Recognized Environmental Condition in the Environmental Site Assessment II report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36430,7 +26359,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36443,8 +26373,6 @@ "type": "object", "description": "Name of the author of the Environmental Site Assessment II report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36453,7 +26381,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36466,8 +26395,6 @@ "type": "object", "description": "Description of the Recognized Environmental Condition in the Environmental Site Assessment I report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36476,7 +26403,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36489,8 +26417,6 @@ "type": "object", "description": "Name of the author of the Environmental Site Assessment I report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36499,7 +26425,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36512,8 +26439,6 @@ "type": "object", "description": "Used to group a listing of information about reportable environmental conditions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36522,7 +26447,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36535,8 +26461,6 @@ "type": "object", "description": "Link to the Environmental Site Assessment report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36545,7 +26469,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36558,8 +26483,6 @@ "type": "object", "description": "Identifier for the Environmental Site Assessment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36568,7 +26491,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36581,8 +26505,6 @@ "type": "object", "description": "Phase of the Environmental Site Assessment report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36591,7 +26513,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36604,8 +26527,6 @@ "type": "object", "description": "Name of consultant who prepared the Environmental Site Assessment Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36614,7 +26535,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36627,8 +26549,6 @@ "type": "object", "description": "Date the Environmental Site Assessment report was issued.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36637,7 +26557,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36650,8 +26571,6 @@ "type": "object", "description": "Represents information related to an Environmental Site Assessment. There may be multiple assessments related to a site with information collected on name of preparer, description, phase, and link to the report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36660,7 +26579,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36673,8 +26593,6 @@ "type": "object", "description": "Comments noted about the product model.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36683,7 +26601,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36696,8 +26615,6 @@ "type": "object", "description": "Equipment review of Communication Infrastructure.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36706,7 +26623,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36719,8 +26637,6 @@ "type": "object", "description": "Equipment review of Telco Infrastructure.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36729,7 +26645,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36742,8 +26659,6 @@ "type": "object", "description": "Equipment review of Data Acquisition System/Meters.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36752,7 +26667,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36765,8 +26681,6 @@ "type": "object", "description": "Equipment review of Generation Step-up Transformers.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36775,7 +26689,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36788,8 +26703,6 @@ "type": "object", "description": "Equipment review of Inverters.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36798,7 +26711,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36811,8 +26725,6 @@ "type": "object", "description": "Equipment review of Medium Voltage Transformers.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36821,7 +26733,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36834,8 +26747,6 @@ "type": "object", "description": "Equipment review of Meteorological Station.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36844,7 +26755,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36857,8 +26769,6 @@ "type": "object", "description": "Equipment review of other material equipment if any.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36867,7 +26777,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36880,8 +26791,6 @@ "type": "object", "description": "Equipment review of PV Modules.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36890,7 +26799,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36903,8 +26813,6 @@ "type": "object", "description": "Equipment review of Racking, Tracker or Parking Structure.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36913,7 +26821,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36926,8 +26835,6 @@ "type": "object", "description": "Equipment review of SCADA System/Meters.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36936,7 +26843,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36949,8 +26857,6 @@ "type": "object", "description": "Indicates if the Cut Sheets are available. If they are available, TRUE; if they are not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36959,7 +26865,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36972,8 +26879,6 @@ "type": "object", "description": "Information about the equipment types used in the system, for example, modules, inverters, combiners.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -36982,7 +26887,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -36995,202 +26901,16 @@ "type": "object", "description": "Average cost of the device.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -37203,8 +26923,6 @@ "type": "object", "description": "Used to identify classes of equipment used in a system, for example, inverter, module.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37213,7 +26931,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37226,8 +26945,6 @@ "type": "object", "description": "Used to identify classes of equipment used in a system, for example, inverter, module.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37236,7 +26953,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37249,8 +26967,6 @@ "type": "object", "description": "Used to group information about equipment used in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37259,7 +26975,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37272,8 +26989,6 @@ "type": "object", "description": "Name of the product or equipment manufacturer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37282,7 +26997,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37295,8 +27011,6 @@ "type": "object", "description": "Web site of the product or equipment manufacturer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37305,7 +27019,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37318,8 +27033,6 @@ "type": "object", "description": "Number of the devices used in a system.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37328,7 +27041,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37341,8 +27055,6 @@ "type": "object", "description": "Represents an Equipment Class to describe types of equipment used in the system or plant such as module, inverter or combiner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37351,7 +27063,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37364,8 +27077,6 @@ "type": "object", "description": "Description of the warranted output.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37374,7 +27085,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37387,8 +27099,6 @@ "type": "object", "description": "Description of the warranty available on a type of equipment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37397,7 +27107,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37410,8 +27121,6 @@ "type": "object", "description": "End date of the equipment warranty.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37420,7 +27129,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37433,8 +27143,6 @@ "type": "object", "description": "Used to group information about the warranties available for types of equipment used in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37443,7 +27151,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37456,8 +27165,6 @@ "type": "object", "description": "Start date of the equipment warranty.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37466,7 +27173,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37479,8 +27187,6 @@ "type": "object", "description": "Description of start date milestone, for example, delivery of the equipment at the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37489,7 +27195,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37502,8 +27209,6 @@ "type": "object", "description": "Represents an Equipment Class to describe warranties for various types of equipment used in the system or plant. Reported data can include term, start and end date, description of milestones.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37512,7 +27217,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37525,17 +27231,6 @@ "type": "object", "description": "Duration of the product warranty term offered by the manufacturer in the format P1Y1M1D. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37544,7 +27239,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37557,8 +27253,6 @@ "type": "object", "description": "Information about the Equipment Warranties for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37567,7 +27261,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37580,8 +27275,6 @@ "type": "object", "description": "Indicates if the Equipment Warranties is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37590,7 +27283,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37603,8 +27297,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Equipment Warranties or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37613,7 +27305,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37626,8 +27319,6 @@ "type": "object", "description": "Indicates if the Equipment Warranties is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37636,7 +27327,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37649,8 +27341,6 @@ "type": "object", "description": "Names of counterparties to the Equipment Warranties.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37659,7 +27349,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37672,8 +27363,6 @@ "type": "object", "description": "Link to the Equipment Warranties document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37682,7 +27371,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37695,8 +27385,6 @@ "type": "object", "description": "Effective date of the Equipment Warranties.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37705,7 +27393,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37718,8 +27407,6 @@ "type": "object", "description": "Description of any exceptions to the Equipment Warranties or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37728,7 +27415,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37741,8 +27429,6 @@ "type": "object", "description": "Expiration date of the Equipment Warranties.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37751,7 +27437,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37764,8 +27451,6 @@ "type": "object", "description": "Information about the Equity Contribution Agreement which is an agreement between two or more parties agreeing to pool certain capital, cash, and other assets in a company to conduct certain business in exchange for equity in the company conducting the venture.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37774,7 +27459,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37787,8 +27473,6 @@ "type": "object", "description": "Indicates if the Equity Contribution Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37797,7 +27481,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37810,8 +27495,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Equity Contribution Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37820,7 +27503,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37833,8 +27517,6 @@ "type": "object", "description": "Indicates if the Equity Contribution Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37843,7 +27525,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37856,8 +27539,6 @@ "type": "object", "description": "Names of counterparties to the Equity Contribution Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37866,7 +27547,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37879,8 +27561,6 @@ "type": "object", "description": "Effective date of the Equity Contribution Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37889,7 +27569,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37902,8 +27583,6 @@ "type": "object", "description": "Description of any exceptions to the Equity Contribution Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37912,7 +27591,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37925,8 +27605,6 @@ "type": "object", "description": "Expiration date of the Equity Contribution Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37935,7 +27613,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37948,8 +27627,6 @@ "type": "object", "description": "Link to the Equity Contribution document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37958,7 +27635,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37971,8 +27649,6 @@ "type": "object", "description": "Information about the guarantee in the Equity Contribution Agreement which is an agreement between two or more parties agreeing to pool certain capital, cash, and other assets in a company to conduct certain business in exchange for equity in the company conducting the venture.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -37981,7 +27657,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -37994,8 +27671,6 @@ "type": "object", "description": "Indicates if the Equity Contribution Guarantee is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38004,7 +27679,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38017,8 +27693,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Equity Contribution Guarantee or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38027,7 +27701,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38040,8 +27715,6 @@ "type": "object", "description": "Indicates if the Equity Contribution Guarantee is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38050,7 +27723,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38063,8 +27737,6 @@ "type": "object", "description": "Names of counterparties to the Equity Contribution Guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38073,7 +27745,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38086,8 +27759,6 @@ "type": "object", "description": "Link to the Equity Contribution Guarantee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38096,7 +27767,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38109,8 +27781,6 @@ "type": "object", "description": "Effective date of the Equity Contribution Guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38119,7 +27789,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38132,8 +27803,6 @@ "type": "object", "description": "Description of any exceptions to the Equity Contribution Guarantee or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38142,7 +27811,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38155,8 +27825,6 @@ "type": "object", "description": "Expiration date of the Equity Contribution Guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38165,7 +27833,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38178,8 +27847,6 @@ "type": "object", "description": "The percentage of ownership of common stock or equity participation in the investee accounted for under the equity method of accounting.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38188,7 +27855,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38201,8 +27869,6 @@ "type": "object", "description": "Information about the Estoppel Certificate Agreement associated with the Power Purchase Agreement (PPA). The Estoppel certificate provides confirmation terms of the PPA.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38211,7 +27877,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38224,8 +27891,6 @@ "type": "object", "description": "Indicates if the Estoppel Certificate Power Purchase Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38234,7 +27899,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38247,8 +27913,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Estoppel Certificate Power Purchase Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38257,7 +27921,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38270,8 +27935,6 @@ "type": "object", "description": "Indicates if the Estoppel Certificate Power Purchase Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38280,7 +27943,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38293,8 +27957,6 @@ "type": "object", "description": "Names of counterparties to the Estoppel Certificate Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38303,7 +27965,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38316,8 +27979,6 @@ "type": "object", "description": "Link to the Estoppel Certificate Power Purchase Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38326,7 +27987,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38339,8 +28001,6 @@ "type": "object", "description": "Effective date of the Estoppel Certificate Power Purchase Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38349,7 +28009,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38362,8 +28023,6 @@ "type": "object", "description": "Description of any exceptions to the Estoppel Certificate Power Purchase Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38372,7 +28031,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38385,8 +28045,6 @@ "type": "object", "description": "Expiration date of the Estoppel Certificate Power Purchase Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38395,7 +28053,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38408,8 +28067,6 @@ "type": "object", "description": "Information used during the evaluation phase of a solar installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38418,7 +28075,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38429,33 +28087,8 @@ }, { "type": "object", - "description": "A PV system or part of a system is considered to be available when it’s status is observed to be functional. Per IECRE 61724-3, this measure can be calculated as simple difference, percent difference, or ratio calculation. This concept should be reported as a Difference, calculated as Measured - Expected.", + "description": "A PV system or part of a system is considered to be available when it’s status is observed to be functional. Per IECRE 61724-3, this measure can be calculated as simple difference, percent difference, or ratio calculation. This concept should be reported as a Difference, calculated as Measured - Expected.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38464,7 +28097,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38475,33 +28109,8 @@ }, { "type": "object", - "description": "A PV system or part of a system is considered to be unavailable when it’s status is observed to be non-functional.This measure reports the amount of energy that is unavailable, excluding issues that are outside of the plant's control.", + "description": "A PV system or part of a system is considered to be unavailable when it’s status is observed to be non-functional.This measure reports the amount of energy that is unavailable, excluding issues that are outside of the plant's control.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38510,7 +28119,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38521,33 +28131,8 @@ }, { "type": "object", - "description": "A PV system or part of a system is considered to be unavailable when it’s status is observed to be non-functional.This measure reports the amount of energy that is unavailable.", + "description": "A PV system or part of a system is considered to be unavailable when it’s status is observed to be non-functional.This measure reports the amount of energy that is unavailable.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38556,7 +28141,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38569,8 +28155,6 @@ "type": "object", "description": "Expected Energy Availability Estimate is modelled predicted energy for unity availability, and can be calculated by dividing ExpectedEnergyAtTheRevenueMeter by Predicted_Energy_Availability. This element can be used with the PeriodAxis to indicate the period such as year and has a period type of instant to measure a point in time.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38579,7 +28163,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38592,31 +28177,6 @@ "type": "object", "description": "Expected energy in DC kWh produced at the array. This element should be used with the PeriodAxis to indicate the period of measurement.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38625,7 +28185,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38638,31 +28199,6 @@ "type": "object", "description": "Expected Active Electrical Production at the revenue meter for indicated time period in kWh per IEC 61724-3 using measured weather data during times of availability and including adjustments for parasitic losses. See Section 6.6.6 of IEC 61724-3. This element can be used with the PeriodAxis to indicate the period of measurement and has a period type of instant to measure a point in time. If no Period [Axis] is used, the time period for the value is from the date of the value in the instance document to the end of the life of the system.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38671,7 +28207,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38684,31 +28221,6 @@ "type": "object", "description": "Expected Active Electrical Production at the revenue meter for indicated time period in kWh per IEC 61724-3 using measured weather data during times of availability and including adjustments for parasitic losses. See Section 6.6.6 of IEC 61724-3. This element is defined as the sum of electrical production over a period of time, for example the first day of the month to the last day of the month, and has a period type of duration. This should not be used with the Period [Axis].", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38717,7 +28229,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38730,31 +28243,6 @@ "type": "object", "description": "Expected Active Electrical Production at the revenue meter for indicated time period in kWh per IEC 61724-3 using measured weather data during times of availability and including adjustments for parasitic losses. See Section 6.6.6 of IEC 61724-3. Measured from inception to date.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38763,7 +28251,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38776,8 +28265,6 @@ "type": "object", "description": "Cost of ownership for system over the time period of the test in currency/W.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38786,7 +28273,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38799,8 +28287,6 @@ "type": "object", "description": "Information about the exposure report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38809,7 +28295,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38822,8 +28309,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Exposure Report. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38832,7 +28317,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38845,8 +28331,6 @@ "type": "object", "description": "Indicates if the Exposure Report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38855,7 +28339,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38868,8 +28353,6 @@ "type": "object", "description": "Indicates if the Exposure Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38878,7 +28361,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38891,8 +28375,6 @@ "type": "object", "description": "Link to the Exposure Report document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38901,7 +28383,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38914,8 +28397,6 @@ "type": "object", "description": "Effective date of the Exposure Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38924,7 +28405,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38937,8 +28419,6 @@ "type": "object", "description": "Description of any exceptions to the Exposure Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38947,7 +28427,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38960,8 +28441,6 @@ "type": "object", "description": "Expiration date of the Exposure Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38970,7 +28449,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -38983,8 +28463,6 @@ "type": "object", "description": "Information that provides a general overview of financing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -38993,7 +28471,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39006,8 +28485,6 @@ "type": "object", "description": "Name of the beneficiary of the Parent Guaranty, which is provided by the parent of the developer to the project company in the event project revenue goals are not met.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39016,7 +28493,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39029,8 +28507,6 @@ "type": "object", "description": "Description of the incentives for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39039,7 +28515,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39052,8 +28529,6 @@ "type": "object", "description": "Description of the Interconnection Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39062,7 +28537,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39075,8 +28551,6 @@ "type": "object", "description": "Description of the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39085,7 +28559,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39098,8 +28573,6 @@ "type": "object", "description": "Description of the type of project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39108,7 +28581,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39121,8 +28595,6 @@ "type": "object", "description": "Information about financial contracts between a homeowner and a residential solar company, or between a commercial building owner and a C&I solar company, related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39131,7 +28603,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39144,35 +28617,6 @@ "type": "object", "description": "Type of financial contract between a homeowner and a residential solar company, or between a commercial building owner and a C&I solar company, which can be Lease, PPA, Loan, Cash, Upfront, PSA or Unknown.", "x-ob-item-type": "solar-types:financialTransactionItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "ACH Settlement Credit", - "Book Transfer Credit", - "Book Transfer Debit", - "Contribution to Principal Cash", - "Credit", - "Credit Applied", - "Customer Bill", - "Customer Payment", - "Customer Prepayment", - "Expected Prepayment", - "Expected Rebate", - "Fund Rebate", - "Lease Insurance", - "Lease Management Fee", - "Lease Miscellaneous Expenses", - "Lease Operations and Maintenance", - "Lease Transaction Manager Fee", - "Operating Expenses", - "PPA Insurance", - "PPA Management Fee", - "PPA Miscellaneous Expenses", - "PPA Operations and Maintenance", - "PPA Transaction Manager Fee", - "Principal Cash Paid to Beneficiary", - "Remote Deposit Credit", - "Teller Deposit Credit" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39181,7 +28625,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39194,31 +28639,6 @@ "type": "object", "description": "Rate stated in the financial contract between a homeowner and a residential solar company, or between a commercial building owner and a C&I solar company, related to the system, in amount of kWh.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39227,7 +28647,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39240,8 +28661,6 @@ "type": "object", "description": "Escalator which is the percentage increase in rate per year in the financial contract between a homeowner and a residential solar company, or between a commercial building owner and a C&I solar company.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39250,7 +28669,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39263,8 +28683,6 @@ "type": "object", "description": "Length of the financial contract in months between a homeowner and a residential solar company, or between a commercial building owner and a C&I solar company.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39273,7 +28691,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39286,202 +28705,16 @@ "type": "object", "description": "Amount paid by the customer upfront in a contract between a homeowner and a residential solar company, or between a commercial building owner and a C&I solar company.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -39494,8 +28727,6 @@ "type": "object", "description": "Indication as to whether the financial contract between a homeowner and a residential solar company, or between a commercial building owner and a C&I solar company, is eligible for the PACE program.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39504,7 +28735,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39517,8 +28749,6 @@ "type": "object", "description": "Name of the offtaker for the financial contract, used with C&I customers.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39527,7 +28757,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39540,8 +28771,6 @@ "type": "object", "description": "Information about a Financial Lease Schedule.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39550,7 +28779,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39563,8 +28793,6 @@ "type": "object", "description": "Indicates if the Financial Lease Schedule is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39573,7 +28801,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39586,8 +28815,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Financial Lease Schedule or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39596,7 +28823,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39609,8 +28837,6 @@ "type": "object", "description": "Indicates if the Financial Lease Schedule is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39619,7 +28845,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39632,8 +28859,6 @@ "type": "object", "description": "Names of counterparties to the Financial Lease Schedule.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39642,7 +28867,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39655,8 +28881,6 @@ "type": "object", "description": "Link to the Financial Lease Schedule document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39665,7 +28889,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39678,8 +28903,6 @@ "type": "object", "description": "Effective date of the Financial Lease Schedule.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39688,7 +28911,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39701,8 +28925,6 @@ "type": "object", "description": "Description of any exceptions to the Financial Lease Schedule or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39711,7 +28933,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39724,8 +28947,6 @@ "type": "object", "description": "Expiration date of the Financial Lease Schedule.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39734,7 +28955,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39747,8 +28969,6 @@ "type": "object", "description": "Financial model (pro forma) review of curtailment study, which may be performed by a third party.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39757,7 +28977,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39770,8 +28991,6 @@ "type": "object", "description": "Financial model (pro forma) review of expenses.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39780,7 +28999,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39793,8 +29013,6 @@ "type": "object", "description": "Financial model (pro forma) review of other sources of revenue such as performance based incentives, SRECs.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39803,7 +29021,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39816,8 +29035,6 @@ "type": "object", "description": "Financial model (pro forma) review of revenue.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39826,7 +29043,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39839,8 +29057,6 @@ "type": "object", "description": "Information about the forecast and actual performance of the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -39849,7 +29065,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -39862,202 +29079,16 @@ "type": "object", "description": "Reserve balance, actual.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -40070,202 +29101,16 @@ "type": "object", "description": "Actual or forecast collateral account balance. Values reported as forecast should use the StatementScenarioAxis.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -40278,202 +29123,16 @@ "type": "object", "description": "Earnings before income tax, depreciation or amortization, actual and forecast. (EBITDA). Values reported as forecast should use the StatementScenarioAxis.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -40486,8 +29145,6 @@ "type": "object", "description": "Information about financial performance estimates made at start of project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -40496,7 +29153,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -40509,202 +29167,16 @@ "type": "object", "description": "Collateral account balance, estimate made at start of project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -40717,202 +29189,16 @@ "type": "object", "description": "Earnings before income tax, depreciation and amortization, estimate made at start of project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -40925,202 +29211,16 @@ "type": "object", "description": "Future surplus cash to developer, estimate made at start of project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -41133,202 +29233,16 @@ "type": "object", "description": "Lease rent payments, net of collateral account, estimate made at start of project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -41341,202 +29255,16 @@ "type": "object", "description": "Revenues, estimate made at start of project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -41549,202 +29277,16 @@ "type": "object", "description": "Future surplus cash to developer, actual or forecast. Values reported as forecast should use the StatementScenarioAxis.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -41757,202 +29299,16 @@ "type": "object", "description": "Lease rent payments, net of collateral amount, actual or forecast. Values reported as forecast should use the StatementScenarioAxis.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -41965,202 +29321,16 @@ "type": "object", "description": "State tax credits, actual or forecast. Values reported as forecast should use the StatementScenarioAxis.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -42173,202 +29343,16 @@ "type": "object", "description": "Surplus cash applied to collateral account, actual or forecast. Values reported as forecast should use the StatementScenarioAxis.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -42381,8 +29365,6 @@ "type": "object", "description": "Information about financial performance ratios.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42391,7 +29373,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42404,8 +29387,6 @@ "type": "object", "description": "Table of financial summary information about the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42414,7 +29395,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42427,8 +29409,6 @@ "type": "object", "description": "Used to group financial summary information about the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42437,7 +29417,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42450,8 +29431,6 @@ "type": "object", "description": "Financial summary information about a system related to revenues and expenses.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42460,7 +29439,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42473,8 +29453,6 @@ "type": "object", "description": "Actual financial data collected about a system.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42483,7 +29461,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42496,8 +29475,6 @@ "type": "object", "description": "Information about any historical instance of money changing hands related to the given system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42506,7 +29483,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42519,8 +29497,6 @@ "type": "object", "description": "Represents information about historical instances of financial transactions related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42529,7 +29505,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42542,8 +29519,6 @@ "type": "object", "description": "Used as the identifier for the financial transaction related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42552,7 +29527,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42565,8 +29541,6 @@ "type": "object", "description": "Used as the identifier for the financial transaction related to the system.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42575,7 +29549,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42588,8 +29563,6 @@ "type": "object", "description": "Used to group information about financial transactions related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42598,7 +29571,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42611,8 +29585,6 @@ "type": "object", "description": "Text of line item on the invoice for the financial transaction related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42621,7 +29593,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42634,35 +29607,6 @@ "type": "object", "description": "Type of financial transaction which can be Credit Applied, Customer Payment, Customer Bill, Credit, Expected Prepayment, Expected Rebate, Fund Rebate, Operating Expenses, Lease Management Fee, PPA Operations and Maintenance, Lease Operations and Maintenance, PPA Miscellaneous Expenses, PPA Management Fee, Lease Miscellaneous Expenses, Lease Insurance, PPA Insurance, PPA Transaction Manager Fee, Lease Transaction Manager Fee, Customer Prepayment, ACH Settlement Credit, Principal Cash Paid to Beneficiary, Contribution to Principal Cash, Book Transfer Debit, Teller Deposit Credit, Book Transfer Credit, or Remote Deposit Credit.", "x-ob-item-type": "solar-types:financialTransactionItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "ACH Settlement Credit", - "Book Transfer Credit", - "Book Transfer Debit", - "Contribution to Principal Cash", - "Credit", - "Credit Applied", - "Customer Bill", - "Customer Payment", - "Customer Prepayment", - "Expected Prepayment", - "Expected Rebate", - "Fund Rebate", - "Lease Insurance", - "Lease Management Fee", - "Lease Miscellaneous Expenses", - "Lease Operations and Maintenance", - "Lease Transaction Manager Fee", - "Operating Expenses", - "PPA Insurance", - "PPA Management Fee", - "PPA Miscellaneous Expenses", - "PPA Operations and Maintenance", - "PPA Transaction Manager Fee", - "Principal Cash Paid to Beneficiary", - "Remote Deposit Credit", - "Teller Deposit Credit" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42671,7 +29615,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42684,8 +29629,6 @@ "type": "object", "description": "Description of a custom transaction that is unique to a fund or billing entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42694,7 +29637,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42707,8 +29651,6 @@ "type": "object", "description": "Date of the financial transaction related to the system.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42717,7 +29659,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42730,202 +29673,16 @@ "type": "object", "description": "Amount of the financial transaction related to the system.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -42938,8 +29695,6 @@ "type": "object", "description": "Name of the counterparty to the transaction related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42948,7 +29703,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42961,8 +29717,6 @@ "type": "object", "description": "Information about any historical instance of money changing hands related to a given fund but not to a specific system in the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42971,7 +29725,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -42984,8 +29739,6 @@ "type": "object", "description": "Represents information about historical instances of financial transactions related to a fund but not to a specific system within the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -42994,7 +29747,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43007,8 +29761,6 @@ "type": "object", "description": "Used as the identifier for the financial transaction related to the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43017,7 +29769,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43030,8 +29783,6 @@ "type": "object", "description": "Used as the identifier for the financial transaction related to the fund.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43040,7 +29791,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43053,8 +29805,6 @@ "type": "object", "description": "Used to group information about financial transactions related to a fund but not to a specific system within the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43063,7 +29813,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43076,8 +29827,6 @@ "type": "object", "description": "Text of line item on the invoice for the financial transaction related to the Fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43086,7 +29835,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43099,8 +29849,6 @@ "type": "object", "description": "Date of the financial transaction related to the fund.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43109,7 +29857,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43122,202 +29871,16 @@ "type": "object", "description": "Amount of the financial transaction related to the fund.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -43330,8 +29893,6 @@ "type": "object", "description": "Name of the counterparty to the transaction related to the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43340,7 +29901,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43353,8 +29915,6 @@ "type": "object", "description": "Account number for the loan.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43363,7 +29923,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43376,8 +29937,6 @@ "type": "object", "description": "Name of first entity providing project financing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43386,7 +29945,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43399,8 +29959,6 @@ "type": "object", "description": "Swift code for the bank. The Swift code is a standard format of Bank Identifier Codes (BIC) in accordance with ISO 9362.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43409,7 +29967,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43422,8 +29981,6 @@ "type": "object", "description": "Merchant power plants are commercial, independent plants competing to sell energy. This value should represent the percent of merchant power sales.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43432,7 +29989,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43445,8 +30003,6 @@ "type": "object", "description": "Loan number for the first loan made.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43455,7 +30011,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43468,8 +30025,6 @@ "type": "object", "description": "Loan form and version number used for the loan used in project financing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43478,7 +30033,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43491,8 +30047,6 @@ "type": "object", "description": "Email address for the first entity providing project financing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43501,7 +30055,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43514,8 +30069,6 @@ "type": "object", "description": "Information about the Financing Event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43524,7 +30077,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43537,8 +30091,6 @@ "type": "object", "description": "Information about approval condition for a financing event needed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43547,7 +30099,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43560,8 +30113,6 @@ "type": "object", "description": "Information about approval memo for a financing event needed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43570,7 +30121,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43583,8 +30135,6 @@ "type": "object", "description": "Information about approvals for a financing event needed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43593,7 +30143,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43606,8 +30157,6 @@ "type": "object", "description": "Information about closing documents for a financing event needed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43616,7 +30165,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43629,8 +30179,6 @@ "type": "object", "description": "Date on which the financing event occurred.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43639,7 +30187,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43652,8 +30201,6 @@ "type": "object", "description": "Identifier for the financing event, for example, an origination request, signing a non-binding commitment, signing a binding commitment, signing and closing, closing, or funding.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43662,7 +30209,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43675,8 +30223,6 @@ "type": "object", "description": "Description of the individual financing event, for example, closing or initial funding.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43685,7 +30231,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43698,8 +30245,6 @@ "type": "object", "description": "Information about Financing Events related to a project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43708,7 +30253,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43721,11 +30267,6 @@ "type": "object", "description": "Indication as to whether the financing event is related to the total fund or an individual portfolio.", "x-ob-item-type": "solar-types:fundOrProjectItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Fund", - "Project" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43734,7 +30275,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43747,8 +30289,6 @@ "type": "object", "description": "Identifier for a specific financing-related event, for example, an origination request, signing a non-binding commitment, signing a binding commiting, signing and closing, closing, or funding.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43757,7 +30297,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43770,8 +30311,6 @@ "type": "object", "description": "Identifier for a specific financing-related event, for example, an origination request, signing a non-binding commitment, signing a binding commitment, signing and closing, closing, or funding.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43780,7 +30319,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43793,8 +30333,6 @@ "type": "object", "description": "Use to group a listing of information about a Financing Event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43803,7 +30341,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43816,8 +30355,6 @@ "type": "object", "description": "Information about the source of funds for a financing event needed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43826,7 +30363,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43839,11 +30377,6 @@ "type": "object", "description": "Description of the status of the financing event, for example, In Process or Finalized.", "x-ob-item-type": "solar-types:eventStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "In Process", - "Finalized" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43852,7 +30385,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43865,8 +30399,6 @@ "type": "object", "description": "Represents information related to a Financing Event such as an origination request, funding, or closing. Events can be related to a fund or a project and can include type of event, the date and description.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43875,7 +30407,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43888,16 +30421,6 @@ "type": "object", "description": "Description of the type of financing event, for example, an origination request, signing a non-binding commitment, signing a binding committment, signing and closing, closing, or funding.", "x-ob-item-type": "solar-types:financingEventItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Origination Request", - "Signing Non-binding Commitment", - "Signing Binding Commitment", - "Signing And Closing", - "Closing", - "Funding", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43906,7 +30429,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43919,8 +30443,6 @@ "type": "object", "description": "Information about the use of funds for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43929,7 +30451,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43942,8 +30465,6 @@ "type": "object", "description": "Description of the firmware version of the device.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43952,7 +30473,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43965,8 +30487,6 @@ "type": "object", "description": "Information about the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43975,7 +30495,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -43988,8 +30509,6 @@ "type": "object", "description": "Identifier used to link a subset of attributes within a fund, for example grouping the characteristics of a portion of a fund owned by a particular entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -43998,7 +30517,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44011,8 +30531,6 @@ "type": "object", "description": "Description of the type of investment the bank has made in the fund, for example did they invest on the initial round or were they assigned a portion by another investor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44021,7 +30539,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44034,8 +30553,6 @@ "type": "object", "description": "Description of the banks role in the fund. For example, the bank could be Co-Investor, Lead Investor, Single Investor, or have some other role.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44044,7 +30561,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44057,8 +30575,6 @@ "type": "object", "description": "Date on which the fund closed.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44067,7 +30583,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44080,8 +30597,6 @@ "type": "object", "description": "Indicates that the fund has construction financing. If the fund does have construction financing, TRUE. If it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44090,7 +30605,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44103,8 +30619,6 @@ "type": "object", "description": "Indicates that the fund has financing debt. If the fund does have financing debt, TRUE. If it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44113,7 +30627,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44126,8 +30641,6 @@ "type": "object", "description": "Information about the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44136,7 +30649,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44149,8 +30663,6 @@ "type": "object", "description": "Name of analyst covering the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44159,7 +30671,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44172,8 +30685,6 @@ "type": "object", "description": "Availability of Expense Sinking Fund which is a reserve account to pay for expenses. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44182,7 +30693,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44195,17 +30707,6 @@ "type": "object", "description": "Average term in years of Power Purchase Agreement within a fund. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44214,7 +30715,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44227,8 +30729,6 @@ "type": "object", "description": "End date of simple payback period.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44237,7 +30737,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44250,8 +30751,6 @@ "type": "object", "description": "Start date of simple payback period.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44260,7 +30759,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44273,8 +30773,6 @@ "type": "object", "description": "Earliest commercial operation date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44283,7 +30781,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44296,8 +30795,6 @@ "type": "object", "description": "Comment about a fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44306,7 +30803,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44319,8 +30817,6 @@ "type": "object", "description": "Indication that fund is cross collateralized. If cross collateralized, TRUE; if not cross collateralized, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44329,7 +30825,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44342,8 +30839,6 @@ "type": "object", "description": "Date of initial funding.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44352,7 +30847,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44365,17 +30861,6 @@ "type": "object", "description": "Nameplate capacity in kWac of inverters for all projects in the fund.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44384,7 +30869,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44397,17 +30883,6 @@ "type": "object", "description": "Nameplate capacity of PV arrays for all projects in the fund in kWdc", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44416,7 +30891,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44429,8 +30905,6 @@ "type": "object", "description": "Description of type of fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44439,7 +30913,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44452,8 +30927,6 @@ "type": "object", "description": "Name of fund investor holding company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44462,7 +30935,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44475,8 +30949,6 @@ "type": "object", "description": "Name of fund legal counsel.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44485,7 +30957,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44498,8 +30971,6 @@ "type": "object", "description": "Name of tax equity provider.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44508,7 +30979,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44521,8 +30993,6 @@ "type": "object", "description": "Number of off takers of power, Renewable Energy Credits or other revenue sources in a fund.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44531,7 +31001,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44544,8 +31015,6 @@ "type": "object", "description": "Number of systems in a fund.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44554,7 +31023,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44567,8 +31037,6 @@ "type": "object", "description": "Description of most important strength of the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44577,7 +31045,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44590,8 +31059,6 @@ "type": "object", "description": "Description of most important weakness of the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44600,7 +31067,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44613,8 +31081,6 @@ "type": "object", "description": "Name of pricing advisor which is the individual who runs the pricing model and could be the banker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -44623,7 +31089,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -44636,202 +31103,16 @@ "type": "object", "description": "Amount of the Pro Forma gross income balance.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -44844,202 +31125,16 @@ "type": "object", "description": "Amount of the proforma net income balance.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -45052,8 +31147,6 @@ "type": "object", "description": "Description of property insurance to cover hurricane/wind requirement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45062,7 +31155,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45075,8 +31169,6 @@ "type": "object", "description": "Description of property insurance to cover pollution requirement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45085,7 +31177,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45098,8 +31191,6 @@ "type": "object", "description": "Name of the fund sector, for example, commercial, retail, or municipal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45108,7 +31199,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45121,17 +31213,6 @@ "type": "object", "description": "Term of the shortest Power Purchase Agreement within the fund. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45140,7 +31221,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45153,8 +31235,6 @@ "type": "object", "description": "Name of sponsor who brings the project to the bank. It is usually the project developer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45163,7 +31243,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45176,8 +31257,6 @@ "type": "object", "description": "Name of the sponsor who brings the project to the bank.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45186,7 +31265,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45199,202 +31279,16 @@ "type": "object", "description": "Amount of contribution of tax equity provider.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -45407,8 +31301,6 @@ "type": "object", "description": "Name of the trustee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45417,7 +31309,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45430,8 +31323,6 @@ "type": "object", "description": "Used to group a listing of information about a fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45440,7 +31331,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45453,8 +31345,6 @@ "type": "object", "description": "Description of the type of financing structure, for example, Partnership, Sale/Leaseback, Other.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45463,7 +31353,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45476,8 +31367,6 @@ "type": "object", "description": "A line item used to identify the fund. This must use the identifier defined on the FundIdentifierAxis.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45486,7 +31375,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45499,8 +31389,6 @@ "type": "object", "description": "Used as the identifier for the funds.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45509,7 +31397,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45522,8 +31411,6 @@ "type": "object", "description": "Used as the identifier for the funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45532,7 +31419,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45545,8 +31433,6 @@ "type": "object", "description": "Information about the Funding Memo for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45555,7 +31441,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45568,8 +31455,6 @@ "type": "object", "description": "Indicates if the Funding Memo is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45578,7 +31463,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45591,8 +31477,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Funding Memo or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45601,7 +31485,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45614,8 +31499,6 @@ "type": "object", "description": "Indicates if the Funding Memo is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45624,7 +31507,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45637,8 +31521,6 @@ "type": "object", "description": "Names of counterparties to the Funding Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45647,7 +31529,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45660,8 +31543,6 @@ "type": "object", "description": "Link to the Funding Memo document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45670,7 +31551,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45683,8 +31565,6 @@ "type": "object", "description": "Effective date of the Funding Memo.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45693,7 +31573,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45706,8 +31587,6 @@ "type": "object", "description": "Description of any exceptions to the Funding Memo or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45716,7 +31595,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45729,8 +31609,6 @@ "type": "object", "description": "Expiration date of the Funding Memo.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45739,7 +31617,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45752,8 +31631,6 @@ "type": "object", "description": "Description of fund investment focus (for example, renewable only, contracted cash flows only), competitive advantage, and project drop-down expectations which describes the plans for the long term equity of the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45762,7 +31639,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45775,8 +31653,6 @@ "type": "object", "description": "Information about the financing structure and composition of the fund. For example, if it has wind assets, or if it has construction financing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45785,7 +31661,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45798,8 +31675,6 @@ "type": "object", "description": "Internal name for the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45808,7 +31683,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45821,8 +31697,6 @@ "type": "object", "description": "Reserve for a fund.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45831,7 +31705,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45844,8 +31719,6 @@ "type": "object", "description": "Information about the tax equity partner and shares of the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -45854,7 +31727,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -45867,202 +31741,16 @@ "type": "object", "description": "Purchase price of project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -46075,202 +31763,16 @@ "type": "object", "description": "Cost of interest expense incurred.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -46283,8 +31785,6 @@ "type": "object", "description": "Information about the funds flow.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46293,7 +31793,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46306,8 +31807,6 @@ "type": "object", "description": "Account Name for funds flow wire instructions for parties involved in the transaction.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46316,7 +31815,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46329,8 +31829,6 @@ "type": "object", "description": "Account Number for funds flow wire instructions.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46339,7 +31837,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46352,8 +31851,6 @@ "type": "object", "description": "American Bankers Association routing number for funds flow wire instructions.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46362,7 +31859,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46375,202 +31873,16 @@ "type": "object", "description": "Amount of money being distributed, multiple amounts going to different recipients.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -46583,8 +31895,6 @@ "type": "object", "description": "Name of the individual receiving the funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46593,7 +31903,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46606,8 +31917,6 @@ "type": "object", "description": "Note describing how the distributed funds will be used.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46616,7 +31925,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46629,8 +31939,6 @@ "type": "object", "description": "Indicates that the fund has solar projects in it. If the fund does have solar projects, TRUE. If it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46639,7 +31947,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46652,8 +31961,6 @@ "type": "object", "description": "Identifier for the Sponsor in the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46662,7 +31969,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46675,12 +31983,6 @@ "type": "object", "description": "Description of the status of the fund, for example, it is closed, open, committed.", "x-ob-item-type": "solar-types:fundStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Closed", - "Open", - "Committed" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46689,7 +31991,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46702,8 +32005,6 @@ "type": "object", "description": "Indicates that the fund has storage projects in it. If the fund does have storage projects, TRUE. If it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46712,7 +32013,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46725,8 +32027,6 @@ "type": "object", "description": "Represents information about a fund including name, identifier, status (committed, open, closed), sponsor identification, size in megawatts and monetary value, as well characteristics of the fund such as whether the fund has wind, solar or storage projects, construction financing or back leverage.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46735,7 +32035,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46748,8 +32049,6 @@ "type": "object", "description": "Indicates that the fund has wind projects in it. If the fund does have wind projects, TRUE. If it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -46758,7 +32057,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -46771,202 +32071,16 @@ "type": "object", "description": "The expense in the period incurred with respect to protection provided by insurance entities against risks other than risks associated with production (which are allocated to cost of sales).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -46979,19 +32093,6 @@ "type": "object", "description": "Length of Gen Tie Line (interconnecting power line).", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47000,7 +32101,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47013,8 +32115,6 @@ "type": "object", "description": "Latitude and longitude at system entrance in degrees. Note that values reported for this concept are different than values reported for Latitude and Longitude at the revenue meter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47023,7 +32123,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47036,8 +32137,6 @@ "type": "object", "description": "Represents a ground mounted installation.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47046,7 +32145,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47059,8 +32159,6 @@ "type": "object", "description": "Information about guarantees which are not otherwise defined within the taxonomy related to a specific contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47069,7 +32167,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47082,202 +32181,16 @@ "type": "object", "description": "Maximum amount of money that can be refunded to the guarantee.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -47290,8 +32203,6 @@ "type": "object", "description": "Information about the Guarantee and Pledge Agreement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47300,7 +32211,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47313,8 +32225,6 @@ "type": "object", "description": "Indicates if the Guarantee and Pledge Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47323,7 +32233,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47336,8 +32247,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Guarantee and Pledge Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47346,7 +32255,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47359,8 +32269,6 @@ "type": "object", "description": "Indicates if the Guarantee and Pledge Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47369,7 +32277,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47382,8 +32291,6 @@ "type": "object", "description": "Names of counterparties to the Guarantee and Pledge Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47392,7 +32299,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47405,8 +32313,6 @@ "type": "object", "description": "Effective date of the Guarantee and Pledge Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47415,7 +32321,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47428,8 +32335,6 @@ "type": "object", "description": "Description of any exceptions to the Guarantee and Pledge Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47438,7 +32343,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47451,8 +32357,6 @@ "type": "object", "description": "Expiration date of the Guarantee and Pledge Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47461,7 +32365,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47474,8 +32379,6 @@ "type": "object", "description": "Link to the Guarantee And Pledge Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47484,7 +32387,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47497,8 +32401,6 @@ "type": "object", "description": "Link to the Guarantee And Pledge document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47507,7 +32409,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47520,8 +32423,6 @@ "type": "object", "description": "Beneficiary of the guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47530,7 +32431,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47543,8 +32445,6 @@ "type": "object", "description": "Start date of the guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47553,7 +32453,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47566,8 +32467,6 @@ "type": "object", "description": "Link to the guarantee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47576,7 +32475,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47589,8 +32489,6 @@ "type": "object", "description": "Expiration date of the guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47599,7 +32497,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47612,8 +32511,6 @@ "type": "object", "description": "Name of the guarantor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47622,7 +32519,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47635,8 +32533,6 @@ "type": "object", "description": "Description of units used to measure the guarantee. For example, performance guarantees require certain level of energy output (kWh).", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47645,7 +32541,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47658,8 +32555,6 @@ "type": "object", "description": "Name of the guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -47668,7 +32563,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -47681,202 +32577,16 @@ "type": "object", "description": "Guaranteed obligation amount.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -47889,202 +32599,16 @@ "type": "object", "description": "Maximum payment that can be made during a reconciliation period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -48097,8 +32621,6 @@ "type": "object", "description": "Percent that the guarantee is willing to pay of the loss incurred, for example, may specify that 50% of the lost revenue will be paid.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48107,7 +32629,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48120,8 +32643,6 @@ "type": "object", "description": "Period within which the guarantee must be met, for example, year or month.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48130,7 +32651,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48143,17 +32665,6 @@ "type": "object", "description": "Term of the guarantee. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48162,7 +32673,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48175,8 +32687,6 @@ "type": "object", "description": "Information about a Hedge Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48185,7 +32695,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48198,8 +32709,6 @@ "type": "object", "description": "Indicates if the Hedge Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48208,7 +32717,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48221,8 +32731,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Hedge Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48231,7 +32739,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48244,8 +32753,6 @@ "type": "object", "description": "Indicates if the Hedge Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48254,7 +32761,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48267,8 +32775,6 @@ "type": "object", "description": "Names of counterparties to the Hedge Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48277,7 +32783,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48290,8 +32797,6 @@ "type": "object", "description": "Link to the Hedge Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48300,7 +32805,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48313,8 +32819,6 @@ "type": "object", "description": "Effective date of the Hedge Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48323,7 +32827,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48336,8 +32841,6 @@ "type": "object", "description": "Description of any exceptions to the Hedge Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48346,7 +32849,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48359,8 +32863,6 @@ "type": "object", "description": "Expiration date of the Hedge Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48369,7 +32871,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48382,8 +32885,6 @@ "type": "object", "description": "Information about the Host Acknowledgement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48392,7 +32893,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48405,8 +32907,6 @@ "type": "object", "description": "Indicates if the Host Acknowledgement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48415,7 +32915,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48428,8 +32929,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Host Acknowledgement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48438,7 +32937,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48451,8 +32951,6 @@ "type": "object", "description": "Indicates if the Host Acknowledgement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48461,7 +32959,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48474,8 +32973,6 @@ "type": "object", "description": "Names of counterparties to the Host Acknowledgement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48484,7 +32981,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48497,8 +32995,6 @@ "type": "object", "description": "Link to the Host Acknowledgement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48507,7 +33003,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48520,8 +33017,6 @@ "type": "object", "description": "Effective date of the Host Acknowledgement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48530,7 +33025,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48543,8 +33039,6 @@ "type": "object", "description": "Description of any exceptions to the Host Acknowledgement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48553,7 +33047,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48566,8 +33061,6 @@ "type": "object", "description": "Expiration date of the Host Acknowledgement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48576,7 +33069,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48589,202 +33083,16 @@ "type": "object", "description": "Amount the partners would receive if the partnership were liquidated at book value at the end of each measurement period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -48797,8 +33105,6 @@ "type": "object", "description": "Information about IECRE certificates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48807,7 +33113,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48820,8 +33127,6 @@ "type": "object", "description": "Information about testing dates related to the IECRE certificate", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48830,7 +33135,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48843,8 +33149,6 @@ "type": "object", "description": "Information about model and design factors relevant to the IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48853,7 +33157,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48866,8 +33171,6 @@ "type": "object", "description": "Information about system (plant) dates needed for the IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48876,7 +33179,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48889,8 +33193,6 @@ "type": "object", "description": "Information about details of IECRE certificates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48899,7 +33201,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48912,8 +33215,6 @@ "type": "object", "description": "Name of entity contracting with (paying) the IECRE CB (Certification Body).", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48922,7 +33223,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48935,8 +33237,6 @@ "type": "object", "description": "IECRE certificate number, defined as sector(PV, wind, marine).year.IECREOperativeDocument.uniquesystemid.certificatenumber. For example AAAA.YYYY.OD4XX.PPPPP.CCCCC.AAAA.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48945,7 +33245,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48958,8 +33259,6 @@ "type": "object", "description": "Timestamp for completion of the IECRE commissioning.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48968,7 +33267,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -48981,8 +33281,6 @@ "type": "object", "description": "Date the IECRE certificate was issued.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -48991,7 +33289,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49004,8 +33303,6 @@ "type": "object", "description": "IECRE Certifying Body (CB) who issued the certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49014,7 +33311,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49027,8 +33325,6 @@ "type": "object", "description": "IECRE Inspection Body (IB) responsible for the inspection.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49037,7 +33333,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49050,8 +33347,6 @@ "type": "object", "description": "IECRE Certificate Type: OD-403-1 (PV system Design Qualification Certificate, Part 1 PV Site Qualification), OD-403-2 (PV system Design Qualification Certificate, Part 2 PV Power Block Design Qualification), OD-403 (PV system Design Qualification Certificate),OD401-1 (PV Conditional PV system Certificate: Part 1 PV Construction Completion), OD-401 (Conditional PV Project Certificate), OD-402 (Annual PV system Performance Certificate), OD-404 (PV Asset Transfer Certificate), OD-409 (PV system Decommissioning Certificate); reference www.iecre.org/documents/refdocs/", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49060,7 +33355,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49073,8 +33369,6 @@ "type": "object", "description": "Information about the Incentive Assignment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49083,7 +33377,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49096,8 +33391,6 @@ "type": "object", "description": "Indicates if the Incentive Assignment is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49106,7 +33399,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49119,8 +33413,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Incentive Assignment or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49129,7 +33421,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49142,8 +33435,6 @@ "type": "object", "description": "Indicates if the Incentive Assignment is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49152,7 +33443,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49165,8 +33457,6 @@ "type": "object", "description": "Names of counterparties to the Incentive Assignment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49175,7 +33465,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49188,8 +33479,6 @@ "type": "object", "description": "Link to the Incentive Assignment document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49198,7 +33487,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49211,8 +33501,6 @@ "type": "object", "description": "Effective date of the Incentive Assignment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49221,7 +33509,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49234,8 +33523,6 @@ "type": "object", "description": "Description of any exceptions to the Incentive Assignment or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49244,7 +33531,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49257,8 +33545,6 @@ "type": "object", "description": "Expiration date of the Incentive Assignment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49267,7 +33553,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49280,8 +33567,6 @@ "type": "object", "description": "Information about the performance of incentives.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49290,7 +33575,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49303,8 +33589,6 @@ "type": "object", "description": "Information about incentives.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49313,7 +33597,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49326,202 +33611,16 @@ "type": "object", "description": "Cap on indemnity that the investor receives from the project developer for potential investment tax credit recapture per the Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -49534,8 +33633,6 @@ "type": "object", "description": "Provider of indemnification, for example, the developer/sponsor, per the Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49544,7 +33641,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49557,8 +33655,6 @@ "type": "object", "description": "Description of federal tax incentive indemnity type per the Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49567,7 +33663,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49580,8 +33677,6 @@ "type": "object", "description": "Name of the individual or organization who can take advantage of the incentive.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49590,7 +33685,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49603,8 +33699,6 @@ "type": "object", "description": "The percent of the federal Investment Tax Credit that has been vested.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49613,7 +33707,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49626,202 +33721,16 @@ "type": "object", "description": "Actual incentive cost from inception to date, cumulative per month, cumulative per year.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -49834,8 +33743,6 @@ "type": "object", "description": "Execution date of the performance based incentive amendment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49844,7 +33751,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49857,8 +33765,6 @@ "type": "object", "description": "Expiration date of the performance based incentive term.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49867,7 +33773,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49880,8 +33787,6 @@ "type": "object", "description": "Initiation date of the performance based incentive term.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49890,7 +33795,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49903,8 +33809,6 @@ "type": "object", "description": "Annual escalation of the performance based incentive value (percent)", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49913,7 +33817,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49926,31 +33831,6 @@ "type": "object", "description": "Guaranteed volume of energy in kWh to be delivered by the project company under the terms of the Performace Based Incentive Contract.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49959,7 +33839,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49972,8 +33853,6 @@ "type": "object", "description": "Invoice date for the performance based incentive.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -49982,7 +33861,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -49995,8 +33875,6 @@ "type": "object", "description": "Date of the payment deadline for the performance based incentive.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50005,7 +33883,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50018,8 +33897,6 @@ "type": "object", "description": "Description of the payment method for the performance based incentive.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50028,7 +33905,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50041,8 +33919,6 @@ "type": "object", "description": "Portion of site used to measure performance based incentive as percent of total number of units in site.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50051,7 +33927,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50064,8 +33941,6 @@ "type": "object", "description": "Description of the performance based incentive program.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50074,7 +33949,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50087,10 +33963,6 @@ "type": "object", "description": "Rate of the performance based incentive in amount per kWh.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50099,7 +33971,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50112,8 +33985,6 @@ "type": "object", "description": "Type of performance based incentive.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50122,7 +33993,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50135,17 +34007,6 @@ "type": "object", "description": "Term of the performance based incentive. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50154,7 +34015,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50167,202 +34029,16 @@ "type": "object", "description": "Expected cumulative incentive cost from inception to date.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -50375,10 +34051,6 @@ "type": "object", "description": "Expected incentive cost per kWh production from inception to date, cumulative per month, cumulative per year.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50387,7 +34059,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50400,8 +34073,6 @@ "type": "object", "description": "Description of type of incentive.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50410,7 +34081,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50423,8 +34095,6 @@ "type": "object", "description": "Number of units used to measure power system capacity for performance based incentive.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50433,7 +34103,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50446,202 +34117,16 @@ "type": "object", "description": "Amount of the rebate coming from the state.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -50654,8 +34139,6 @@ "type": "object", "description": "Description of rebate payment timing, for example monthly or quarterly payment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50664,7 +34147,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50677,8 +34161,6 @@ "type": "object", "description": "Description of the rebate program.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50687,7 +34169,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50700,8 +34183,6 @@ "type": "object", "description": "Description of rebate type.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50710,7 +34191,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50723,31 +34205,6 @@ "type": "object", "description": "Guaranteed volume of energy to be delivered as part of the state tax credit agreement (in kWh).", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50756,7 +34213,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50769,8 +34227,6 @@ "type": "object", "description": "State tax credit percentage of site based on units.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50779,7 +34235,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50792,8 +34249,6 @@ "type": "object", "description": "Number of units used to measure power system capacity for state tax credit.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50802,7 +34257,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50815,8 +34271,6 @@ "type": "object", "description": "Description of the state tax credit program.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50825,7 +34279,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50838,8 +34293,6 @@ "type": "object", "description": "Name of the recipient of the state tax credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50848,7 +34301,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50861,10 +34315,6 @@ "type": "object", "description": "State tax credit in currency per kWh.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50873,7 +34323,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50886,8 +34337,6 @@ "type": "object", "description": "Indication as to whether state tax credits are current. If they are current, TRUE; if they are not current, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50896,7 +34345,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50909,8 +34359,6 @@ "type": "object", "description": "Percent of state tax credit escalator.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50919,7 +34367,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50932,17 +34381,6 @@ "type": "object", "description": "Term of the state tax credit. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50951,7 +34389,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50964,8 +34403,6 @@ "type": "object", "description": "Expiration date of the state tax credit.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50974,7 +34411,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -50987,8 +34425,6 @@ "type": "object", "description": "Description of state tax credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -50997,7 +34433,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51010,31 +34447,6 @@ "type": "object", "description": "Volume cap in kWh of state tax credit.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51043,7 +34455,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51056,8 +34469,6 @@ "type": "object", "description": "Name of tax equity partner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51066,7 +34477,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51079,8 +34491,6 @@ "type": "object", "description": "Partner shares as percent of class equity, for example,class A and class B shares. The ratio can be can be expressed for all partners or for individual partners.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51089,7 +34499,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51102,8 +34513,6 @@ "type": "object", "description": "Total partner shares (regardless of class) as a percent of total equity.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51112,7 +34521,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51125,8 +34535,6 @@ "type": "object", "description": "Number of shares of the tax equity partner as a percent of the total class equity.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51135,7 +34543,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51148,8 +34557,6 @@ "type": "object", "description": "Number of shares of the tax equity partner as a percent of a specific class equity.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51158,7 +34565,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51171,31 +34579,6 @@ "type": "object", "description": "Volume cap on performance based incentive in kWh.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51204,7 +34587,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51217,8 +34601,6 @@ "type": "object", "description": "Information about the income statement for the operating company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51227,7 +34609,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51240,202 +34623,16 @@ "type": "object", "description": "Amount of current income tax expense (benefit) and deferred income tax expense (benefit) pertaining to continuing operations.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -51448,202 +34645,16 @@ "type": "object", "description": "Amount of income tax expense (benefit) for continuing operations, discontinued operations, other comprehensive income, and items charged (credited) directly to shareholders' equity.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -51656,8 +34667,6 @@ "type": "object", "description": "Information about the Incumbency Certificate, which names individuals at the bank who are allowed to execute docs on behalf of the project company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51666,7 +34675,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51679,8 +34689,6 @@ "type": "object", "description": "Indicates if the Incumbency Certificate is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51689,7 +34697,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51702,8 +34711,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Incumbency Certificate or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51712,7 +34719,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51725,8 +34733,6 @@ "type": "object", "description": "Indicates if the Incumbency Certificate is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51735,7 +34741,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51748,8 +34755,6 @@ "type": "object", "description": "Names of counterparties to the Incumbency Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51758,7 +34763,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51771,8 +34777,6 @@ "type": "object", "description": "Link to the Incumbency Certificate document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51781,7 +34785,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51794,8 +34799,6 @@ "type": "object", "description": "Effective date of the Incumbency Certificate, which names individuals at the bank who are allowed to execute docs on behalf of the project company.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51804,7 +34807,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51817,8 +34821,6 @@ "type": "object", "description": "Description of any exceptions to the Incumbency Certificate or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51827,7 +34829,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51840,8 +34843,6 @@ "type": "object", "description": "Expiration date of the Incumbency Certificate, which names individuals at the bank who are allowed to execute docs on behalf of the project company.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51850,7 +34851,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51863,8 +34865,6 @@ "type": "object", "description": "Information about the independent engineering opinion report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51873,7 +34873,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51886,8 +34887,6 @@ "type": "object", "description": "Indicates if the independent engineering opinion report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51896,7 +34895,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51909,8 +34909,6 @@ "type": "object", "description": "Indicates if there are exceptions to the independent engineering opinion report. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51919,7 +34917,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51932,8 +34931,6 @@ "type": "object", "description": "Indicates if the independent engineering opinion report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51942,7 +34939,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51955,8 +34953,6 @@ "type": "object", "description": "Names of counterparties to the independent engineering opinion report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51965,7 +34961,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -51978,8 +34975,6 @@ "type": "object", "description": "Link to the Independent Engineering Opinion Report document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -51988,7 +34983,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52001,8 +34997,6 @@ "type": "object", "description": "Effective date of the independent engineering opinion report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52011,7 +35005,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52024,8 +35019,6 @@ "type": "object", "description": "Description of any exceptions to the independent engineering opinion report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52034,7 +35027,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52047,8 +35041,6 @@ "type": "object", "description": "Information about the Independent Engineering Production Estimate report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52057,7 +35049,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52070,8 +35063,6 @@ "type": "object", "description": "Author of the Independent Engineering Production Estimate report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52080,7 +35071,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52093,8 +35085,6 @@ "type": "object", "description": "Indicates if the Independent Engineering Production Estimate Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52103,7 +35093,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52116,8 +35107,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Independent Engineering Production Estimate Report or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52126,7 +35115,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52139,8 +35129,6 @@ "type": "object", "description": "Indicates if the Independent Engineering Production Estimate Report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52149,7 +35137,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52162,8 +35151,6 @@ "type": "object", "description": "Effective date of the Independent Engineering Production Estimate Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52172,7 +35159,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52185,8 +35173,6 @@ "type": "object", "description": "Description of any exceptions to the Independent Engineering Production Estimate Report or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52195,7 +35181,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52208,8 +35195,6 @@ "type": "object", "description": "Author of the Independent Engineering Production Estimate report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52218,7 +35203,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52231,8 +35217,6 @@ "type": "object", "description": "Information contained in the Independent Engineering Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52241,7 +35225,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52254,8 +35239,6 @@ "type": "object", "description": "Indicates if the Independent Engineering Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52264,7 +35247,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52277,8 +35261,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Independent Engineering Report or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52287,7 +35269,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52300,8 +35283,6 @@ "type": "object", "description": "Indicates if the Independent Engineering Report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52310,7 +35291,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52323,8 +35305,6 @@ "type": "object", "description": "Names of counterparties to the Independent Engineering Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52333,7 +35313,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52346,8 +35327,6 @@ "type": "object", "description": "Descripton of the Independent Engineering Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52356,7 +35335,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52369,8 +35349,6 @@ "type": "object", "description": "Link to the Independent Engineering Report document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52379,7 +35357,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52392,8 +35371,6 @@ "type": "object", "description": "Effective date of the Independent Engineering Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52402,7 +35379,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52415,8 +35393,6 @@ "type": "object", "description": "Description of any exceptions to the Independent Engineering Report or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52425,7 +35401,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52438,8 +35415,6 @@ "type": "object", "description": "Expiration date of the Independent Engineering Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52448,7 +35423,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52461,8 +35437,6 @@ "type": "object", "description": "Name of the advisor reviewing the independent engineering services report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52471,7 +35445,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52484,8 +35459,6 @@ "type": "object", "description": "Opinion of the advisor reviewing the independent engineering services report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52494,7 +35467,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52507,8 +35481,6 @@ "type": "object", "description": "Date when the advisor opinion was written.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52517,7 +35489,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52530,8 +35503,6 @@ "type": "object", "description": "Information about reports and documents used to evaluate independent engineering services.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52540,7 +35511,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52553,8 +35525,6 @@ "type": "object", "description": "Used to identify individual reports used to monitor the ongoing performance of the installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52563,7 +35533,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52576,8 +35547,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding review of contracts.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52586,7 +35555,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52599,8 +35569,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding design review.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52609,7 +35577,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52622,8 +35591,6 @@ "type": "object", "description": "Used to identify individual reports used to monitor the ongoing performance of the installation.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52632,7 +35599,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52645,8 +35613,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding the energy production estimate.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52655,7 +35621,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52668,8 +35635,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding equipment review.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52678,7 +35643,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52691,8 +35657,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding review of the financial model.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52701,7 +35665,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52714,8 +35679,6 @@ "type": "object", "description": "Used to group information included in the Independent Engineering Services Checklist.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52724,7 +35687,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52737,8 +35701,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding review of mechanical completion.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52747,7 +35709,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52760,8 +35723,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding Module Factory Audits.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52770,7 +35731,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52783,8 +35745,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding Module Reliability Testing.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52793,7 +35753,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52806,8 +35767,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding operational budget review.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52816,7 +35775,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52829,8 +35789,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding permits and assessments.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52839,7 +35797,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52852,8 +35811,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist on post-funding activities.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52862,7 +35819,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52875,8 +35833,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding review by contractors.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52885,7 +35841,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52898,8 +35855,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist to review status of reports.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52908,7 +35863,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52921,8 +35877,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding site inspections.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52931,7 +35885,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52944,8 +35899,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding site review.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52954,7 +35907,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52967,8 +35921,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding review of substantial or final completion.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -52977,7 +35929,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -52990,8 +35943,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding review of substantial or final completion.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53000,7 +35951,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53013,8 +35965,6 @@ "type": "object", "description": "Represents information used to assess the quality of the installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53023,7 +35973,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53036,8 +35987,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding transmission and curtailment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53046,7 +35995,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53059,8 +36009,6 @@ "type": "object", "description": "Items on the Independent Engineering Services Checklist regarding equipment warranties.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53069,7 +36017,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53082,8 +36031,6 @@ "type": "object", "description": "Notes about the independent engineering services report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53092,7 +36039,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53105,8 +36053,6 @@ "type": "object", "description": "Date when the notes about the independent engineering services report were written.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53115,7 +36061,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53128,8 +36075,6 @@ "type": "object", "description": "Name of the individual responsible for the information reported on the checklist.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53138,7 +36083,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53151,8 +36097,6 @@ "type": "object", "description": "Email and phone contact of individual or entity at the system authorized to view security data.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53161,7 +36105,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53174,8 +36119,6 @@ "type": "object", "description": "Description of the climate classification of the site per IECRE 60721. For example: Tropical, Arid, Temperate, Cold, Polar.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53184,7 +36127,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53197,8 +36141,6 @@ "type": "object", "description": "Information about the installation agreement which allows the installation of the project and is between the site owner and the developer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53207,7 +36149,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53220,8 +36163,6 @@ "type": "object", "description": "Indicates if the installation agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53230,7 +36171,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53243,8 +36185,6 @@ "type": "object", "description": "Indicates if there are exceptions to the installation agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53253,7 +36193,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53266,8 +36207,6 @@ "type": "object", "description": "Indicates if the installation agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53276,7 +36215,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53289,8 +36229,6 @@ "type": "object", "description": "Names of counterparties to the installation agreement which are the developer and the site owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53299,7 +36237,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53312,8 +36251,6 @@ "type": "object", "description": "Link to the Installation Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53322,7 +36259,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53335,8 +36273,6 @@ "type": "object", "description": "Effective date of the installation agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53345,7 +36281,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53358,8 +36295,6 @@ "type": "object", "description": "Description of any exceptions to the installation agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53368,7 +36303,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53381,8 +36317,6 @@ "type": "object", "description": "Expiration date of the installation agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53391,7 +36325,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53404,19 +36339,6 @@ "type": "object", "description": "The height of the installation from ground-level.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53425,7 +36347,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53438,8 +36361,6 @@ "type": "object", "description": "Information about the array installation type.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53448,7 +36369,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53461,8 +36383,6 @@ "type": "object", "description": "Used to identify different types of installations.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53471,7 +36391,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53484,8 +36405,6 @@ "type": "object", "description": "Used to identify different types of installations.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53494,7 +36413,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53507,8 +36427,6 @@ "type": "object", "description": "Used to group information about the installation types.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53517,7 +36435,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53530,8 +36449,6 @@ "type": "object", "description": "Represents information about the installation type of the array with can be Rooftop or Ground.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53540,7 +36457,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53553,8 +36471,6 @@ "type": "object", "description": "Information about insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53563,7 +36479,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53576,8 +36493,6 @@ "type": "object", "description": "Table containing information about types of insurance, for example, casualty or property, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53586,7 +36501,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53599,8 +36515,6 @@ "type": "object", "description": "Used to identify the type of insurance, which may be surety, casualty, property, or other types.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53609,7 +36523,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53622,8 +36537,6 @@ "type": "object", "description": "Used to identify the type of insurance, which may be surety, casualty, property, or other types.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53632,7 +36545,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53645,34 +36559,6 @@ "type": "object", "description": "Insurance type which can be: Liability, Property, Commercial General Liability, Business Interruption, Property Casualty, Casualty, Workmans Compensation, Energy Production, Performance, Universal, Warranty, Surety Advance Payment Bond, Surety Engineering Procurement Construction Surety Payment Bond, Surety Engineering Procurement Construction Payment Bond With Solar Module Supplier Sublimits As Dual Obligee, Surety Interconnection Payment Bond, Surety On Bill Finance Energy Efficiency Upgrades, Surety Utility Payment Bond, Surety On Bill Finance Solar Projects Utility Payment Bond, Surety Power Purchase Agreement Surety Payment Bond, Surety Solar Facility Decommissioning Bond, Surety Solar Module Payment Bond, Surety Solar Module Supply Bond, Surety Solar Module Warranty Security Bond, Electronic Surety Bond Provider Module Warranty Security, Electronic Surety Bond Provider Power Purchase Agreement Payment Bond.\n\n", "x-ob-item-type": "solar-types:insuranceItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Liability", - "Property", - "Commercial General Liability", - "Business Interruption", - "Property Casualty", - "Casualty", - "Workmans Compensation", - "Energy Production", - "Performance", - "Universal", - "Warranty", - "Surety Advance Payment Bond", - "Surety Engineering Procurement Construction Surety Payment Bond", - "Surety Engineering Procurement Construction Payment Bond With Solar Module Supplier Sublimits As Dual Obligee", - "Surety Interconnection Payment Bond", - "Surety On Bill Finance Energy Efficiency Upgrades", - "Surety Utility Payment Bond", - "Surety On Bill Finance Solar Projects Utility Payment Bond", - "Surety Power Purchase Agreement Surety Payment Bond", - "Surety Solar Facility Decommissioning Bond", - "Surety Solar Module Payment Bond", - "Surety Solar Module Supply Bond", - "Surety Solar Module Warranty Security Bond", - "Electronic Surety Bond Provider Module Warranty Security", - "Electronic Surety Bond Provider Power Purchase Agreement Payment Bond." - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53681,7 +36567,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53694,8 +36581,6 @@ "type": "object", "description": "Used to group information about different types of insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53704,7 +36589,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53717,8 +36603,6 @@ "type": "object", "description": "Name of insurance carrier used.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53727,7 +36611,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53740,8 +36625,6 @@ "type": "object", "description": "National Association of Insurance Commissioners (NAIC) number assigned to the insurance company and/or group providing the insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53750,7 +36633,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53763,8 +36647,6 @@ "type": "object", "description": "Description of insurance requirement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53773,7 +36655,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53786,8 +36669,6 @@ "type": "object", "description": "Effective date of Insurance", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53796,7 +36677,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53809,8 +36691,6 @@ "type": "object", "description": "Expiration date of the insurance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53819,7 +36699,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53832,8 +36713,6 @@ "type": "object", "description": "Indication as to whether Insurance is available. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -53842,7 +36721,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -53855,202 +36735,16 @@ "type": "object", "description": "Minimum coverage amount of insurance.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -54063,202 +36757,16 @@ "type": "object", "description": "Minimum coverage amount of insurance.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -54271,8 +36779,6 @@ "type": "object", "description": "Beneficiary of Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54281,7 +36787,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54294,8 +36801,6 @@ "type": "object", "description": "Policy owner of the Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54304,7 +36809,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54317,8 +36823,6 @@ "type": "object", "description": "Description of coverage per occurence requirement in insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54327,7 +36831,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54340,17 +36845,6 @@ "type": "object", "description": "Term of the surety warranty bond. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54359,7 +36853,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54372,8 +36867,6 @@ "type": "object", "description": "Information about Surety.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54382,7 +36875,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54395,8 +36889,6 @@ "type": "object", "description": "The name of the obligee to a surety bond, which is a promise by a surety or guarantor to pay one party (the obligee) a certain amount if a second party (the principal) fails to meet some obligation, such as fulfilling the terms of a contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54405,7 +36897,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54418,8 +36911,6 @@ "type": "object", "description": "Information about Business Interruption Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54428,7 +36919,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54441,8 +36933,6 @@ "type": "object", "description": "Information about Casualty insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54451,7 +36941,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54464,8 +36955,6 @@ "type": "object", "description": "Information about Commercial General Liability insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54474,7 +36963,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54487,8 +36977,6 @@ "type": "object", "description": "Name of insurance consultant (hired to work on the solar installation project).", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54497,7 +36985,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54510,8 +36999,6 @@ "type": "object", "description": "Information about the Insurance Consultant Report which confirms there is proper insurance coverage.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54520,7 +37007,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54533,8 +37021,6 @@ "type": "object", "description": "Indicates if the Insurance Consultant Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54543,7 +37029,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54556,8 +37043,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Insurance Consultant Report. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54566,7 +37051,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54579,8 +37065,6 @@ "type": "object", "description": "Indicates if the Insurance Consultant Report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54589,7 +37073,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54602,8 +37087,6 @@ "type": "object", "description": "Names of counterparties to the Insurance Consultant Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54612,7 +37095,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54625,8 +37109,6 @@ "type": "object", "description": "Link to the Insurance Consultant Report document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54635,7 +37117,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54648,8 +37131,6 @@ "type": "object", "description": "Effective date of the Insurance Consultant Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54658,7 +37139,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54671,8 +37153,6 @@ "type": "object", "description": "Description of any exceptions to the Insurance Consultant Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54681,7 +37161,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54694,8 +37175,6 @@ "type": "object", "description": "Expiration date of the Insurance Consultant Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54704,7 +37183,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54717,8 +37197,6 @@ "type": "object", "description": "Information about Energy Production Insurance to protect against reduced energy production in the event of unexpected circumstances.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54727,7 +37205,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54740,8 +37219,6 @@ "type": "object", "description": "Start date of initial insurance coverage.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54750,7 +37227,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54763,8 +37241,6 @@ "type": "object", "description": "Date of initial UCC (Uniform Commercial Code) filing.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54773,7 +37249,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54786,8 +37263,6 @@ "type": "object", "description": "Information about Property Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54796,7 +37271,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54809,8 +37285,6 @@ "type": "object", "description": "Information about Liability Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54819,7 +37293,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54832,8 +37307,6 @@ "type": "object", "description": "Description of rebate program for Property Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54842,7 +37315,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54855,8 +37329,6 @@ "type": "object", "description": "Description of general requirement for Property Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54865,7 +37337,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54878,8 +37351,6 @@ "type": "object", "description": "Description of sponsor reporting requirements.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54888,7 +37359,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54901,8 +37373,6 @@ "type": "object", "description": "Description of state incentives and credit filings.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -54911,7 +37381,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -54924,202 +37395,16 @@ "type": "object", "description": "Coverage amount of Surety.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -55132,8 +37417,6 @@ "type": "object", "description": "Indication as to whether Surety is available. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55142,7 +37425,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55155,8 +37439,6 @@ "type": "object", "description": "Effective date of Surety.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55165,7 +37447,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55178,8 +37461,6 @@ "type": "object", "description": "Surety expiration date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55188,7 +37469,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55201,8 +37483,6 @@ "type": "object", "description": "Descriptive notes about the Surety.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55211,7 +37491,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55224,8 +37505,6 @@ "type": "object", "description": "Policy owner of the Surety.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55234,7 +37513,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55247,8 +37527,6 @@ "type": "object", "description": "Description of Surety requirement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55257,7 +37535,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55270,202 +37549,16 @@ "type": "object", "description": "Minimum coverage amount of Surety.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -55478,8 +37571,6 @@ "type": "object", "description": "Description of tax filing requirement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55488,7 +37579,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55501,8 +37593,6 @@ "type": "object", "description": "Information about Universal Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55511,7 +37601,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55524,8 +37615,6 @@ "type": "object", "description": "Information about Workers Compensation Insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55534,7 +37623,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55547,8 +37637,6 @@ "type": "object", "description": "Information about the interconnection agreement between the project company and the utility.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55557,7 +37645,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55570,8 +37659,6 @@ "type": "object", "description": "Indicates if the Interconnection Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55580,7 +37667,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55593,8 +37681,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Interconnection Agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55603,7 +37689,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55616,8 +37703,6 @@ "type": "object", "description": "Indicates if the Interconnection Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55626,7 +37711,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55639,8 +37725,6 @@ "type": "object", "description": "Names of counterparties to the Interconnection Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55649,7 +37733,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55662,8 +37747,6 @@ "type": "object", "description": "Name of the project company per the Interconnection Agreement. The agreement allows the project company to distribute energy onto the electrical grid.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55672,7 +37755,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55685,8 +37769,6 @@ "type": "object", "description": "Link to the Interconnection Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55695,7 +37777,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55708,8 +37791,6 @@ "type": "object", "description": "Effective date of the interconnection agreement, allowing the project company to distribute energy onto the electrical grid.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55718,7 +37799,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55731,8 +37813,6 @@ "type": "object", "description": "Description of any exceptions to the Interconnection Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55741,7 +37821,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55754,8 +37835,6 @@ "type": "object", "description": "Expiration date of the Interconnection Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55764,7 +37843,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55777,8 +37857,6 @@ "type": "object", "description": "Name of the interconnection provider (utility) per the Interconnection Agreement, allowing the project company to distribute energy onto the electrical grid.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55787,7 +37865,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55800,8 +37879,6 @@ "type": "object", "description": "Location of the interconnection named as GPS coordinate or address, per the Interconnection Agreement, allowing the project company to distribute energy onto the electrical grid.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55810,7 +37887,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55823,8 +37901,6 @@ "type": "object", "description": "Description of special features in the interconnection agreement, which allows the project company to distribute energy onto the electrical grid.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55833,7 +37909,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55846,8 +37923,6 @@ "type": "object", "description": "Description of the type of interconnection agreement type allowing the project company to distribute energy onto the electrical grid, for example, distributed generation, small or large.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55856,7 +37931,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55869,8 +37945,6 @@ "type": "object", "description": "Information about the Interconnection Approval for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55879,7 +37953,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55892,8 +37967,6 @@ "type": "object", "description": "Indicates if the Interconnection Approval is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55902,7 +37975,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55915,8 +37989,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Interconnection Approval or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55925,7 +37997,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55938,8 +38011,6 @@ "type": "object", "description": "Indicates if the Interconnection Approval is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55948,7 +38019,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55961,8 +38033,6 @@ "type": "object", "description": "Names of counterparties to the Interconnection Approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55971,7 +38041,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -55984,8 +38055,6 @@ "type": "object", "description": "Link to the Interconnection Approval document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -55994,7 +38063,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56007,8 +38077,6 @@ "type": "object", "description": "Effective date of the Interconnection Approval.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56017,7 +38085,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56030,8 +38099,6 @@ "type": "object", "description": "Description of any exceptions to the Interconnection Approval or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56040,7 +38107,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56053,8 +38121,6 @@ "type": "object", "description": "Expiration date of the Interconnection Approval.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56063,7 +38129,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56076,8 +38143,6 @@ "type": "object", "description": "Interest rate charged on overdue lease payments.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56086,7 +38151,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56099,8 +38165,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56109,7 +38173,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56122,10 +38187,6 @@ "type": "object", "description": "Amount of continuous current per phase of the inverter.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56134,7 +38195,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56147,8 +38209,6 @@ "type": "object", "description": "Information about the backup power output for the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56157,7 +38217,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56170,8 +38231,6 @@ "type": "object", "description": "Information about the inverter related to the battery.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56180,7 +38239,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56193,17 +38253,6 @@ "type": "object", "description": "Amount of continuous DC power that can be drawn into the battery for the inverter, in apparent power.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56212,7 +38261,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56225,8 +38275,6 @@ "type": "object", "description": "Number of batteries required per inverter.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56235,7 +38283,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56248,17 +38297,6 @@ "type": "object", "description": "Peak apparent power that can be drawn into the battery for the inverter.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56267,7 +38305,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56280,8 +38319,6 @@ "type": "object", "description": "Description of battery types that can be used to support the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56290,7 +38327,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56303,8 +38341,6 @@ "type": "object", "description": "Indicates if the inverter has a built-in meter. If it has a built-in meter, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56313,7 +38349,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56326,8 +38363,6 @@ "type": "object", "description": "California Energy Commission (CEC) weighted energy efficiency rating of the inverter. In contrast to peak efficiency, it is a measure of average efficiency.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56336,7 +38371,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56349,8 +38385,6 @@ "type": "object", "description": "Description of certifications available for the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56359,7 +38393,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56372,8 +38407,6 @@ "type": "object", "description": "Description of certifications available for the module.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56382,7 +38415,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56395,8 +38429,6 @@ "type": "object", "description": "Description of certifications available for the optimizer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56405,7 +38437,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56418,8 +38451,6 @@ "type": "object", "description": "Information about inverter certifications.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56428,7 +38459,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56441,8 +38473,6 @@ "type": "object", "description": "Description of the communication system for the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56451,7 +38481,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56464,8 +38495,6 @@ "type": "object", "description": "Description of the inverter cooling system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56474,7 +38503,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56487,8 +38517,6 @@ "type": "object", "description": "Indication as to whether the inverter is DC optimized. If DC optimized, TRUE; if not DC optimized, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56497,7 +38525,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56510,19 +38539,6 @@ "type": "object", "description": "Depth of the Inverter.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56531,7 +38547,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56544,8 +38561,6 @@ "type": "object", "description": "Multiplier indicating the amount that the inverter can operate at above the inverter DC nameplate capacity. For example, at a design factor of 1.1, can safely operate 10% above the stated nameplate capacity rating.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56554,7 +38569,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56567,8 +38583,6 @@ "type": "object", "description": "Used to show the dimensions of an inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56577,7 +38591,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56590,8 +38605,6 @@ "type": "object", "description": "Description of the inverter disconnection type.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56600,7 +38613,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56613,8 +38627,6 @@ "type": "object", "description": "Description of the enclosure environmental rating for the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56623,7 +38635,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56636,8 +38649,6 @@ "type": "object", "description": "Error code data provided about the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56646,7 +38657,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56659,8 +38671,6 @@ "type": "object", "description": "European Efficiency rating of the inverter which is an averaged operating efficiency over a yearly power distribution corresponding to middle-Europe climate.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56669,7 +38679,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56682,8 +38693,6 @@ "type": "object", "description": "Status of the inverter fan. If fan is working, TRUE; if fan is not working, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56692,7 +38701,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56705,8 +38715,6 @@ "type": "object", "description": "Abstract used to classify general nameplate information about the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56715,7 +38723,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56728,8 +38737,6 @@ "type": "object", "description": "Description of the Inverter Ground Fault Detector Interrupter which is a fuse that trips when ground fault current exceeds the ampere rating of the fuse.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56738,7 +38745,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56751,10 +38759,6 @@ "type": "object", "description": "Threshold amount of current in the Inverter Ground Fault Detector Interrupter which is a fuse that trips when ground fault current exceeds the ampere rating of the fuse.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56763,7 +38767,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56776,8 +38781,6 @@ "type": "object", "description": "Indication as to whether grounding is available for the inverter. If Ungrounded (Transformerless), FALSE. If Grounded, TRUE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56786,7 +38789,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56799,8 +38803,6 @@ "type": "object", "description": "Expected percent limit of the change in frequency from expected frequency which is the harmonics, a method of characterizing the flow of the current. For example, the frequency is expected to be less than 4% of the expected frequency.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56809,7 +38811,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56822,8 +38825,6 @@ "type": "object", "description": "Inverter has certification IEC61683, for Power Conditioners - Procedure for Measuring Efficiency.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56832,7 +38833,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56845,8 +38847,6 @@ "type": "object", "description": "Inverter has certification IEC62109-1, for Safety of Power Converters ofr Use in PV Power Systems, Part 1: General Requirements.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56855,7 +38855,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56868,8 +38869,6 @@ "type": "object", "description": "Inverter has certification IEC62109-2, Safety of Power Converters for Use in PV Power Systems, Part 2: Particular Requirements for Inverters.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56878,7 +38877,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56891,8 +38891,6 @@ "type": "object", "description": "Inverter has certification other than UL1741, IEC61683, IEC62109-1, or IEC62109-2. If it does, then list the certifications.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56901,7 +38899,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56914,8 +38913,6 @@ "type": "object", "description": "Inverter has certification UL1741, for Inverters, Converters, Controllers and Interconnection System Equipment for Use with Distributed Energy Resources.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56924,7 +38921,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56937,8 +38935,6 @@ "type": "object", "description": "Indication as to whether the inverter has a DC disconnect device; if it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56947,7 +38943,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56960,8 +38957,6 @@ "type": "object", "description": "Indication as to whether the inverter has a ground fault monitoring; if it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56970,7 +38965,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -56983,13 +38979,6 @@ "type": "object", "description": "Maximum voltage at which the inverter can deliver its rated power", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -56998,7 +38987,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57011,10 +39001,6 @@ "type": "object", "description": "The maximum input DC current that can be connected to the inverter.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57023,7 +39009,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57036,17 +39023,6 @@ "type": "object", "description": "Maximum amount of apparent power input that the inverter can safely draw.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57055,7 +39031,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57068,13 +39045,6 @@ "type": "object", "description": "Maximum rated DC voltage input of the inverter.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57083,7 +39053,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57096,13 +39067,6 @@ "type": "object", "description": "Minimum rated DC voltage input of the inverter.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57111,7 +39075,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57124,13 +39089,6 @@ "type": "object", "description": "Minimum voltage at which the inverter can deliver its rated power", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57139,7 +39097,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57152,8 +39111,6 @@ "type": "object", "description": "Nameplate information about the inverter input.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57162,7 +39119,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57175,8 +39133,6 @@ "type": "object", "description": "Number of Maximum Power Point Trackers (MPPT).", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57185,7 +39141,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57198,13 +39155,6 @@ "type": "object", "description": "Rated DC voltage of the inverter.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57213,7 +39163,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57226,10 +39177,6 @@ "type": "object", "description": "Amount of current going through the inverter when the voltage is zero.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57238,7 +39185,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57251,8 +39199,6 @@ "type": "object", "description": "Number of strings or input per Maximum Power Point (MPPT).", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57261,7 +39207,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57274,8 +39221,6 @@ "type": "object", "description": "Indicates if the inverter is an MPPT inverter. The MPPT is a circuit (typically a DC to DC converter) used to maximize the energy available from the connected solar module arrays at any time during its operation. If it is an MMPT inverter, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57284,7 +39229,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57297,19 +39243,6 @@ "type": "object", "description": "Length of the Inverter.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57318,7 +39251,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57331,8 +39265,6 @@ "type": "object", "description": "The ratio of output power (or energy) to input power (or energy) for the inverter.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57341,7 +39273,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57354,13 +39287,6 @@ "type": "object", "description": "The maximum start voltage of an inverter is the maximum voltage at which the inverter begins pulling power from the array.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57369,7 +39295,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57382,8 +39309,6 @@ "type": "object", "description": "Inverter equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57392,7 +39317,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57405,8 +39331,6 @@ "type": "object", "description": "Mounting equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57415,7 +39339,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57428,13 +39353,6 @@ "type": "object", "description": "The start voltage of an inverter is the minimum voltage at which the inverter begins pulling power from the array.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57443,7 +39361,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57456,8 +39375,6 @@ "type": "object", "description": "Description of the monitoring system for the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57466,7 +39383,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57479,13 +39397,6 @@ "type": "object", "description": "Inverter Maximum Power Point Tracking maximum operating voltage range.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57494,7 +39405,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57507,13 +39419,6 @@ "type": "object", "description": "Inverter Maximum Power Point Tracking minimum operating voltage range.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57522,7 +39427,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57535,8 +39441,6 @@ "type": "object", "description": "Nameplate information about the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57545,7 +39449,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57558,17 +39463,6 @@ "type": "object", "description": "The amount of power consumed during the night.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57577,7 +39471,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57590,8 +39485,6 @@ "type": "object", "description": "Number of inverter line connections.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57600,7 +39493,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57613,12 +39507,6 @@ "type": "object", "description": "Maximum operating temperature of the solar module. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57627,7 +39515,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57640,12 +39529,6 @@ "type": "object", "description": "Minimum operating temperature of the solar module. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57654,7 +39537,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57667,10 +39551,6 @@ "type": "object", "description": "Maximum value of the range within which the frequency of the inverter allows the AC to fluctuate, in herz.", "x-ob-item-type": "num-us:frequencyItemType", - "x-ob-unit": [ - "Hertz" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57679,7 +39559,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57692,10 +39573,6 @@ "type": "object", "description": "Minimum value of the range within which the frequency of the inverter allows the AC to fluctuate, in herz.", "x-ob-item-type": "num-us:frequencyItemType", - "x-ob-unit": [ - "Hertz" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57704,7 +39581,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57717,17 +39595,6 @@ "type": "object", "description": "Amount of power that can be delivered continuously by the inverter.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57736,7 +39603,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57749,17 +39617,6 @@ "type": "object", "description": "Maximum, nameplate (nominal) apparent power output of the inverter, in volts-ampere.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57768,7 +39625,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57781,10 +39639,6 @@ "type": "object", "description": "Maximum amount of current that an inverter will output, AC.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57793,7 +39647,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57806,17 +39661,6 @@ "type": "object", "description": "Maximum, nameplate (nominal) output of the inverter, measured in real power (watts) which is the amount of power actually consumed or utilized in an AC Circuit. It is also called True power or Active Power.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57825,7 +39669,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57838,8 +39683,6 @@ "type": "object", "description": "Nameplate information about the inverter output.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57848,7 +39691,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57861,12 +39705,6 @@ "type": "object", "description": "Phase type of the inverter which can be Single Phase, Three Phase WYE configuration, or Three Phase Delta configuration.", "x-ob-item-type": "solar-types:inverterPhaseItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Single Phase", - "Three Phase WYE", - "Three Phase Delta" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57875,7 +39713,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57888,10 +39727,6 @@ "type": "object", "description": "Rated frequency of the inverter in Hertz.", "x-ob-item-type": "num-us:frequencyItemType", - "x-ob-unit": [ - "Hertz" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57900,7 +39735,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57913,17 +39749,6 @@ "type": "object", "description": "Rated apparent power of the inverter per manufacturers specification in AC.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57932,7 +39757,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57945,13 +39771,6 @@ "type": "object", "description": "Rated AC voltage of the inverter.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57960,7 +39779,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -57973,13 +39793,6 @@ "type": "object", "description": "Maximum value of the voltage range of the inverter, per manufacturer specification.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -57988,7 +39801,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58001,13 +39815,6 @@ "type": "object", "description": "Minimum value of the voltage range of the inverter, per manufacturer specification.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58016,7 +39823,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58029,8 +39837,6 @@ "type": "object", "description": "Power factor of the inverter operating at nominal power. Power factor is the ratio of real power to apparent power.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58039,7 +39845,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58052,8 +39859,6 @@ "type": "object", "description": "Minimum power factor when injecting reactive power.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58062,7 +39867,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58075,8 +39881,6 @@ "type": "object", "description": "Minimum power factor when absorbing reactive power.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58085,7 +39889,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58098,8 +39903,6 @@ "type": "object", "description": "If the Inverter has reverse polarity, TRUE; if the inverter does not have reverse polarity, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58108,7 +39911,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58121,8 +39925,6 @@ "type": "object", "description": "Static MPPT efficiency, which quantifies the array power captured under stable conditions.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58131,7 +39933,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58144,15 +39947,6 @@ "type": "object", "description": "Description of the style of the inverter which can be Central, String, MicroInverter, Distributed, Transformerless, or Grounded.", "x-ob-item-type": "solar-types:inverterItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Central", - "String", - "MicroInverter", - "Distributed", - "Transformerless", - "Grounded" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58161,7 +39955,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58174,8 +39969,6 @@ "type": "object", "description": "Description of the transformer design for the inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58184,7 +39977,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58197,22 +39991,6 @@ "type": "object", "description": "Weight of the Inverter.", "x-ob-item-type": "num:massItemType", - "x-ob-unit": [ - "Pound", - "Ounce", - "Troy Ounce", - "Ton", - "Tonne", - "Gram", - "Kilogram", - "Thousand Tons", - "Million Tons", - "Billion Tons", - "Kilotonne", - "Megatonne", - "Gigatonne" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58221,7 +39999,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58234,19 +40013,6 @@ "type": "object", "description": "Width of the Inverter.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58255,7 +40021,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58268,202 +40035,16 @@ "type": "object", "description": "The total invested capital at the end of the reporting period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -58476,8 +40057,6 @@ "type": "object", "description": "Link to the Lessee Collateral Agency Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58486,7 +40065,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58499,8 +40079,6 @@ "type": "object", "description": "Information about the investment fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58509,7 +40087,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58522,8 +40101,6 @@ "type": "object", "description": "Information about the Investment Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58532,7 +40109,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58545,8 +40123,6 @@ "type": "object", "description": "Indicates if the Investment Memo is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58555,7 +40131,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58568,8 +40145,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Investment Memo. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58578,7 +40153,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58591,8 +40167,6 @@ "type": "object", "description": "Indicates if the Investment Memo is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58601,7 +40175,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58614,8 +40189,6 @@ "type": "object", "description": "Names of counterparties to the Investment Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58624,7 +40197,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58637,8 +40211,6 @@ "type": "object", "description": "Link to the Investment Memo document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58647,7 +40219,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58660,8 +40233,6 @@ "type": "object", "description": "Effective date of the Investment Memo.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58670,7 +40241,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58683,8 +40255,6 @@ "type": "object", "description": "Description of any exceptions to the Investment Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58693,7 +40263,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58706,8 +40277,6 @@ "type": "object", "description": "Expiration date of the Investment Memo.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58716,7 +40285,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58729,8 +40299,6 @@ "type": "object", "description": "American Banking Association (ABA) number for the account receiving the wired funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58739,7 +40307,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58752,8 +40321,6 @@ "type": "object", "description": "Information about the Invoice Including Wiring Instructions for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58762,7 +40329,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58775,8 +40343,6 @@ "type": "object", "description": "Indicates if the Invoice Including Wiring Instructions is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58785,7 +40351,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58798,8 +40365,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Invoice Including Wiring Instructions or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58808,7 +40373,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58821,8 +40387,6 @@ "type": "object", "description": "Indicates if the Invoice Including Wiring Instructions is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58831,7 +40395,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58844,8 +40409,6 @@ "type": "object", "description": "Name of the bank sending the wired amount.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58854,7 +40417,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58867,8 +40431,6 @@ "type": "object", "description": "Name of the beneficiary of the wired funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58877,7 +40439,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58890,8 +40453,6 @@ "type": "object", "description": "Names of counterparties to the Invoice Including Wiring Instructions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58900,7 +40461,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58913,8 +40475,6 @@ "type": "object", "description": "Link to the Invoice Including Wiring Instructions document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58923,7 +40483,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58936,8 +40497,6 @@ "type": "object", "description": "Effective date of the Invoice Including Wiring Instructions.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58946,7 +40505,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58959,8 +40519,6 @@ "type": "object", "description": "Description of any exceptions to the Invoice Including Wiring Instructions or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58969,7 +40527,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -58982,8 +40541,6 @@ "type": "object", "description": "Expiration date of the Invoice Including Wiring Instructions.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -58992,7 +40549,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59005,8 +40563,6 @@ "type": "object", "description": "Recipient of wired funds for the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59015,7 +40571,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59028,8 +40585,6 @@ "type": "object", "description": "Account number of the recipient of the wired funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59038,7 +40593,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59051,8 +40607,6 @@ "type": "object", "description": "Contact name of the recipient of the wired funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59061,7 +40615,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59074,8 +40629,6 @@ "type": "object", "description": "Subaccount number of the recipient of the wired funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59084,7 +40637,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59097,8 +40651,6 @@ "type": "object", "description": "Description of the reference associated with the wired funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59107,7 +40659,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59120,8 +40673,6 @@ "type": "object", "description": "Irradiance used for the targeted conditions for the capacity measurement using IEC 61724-2.", "x-ob-item-type": "num-us:insolationItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59130,7 +40681,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59143,8 +40695,6 @@ "type": "object", "description": "Information about issues that occur during construction.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59153,7 +40703,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59166,8 +40717,6 @@ "type": "object", "description": "Description of equipment issues during the construction phase.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59176,7 +40725,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59189,8 +40739,6 @@ "type": "object", "description": "Description of other, non-equipment, non-security issues during the construction phase.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59199,7 +40747,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59212,8 +40761,6 @@ "type": "object", "description": "Description of security issues during the construction phase.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59222,7 +40769,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59235,8 +40783,6 @@ "type": "object", "description": "Information about the LCC Registration for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59245,7 +40791,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59258,8 +40805,6 @@ "type": "object", "description": "Indicates if the LCC Registration is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59268,7 +40813,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59281,8 +40827,6 @@ "type": "object", "description": "Indicates if there are exceptions to the LCC Registration or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59291,7 +40835,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59304,8 +40849,6 @@ "type": "object", "description": "Indicates if the LCC Registration is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59314,7 +40857,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59327,8 +40871,6 @@ "type": "object", "description": "Names of counterparties to the LCC Registration.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59337,7 +40879,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59350,8 +40893,6 @@ "type": "object", "description": "Link to the LCC Registration document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59360,7 +40901,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59373,8 +40915,6 @@ "type": "object", "description": "Effective date of the LCC Registration.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59383,7 +40923,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59396,8 +40937,6 @@ "type": "object", "description": "Description of any exceptions to the LCC Registration or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59406,7 +40945,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59419,8 +40959,6 @@ "type": "object", "description": "Expiration date of the LCC Registration.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59429,7 +40967,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59442,8 +40981,6 @@ "type": "object", "description": "Information about the lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59452,7 +40989,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59465,202 +41003,16 @@ "type": "object", "description": "Amount payable, which is the sum of basic rent and interest payable on section 467 balance from lessee to lessor.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -59673,8 +41025,6 @@ "type": "object", "description": "Bank identification number for the lessee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -59683,7 +41033,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -59696,202 +41047,16 @@ "type": "object", "description": "Base stipulated loss value, which is the gross amount that the investor needs to be paid to be made whole, if there is an early termination of the lease, e.g., the equipment is destroyed.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -59904,202 +41069,16 @@ "type": "object", "description": "Basic rent which is the amount of rent payable on a specified date, e.g., the amount that must be paid to lessor by lessee.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -60112,8 +41091,6 @@ "type": "object", "description": "Information contained in the contract for a project lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -60122,7 +41099,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -60135,8 +41113,6 @@ "type": "object", "description": "Name of the counterparty to the lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -60145,7 +41121,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -60158,8 +41135,6 @@ "type": "object", "description": "Address of the counterparty", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -60168,7 +41143,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -60181,8 +41157,6 @@ "type": "object", "description": "Jurisdiction of the counterparty, for example, name of the state.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -60191,7 +41165,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -60204,8 +41179,6 @@ "type": "object", "description": "Description of the type of counterparty. For example, trust.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -60214,7 +41187,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -60227,8 +41201,6 @@ "type": "object", "description": "Date of execution of the lease contract. May be the same as the commencement date of the lease.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -60237,7 +41209,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -60250,8 +41223,6 @@ "type": "object", "description": "Date on which lease or group of leases is set to expire, in CCYY-MM-DD format.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -60260,7 +41231,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -60273,8 +41245,6 @@ "type": "object", "description": "Federal tax identification number for the lessee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -60283,7 +41253,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -60296,202 +41267,16 @@ "type": "object", "description": "Interest, which is the amount of interest that has accrued on the prepaid rent.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -60504,202 +41289,16 @@ "type": "object", "description": "Interest payable, which is the amount of interest that must be paid in that period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -60712,202 +41311,16 @@ "type": "object", "description": "Interest payable on section 467, which is the interest that has accrued on the section 467 loan balance; for each period how much interest accrued on the balance during that period which will be an amount owed by lessor to lessee.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -60920,8 +41333,6 @@ "type": "object", "description": "Description of jurisdiction and governing law that pertains to the lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -60930,7 +41341,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -60943,202 +41355,16 @@ "type": "object", "description": "Average annual amount of rent over the lifetime of the lease.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -61151,202 +41377,16 @@ "type": "object", "description": "Amount paid by the lessor which is probably the bank, to purchase the project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -61359,8 +41399,6 @@ "type": "object", "description": "Description of all major project documents related to the lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -61369,7 +41407,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -61382,202 +41421,16 @@ "type": "object", "description": "Proportional rent, which is rent accrued for tax purposes. It is a calculated value to show how much rent accrues during the period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -61590,202 +41443,16 @@ "type": "object", "description": "Pro rata rent, which is the difference between rent payable and rent accrued during the previous rental period that is not included otherwise in section 467 balance or in base stipulated loss value.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -61798,202 +41465,16 @@ "type": "object", "description": "Rent payment.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -62006,202 +41487,16 @@ "type": "object", "description": "Section 467 balance, which is the cumulative difference between the amount of rent that has been paid and the amount of rent that has been accrued for tax purposes since the inception of the lease. Represents an amount that, if negative, is the amount the lessor owes to lessee; if positive, represents an amount owed by lessee to lessor.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -62214,202 +41509,16 @@ "type": "object", "description": "Section 467 lessor balance, which is the sum of basic rent plus interest plus interest payable on section 467 loan balance (if positive, owed from lessor to lessee).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -62422,8 +41531,6 @@ "type": "object", "description": "Information contained in the servicing for a project lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -62432,7 +41539,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -62445,202 +41553,16 @@ "type": "object", "description": "Average amount of rent over any 6 month time period during the lifetime of the lease.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -62653,202 +41575,16 @@ "type": "object", "description": "Stipulated loss value, which is the net amount starting with the base stipulated loss value minus section 467 balance plus the pro rata rent.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -62861,8 +41597,6 @@ "type": "object", "description": "Legal Entity Identifier (LEI) of the entity.", "x-ob-item-type": "dei:legalEntityIdentifierItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -62871,7 +41605,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -62882,10 +41617,8 @@ }, { "type": "object", - "description": "Information about the Lessee Claim Documents, providing evidence of Lessee’s claim to state rebates, subsidies or incentives for the project.", + "description": "Information about the Lessee Claim Documents, providing evidence of Lessee’s claim to state rebates, subsidies or incentives for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -62894,7 +41627,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -62907,8 +41641,6 @@ "type": "object", "description": "Indicates if the Lessee Claim Documents is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -62917,7 +41649,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -62930,8 +41663,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Lessee Claim Documents or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -62940,7 +41671,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -62953,8 +41685,6 @@ "type": "object", "description": "Indicates if the Lessee Claim Documents is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -62963,7 +41693,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -62974,10 +41705,8 @@ }, { "type": "object", - "description": "Names of counterparties to the Lessee Claim Documents, providing evidence of Lessee’s claim to state rebates, subsidies or incentives for the project.", + "description": "Names of counterparties to the Lessee Claim Documents, providing evidence of Lessee’s claim to state rebates, subsidies or incentives for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -62986,7 +41715,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -62997,10 +41727,8 @@ }, { "type": "object", - "description": "Effective date of the Lessee Claim Documents, providing evidence of Lessee’s claim to state rebates, subsidies or incentives for the project.", + "description": "Effective date of the Lessee Claim Documents, providing evidence of Lessee’s claim to state rebates, subsidies or incentives for the project.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63009,7 +41737,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63022,8 +41751,6 @@ "type": "object", "description": "Description of any exceptions to the Lessee Claim Documents or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63032,7 +41759,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63043,10 +41771,8 @@ }, { "type": "object", - "description": "Expiration date of the Lessee Claim Documents, providing evidence of Lessee’s claim to state rebates, subsidies or incentives for the project.", + "description": "Expiration date of the Lessee Claim Documents, providing evidence of Lessee’s claim to state rebates, subsidies or incentives for the project.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63055,7 +41781,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63068,8 +41795,6 @@ "type": "object", "description": "Link to the Lessee Claims document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63078,7 +41803,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63091,8 +41817,6 @@ "type": "object", "description": "Information about the Master Lessee Collateral Agency Agreement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63101,7 +41825,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63114,8 +41839,6 @@ "type": "object", "description": "Indicates if the Lessee Collateral Agency Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63124,7 +41847,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63137,8 +41861,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Lessee Collateral Agency Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63147,7 +41869,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63160,8 +41883,6 @@ "type": "object", "description": "Indicates if the Lessee Collateral Agency Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63170,7 +41891,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63183,8 +41905,6 @@ "type": "object", "description": "Names of counterparties to the Lessee Collateral Agency Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63193,7 +41913,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63206,8 +41927,6 @@ "type": "object", "description": "Link to the Lessee Collateral Agency Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63216,7 +41935,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63229,8 +41949,6 @@ "type": "object", "description": "Effective date of the Lessee Collateral Agency Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63239,7 +41957,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63252,8 +41971,6 @@ "type": "object", "description": "Description of any exceptions to the Lessee Collateral Agency Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63262,7 +41979,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63275,8 +41993,6 @@ "type": "object", "description": "Expiration date of the Lessee Collateral Agency Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63285,7 +42001,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63298,8 +42015,6 @@ "type": "object", "description": "Link to the Lessee Collateral Agency Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63308,7 +42023,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63321,8 +42037,6 @@ "type": "object", "description": "Discount rate used by lessee to determine present value of finance lease payments.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63331,7 +42045,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63344,8 +42059,6 @@ "type": "object", "description": "Information about the Lessee Security Agreement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63354,7 +42067,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63367,8 +42081,6 @@ "type": "object", "description": "Indicates if the Lessee Security Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63377,7 +42089,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63390,8 +42103,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Lessee Security Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63400,7 +42111,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63413,8 +42125,6 @@ "type": "object", "description": "Indicates if the Lessee Security Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63423,7 +42133,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63436,8 +42147,6 @@ "type": "object", "description": "Names of counterparties to the Lessee Security Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63446,7 +42155,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63459,8 +42169,6 @@ "type": "object", "description": "Link to the Lessee Security Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63469,7 +42177,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63482,8 +42191,6 @@ "type": "object", "description": "Effective date of the Lessee Security Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63492,7 +42199,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63505,8 +42213,6 @@ "type": "object", "description": "Description of any exceptions to the Lessee Security Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63515,7 +42221,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63528,8 +42235,6 @@ "type": "object", "description": "Expiration date of the Lessee Security Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63538,7 +42243,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63551,202 +42257,16 @@ "type": "object", "description": "Description of lessor's direct financing lease.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -63759,17 +42279,6 @@ "type": "object", "description": "Term of lessor's direct financing lease, in 'PnYnMnDTnHnMnS' format, for example, 'P1Y5M13D' represents reported fact of one year, five months, and thirteen days.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63778,7 +42287,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63791,8 +42301,6 @@ "type": "object", "description": "Discount rate used by lessor to determine present value of finance lease payments.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63801,7 +42309,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63814,8 +42323,6 @@ "type": "object", "description": "Information about the letter of credit documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63824,7 +42331,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63837,8 +42345,6 @@ "type": "object", "description": "Table used to collect data about various letters of credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63847,7 +42353,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63860,8 +42367,6 @@ "type": "object", "description": "Used to represent information about various letters of credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63870,7 +42375,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63883,8 +42389,6 @@ "type": "object", "description": "Used to represent information about various letters of credit.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63893,7 +42397,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63906,8 +42411,6 @@ "type": "object", "description": "Used to group a listing of information about letters of credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63916,7 +42419,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63929,8 +42433,6 @@ "type": "object", "description": "Description of the purpose of letter of credit. For example, a letter of credit may provide a financial guarantee for a PPA, a financial guarantee for decommissioning, or a financial guarantee for the rent reserve.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63939,7 +42441,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63952,8 +42455,6 @@ "type": "object", "description": "Standardized form name and version of the form used for the letter of credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63962,7 +42463,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63975,8 +42477,6 @@ "type": "object", "description": "Account number for the letter of credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -63985,7 +42485,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -63998,8 +42499,6 @@ "type": "object", "description": "Indicates if the Letter Of Credit is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64008,7 +42507,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64021,8 +42521,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Letter Of Credit. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64031,7 +42529,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64044,8 +42543,6 @@ "type": "object", "description": "Indicates if the Letter Of Credit is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64054,7 +42551,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64067,8 +42565,6 @@ "type": "object", "description": "Name of the beneficiary of the Letter of Credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64077,7 +42573,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64090,8 +42587,6 @@ "type": "object", "description": "Names of counterparties to the Letter Of Credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64100,7 +42595,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64113,8 +42609,6 @@ "type": "object", "description": "Link to the Letter Of Credit document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64123,7 +42617,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64136,8 +42631,6 @@ "type": "object", "description": "Description of any exceptions to the Letter Of Credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64146,7 +42639,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64159,8 +42653,6 @@ "type": "object", "description": "Expiration date of the Letter of Credit.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64169,7 +42661,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64182,8 +42675,6 @@ "type": "object", "description": "Initiation date of the Letter of Credit.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64192,7 +42683,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64205,8 +42697,6 @@ "type": "object", "description": "Provider of the Letter of Credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64215,7 +42705,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64228,8 +42719,6 @@ "type": "object", "description": "Email address for the provider of the letter of credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64238,7 +42727,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64251,8 +42741,6 @@ "type": "object", "description": "Moody's rating of the provider of the Letter of Credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64261,7 +42749,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64274,8 +42763,6 @@ "type": "object", "description": "S&P rating of the provider of the Letter of Credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64284,7 +42771,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64297,202 +42785,16 @@ "type": "object", "description": "Amount of security per the Letter of Credit.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -64505,17 +42807,6 @@ "type": "object", "description": "Term of the Letter of Credit. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64524,7 +42815,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64537,8 +42829,6 @@ "type": "object", "description": "Description of the security of the Letter of Credit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64547,7 +42837,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64560,8 +42851,6 @@ "type": "object", "description": "Information about the liability insurance certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64570,7 +42859,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64583,8 +42873,6 @@ "type": "object", "description": "Indicates if the liability insurance certificate is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64593,7 +42881,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64606,8 +42895,6 @@ "type": "object", "description": "Indicates if there are exceptions to the liability insurance certificate. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64616,7 +42903,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64629,8 +42917,6 @@ "type": "object", "description": "Indicates if the liability insurance certificate is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64639,7 +42925,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64652,8 +42939,6 @@ "type": "object", "description": "Names of counterparties to the liability insurance certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64662,7 +42947,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64675,8 +42961,6 @@ "type": "object", "description": "Link to the Liability Insurance Certificate document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64685,7 +42969,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64698,8 +42983,6 @@ "type": "object", "description": "Effective date of the liability insurance certificate.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64708,7 +42991,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64721,8 +43005,6 @@ "type": "object", "description": "Description of any exceptions to the liability insurance certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64731,7 +43013,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64744,8 +43027,6 @@ "type": "object", "description": "Expiration date of the liability insurance certificate.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64754,7 +43035,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64767,8 +43049,6 @@ "type": "object", "description": "Information about the lien waiver.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64777,7 +43057,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64790,8 +43071,6 @@ "type": "object", "description": "Indicates if the lien waiver is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64800,7 +43079,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64813,8 +43093,6 @@ "type": "object", "description": "Indicates if there are exceptions to the lien waiver. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64823,7 +43101,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64836,8 +43115,6 @@ "type": "object", "description": "Indicates if the lien waiver is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64846,7 +43123,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64859,8 +43137,6 @@ "type": "object", "description": "Names of counterparties to the lien waiver.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64869,7 +43145,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64882,8 +43159,6 @@ "type": "object", "description": "Link to the Lien Waiver document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64892,7 +43167,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64905,8 +43181,6 @@ "type": "object", "description": "Effective date of the lien waiver.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64915,7 +43189,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64928,8 +43203,6 @@ "type": "object", "description": "Description of any exceptions to the lien waiver.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64938,7 +43211,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64951,8 +43225,6 @@ "type": "object", "description": "Expiration date of the lien waiver.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64961,7 +43233,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64974,8 +43247,6 @@ "type": "object", "description": "Information about the Limited Liability Company Agreement, between the project company, developer and investor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -64984,7 +43255,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -64997,8 +43269,6 @@ "type": "object", "description": "Indicates if the Limited Liability Company Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65007,7 +43277,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65020,8 +43291,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Limited Liability Company Agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65030,7 +43299,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65043,8 +43313,6 @@ "type": "object", "description": "Indicates if the Limited Liability Company Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65053,7 +43321,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65066,202 +43335,16 @@ "type": "object", "description": "Amount of money invested in project company by the investor", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -65274,202 +43357,16 @@ "type": "object", "description": "Amount of payments generated by the project company.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -65482,8 +43379,6 @@ "type": "object", "description": "Names of counterparties to the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65492,7 +43387,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65505,8 +43401,6 @@ "type": "object", "description": "Confirmation of deficit restoration obligation obligation which is the partners unconditional obligation within the partner agreement to restore any deficit balance in their capital account when the partnership liquidates. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65515,7 +43409,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65528,8 +43423,6 @@ "type": "object", "description": "Link to the Limited Liability Company Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65538,7 +43431,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65551,8 +43445,6 @@ "type": "object", "description": "Effective date of Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65561,7 +43453,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65574,8 +43467,6 @@ "type": "object", "description": "Name of the Project Company entity created by the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65584,7 +43475,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65597,8 +43489,6 @@ "type": "object", "description": "Description of any exceptions to the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65607,7 +43497,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65620,8 +43511,6 @@ "type": "object", "description": "Expiration date of the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65630,7 +43519,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65643,8 +43533,6 @@ "type": "object", "description": "Percent of cash distributions to be taxed per the Limited Liability Company Agreement.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65653,7 +43541,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65666,8 +43555,6 @@ "type": "object", "description": "Indemnification section of the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65676,7 +43563,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65689,202 +43577,16 @@ "type": "object", "description": "Amount of investment tax benefits allocated to partners, including depreciation and Investment Tax Credit.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -65897,8 +43599,6 @@ "type": "object", "description": "List of member entities in the partnership per the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65907,7 +43607,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65920,8 +43621,6 @@ "type": "object", "description": "Description of pricing parameters for the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65930,7 +43629,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65943,8 +43643,6 @@ "type": "object", "description": "Description of the purchase option per the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65953,7 +43651,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65966,8 +43665,6 @@ "type": "object", "description": "Regulatory withdrawal amount as noted in the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65976,7 +43673,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -65989,8 +43687,6 @@ "type": "object", "description": "Description of reporting required by managing member per the Limited Liability Company Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -65999,7 +43695,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66012,202 +43709,16 @@ "type": "object", "description": "Amount of sponsor capital contribution from developer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -66220,202 +43731,16 @@ "type": "object", "description": "Initial funding amount for Limited Liability Company Agreement for partnership flip.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -66428,8 +43753,6 @@ "type": "object", "description": "Percentage investment held by the managing member or general partner of the limited liability company (LLC) or limited partnership (LP).", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66438,7 +43761,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66451,8 +43775,6 @@ "type": "object", "description": "Link to the LLC Formation document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66461,7 +43783,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66474,8 +43797,6 @@ "type": "object", "description": "Information about the LLC Formation Documents for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66484,7 +43805,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66497,8 +43819,6 @@ "type": "object", "description": "Indicates if the LLC Formation Documents is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66507,7 +43827,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66520,8 +43841,6 @@ "type": "object", "description": "Indicates if there are exceptions to the LLC Formation Documents or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66530,7 +43849,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66543,8 +43863,6 @@ "type": "object", "description": "Indicates if the LLC Formation Documents is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66553,7 +43871,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66566,8 +43885,6 @@ "type": "object", "description": "Names of counterparties to the LLC Formation Documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66576,7 +43893,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66589,8 +43907,6 @@ "type": "object", "description": "Effective date of the LLC Formation Documents.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66599,7 +43915,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66612,8 +43929,6 @@ "type": "object", "description": "Description of any exceptions to the LLC Formation Documents or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66622,7 +43937,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66635,8 +43951,6 @@ "type": "object", "description": "Expiration date of the LLC Formation Documents.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66645,7 +43959,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66658,8 +43973,6 @@ "type": "object", "description": "Information about the Local Incentive Contract which can be a state, city or county incentive (not federal). amount, units, description, counterparties, effective date.\n", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66668,7 +43981,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66681,8 +43995,6 @@ "type": "object", "description": "Amount of the Local Incentive Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66691,7 +44003,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66704,8 +44017,6 @@ "type": "object", "description": "Indicates if the Local Incentive Contract is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66714,7 +44025,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66727,8 +44039,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Local Incentive Contract or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66737,7 +44047,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66750,8 +44061,6 @@ "type": "object", "description": "Indicates if the Local Incentive Contract is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66760,7 +44069,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66773,8 +44083,6 @@ "type": "object", "description": "Names of counterparties to the Local Incentive Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66783,7 +44091,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66796,8 +44105,6 @@ "type": "object", "description": "Descripton of the Local Incentive Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66806,7 +44113,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66819,8 +44127,6 @@ "type": "object", "description": "Link to the Local Incentive Contract document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66829,7 +44135,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66842,8 +44149,6 @@ "type": "object", "description": "Effective date of the Local Incentive Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66852,7 +44157,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66865,8 +44171,6 @@ "type": "object", "description": "Description of any exceptions to the Local Incentive Contract or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66875,7 +44179,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66888,8 +44193,6 @@ "type": "object", "description": "Expiration date of the Local Incentive Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66898,7 +44201,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66911,8 +44215,6 @@ "type": "object", "description": "Name of the local jurisdiction providing the incentive which could be state, city, or county.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66921,7 +44223,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66934,8 +44237,6 @@ "type": "object", "description": "Number of units of the Local Incentive Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66944,7 +44245,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66957,8 +44259,6 @@ "type": "object", "description": "Description of the communication protocol of the logger.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66967,7 +44267,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -66980,8 +44281,6 @@ "type": "object", "description": "Logger equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -66990,7 +44289,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -67003,8 +44303,6 @@ "type": "object", "description": "Identifies how loss factor is expressed, for example as 1 - Loss or as Loss.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -67013,7 +44311,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -67026,8 +44325,6 @@ "type": "object", "description": "Used to group information about the Loss Factor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -67036,7 +44333,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -67049,8 +44347,6 @@ "type": "object", "description": "Used as the identifier for the Loss Factor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -67059,7 +44355,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -67072,8 +44369,6 @@ "type": "object", "description": "Used as the identifier for the Loss Factor.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -67082,7 +44377,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -67095,8 +44391,6 @@ "type": "object", "description": "Name for loss factor, for example soiling loss, snow loss, shading loss.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -67105,7 +44399,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -67118,8 +44413,6 @@ "type": "object", "description": "Percent loss reported value.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -67128,7 +44421,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -67141,8 +44435,6 @@ "type": "object", "description": "Represents information about loss factors associated with a specific energy budget. For example, loss due to soiling or snow. Data reported can include type, method of calculating and percent loss.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -67151,7 +44443,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -67164,202 +44457,16 @@ "type": "object", "description": "Maintenance cost of balance of system (BOS) with no warranty. BOS includes everything in addition to solar panels and inverters.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -67372,202 +44479,16 @@ "type": "object", "description": "Maintenance cost of combiner box with no warranty.($/Year-kWdc)", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -67580,202 +44501,16 @@ "type": "object", "description": "Maintenance cost of Data Acquisition System with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -67788,202 +44523,16 @@ "type": "object", "description": "Maintenance cost of SCADA system with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -67996,202 +44545,16 @@ "type": "object", "description": "Maintenance cost of inverter with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -68204,202 +44567,16 @@ "type": "object", "description": "Maintenance cost of Medium Voltage with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -68412,202 +44589,16 @@ "type": "object", "description": "Maintenance cost of Met station with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -68620,202 +44611,16 @@ "type": "object", "description": "Maintenance cost of Module with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -68828,202 +44633,16 @@ "type": "object", "description": "Maintenance cost of Operations and Maintenance building with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -69036,202 +44655,16 @@ "type": "object", "description": "Maintenance cost of other with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -69244,202 +44677,16 @@ "type": "object", "description": "Maintenance cost of racking tracker with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -69452,202 +44699,16 @@ "type": "object", "description": "Maintenance cost of roads with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -69660,202 +44721,16 @@ "type": "object", "description": "Maintenance cost of signage with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -69868,202 +44743,16 @@ "type": "object", "description": "Maintenance cost of substation with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -70076,202 +44765,16 @@ "type": "object", "description": "Maintenance cost of wiring conduit with no warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -70284,202 +44787,16 @@ "type": "object", "description": "Maintenance cost of balance of system (BOS) under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -70492,202 +44809,16 @@ "type": "object", "description": "Maintenance cost of combiner box under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -70700,202 +44831,16 @@ "type": "object", "description": "Maintenance cost of DAS SCADA Telecomm under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -70908,202 +44853,16 @@ "type": "object", "description": "Maintenance cost of inverter under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -71116,202 +44875,16 @@ "type": "object", "description": "Maintenance cost of Medium Voltage equipment under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -71324,202 +44897,16 @@ "type": "object", "description": "Maintenance cost of Met station under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -71532,202 +44919,16 @@ "type": "object", "description": "Maintenance cost of Module under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -71740,202 +44941,16 @@ "type": "object", "description": "Maintenance cost of Operations and Maintenance building under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -71948,202 +44963,16 @@ "type": "object", "description": "Maintenance cost of other equipment under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -72156,202 +44985,16 @@ "type": "object", "description": "Maintenance cost of racking tracker under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -72364,202 +45007,16 @@ "type": "object", "description": "Maintenance cost of roads under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -72572,202 +45029,16 @@ "type": "object", "description": "Maintenance cost of signage under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -72780,202 +45051,16 @@ "type": "object", "description": "Maintenance cost of substation under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -72988,202 +45073,16 @@ "type": "object", "description": "Maintenance cost of wiringconduit under warranty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -73196,8 +45095,6 @@ "type": "object", "description": "Type of design/energy production model for the PV system which could be Pvsyst, SAM, PV Watts, or Other.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73206,7 +45103,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73219,8 +45117,6 @@ "type": "object", "description": "Link to the device manual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73229,7 +45125,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73242,8 +45139,6 @@ "type": "object", "description": "Manufacture date of the device.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73252,7 +45147,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73265,8 +45161,6 @@ "type": "object", "description": "Information about the master lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73275,7 +45169,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73288,8 +45183,6 @@ "type": "object", "description": "Indicates if the Master Lease is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73298,7 +45191,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73311,8 +45205,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Master Lease. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73321,7 +45213,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73334,8 +45227,6 @@ "type": "object", "description": "Indicates if the Master Lease is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73344,7 +45235,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73357,8 +45249,6 @@ "type": "object", "description": "Names of counterparties to the Master Lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73367,7 +45257,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73380,8 +45271,6 @@ "type": "object", "description": "Link to the Master Lease document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73390,7 +45279,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73403,8 +45293,6 @@ "type": "object", "description": "Effective date of the Master Lease.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73413,7 +45301,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73426,8 +45315,6 @@ "type": "object", "description": "Description of any exceptions to the Master Lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73436,7 +45323,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73449,8 +45337,6 @@ "type": "object", "description": "Expiration date of the Master Lease.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73459,7 +45345,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73472,8 +45359,6 @@ "type": "object", "description": "Name of the fund company or master lessee in the Master Lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73482,7 +45367,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73495,8 +45381,6 @@ "type": "object", "description": "AM Best Quality Rating required by the liability insurance provider in the Master Lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73505,7 +45389,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73518,8 +45403,6 @@ "type": "object", "description": "AM Best Size Rating required by the liability insurance provider in the Master Lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73528,7 +45411,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73541,8 +45425,6 @@ "type": "object", "description": "Name of owner participant in the Master Lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73551,7 +45433,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73564,8 +45447,6 @@ "type": "object", "description": "AM Best Quality Rating required by the property insurance provider in the Master Lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73574,7 +45455,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73587,8 +45469,6 @@ "type": "object", "description": "Information about the Master Lessee Collateral Agency Agreement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73597,7 +45477,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73610,8 +45491,6 @@ "type": "object", "description": "Indicates if the Master Lessee Collateral Agency Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73620,7 +45499,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73633,8 +45513,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Master Lessee Collateral Agency Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73643,7 +45521,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73656,8 +45535,6 @@ "type": "object", "description": "Indicates if the Master Lessee Collateral Agency Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73666,7 +45543,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73679,8 +45557,6 @@ "type": "object", "description": "Names of counterparties to the Master Lessee Collateral Agency Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73689,7 +45565,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73702,8 +45579,6 @@ "type": "object", "description": "Effective date of the Master Lessee Collateral Agency Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73712,7 +45587,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73725,8 +45601,6 @@ "type": "object", "description": "Description of any exceptions to the Master Lessee Collateral Agency Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73735,7 +45609,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73748,8 +45623,6 @@ "type": "object", "description": "Expiration date of the Master Lessee Collateral Agency Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73758,7 +45631,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73771,8 +45645,6 @@ "type": "object", "description": "Link to the Master Lessee Collateral Agency Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73781,7 +45653,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73794,8 +45667,6 @@ "type": "object", "description": "Information about the Master Lessee Security Agreement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73804,7 +45675,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73817,8 +45689,6 @@ "type": "object", "description": "Indicates if the Master Lessee Security Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73827,7 +45697,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73840,8 +45711,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Master Lessee Security Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73850,7 +45719,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73863,8 +45733,6 @@ "type": "object", "description": "Indicates if the Master Lessee Security Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73873,7 +45741,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73886,8 +45755,6 @@ "type": "object", "description": "Names of counterparties to the Master Lessee Security Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73896,7 +45763,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73909,8 +45777,6 @@ "type": "object", "description": "Link to the Master Lessee Security Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73919,7 +45785,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73932,8 +45799,6 @@ "type": "object", "description": "Effective date of the Master Lessee Security Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73942,7 +45807,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73955,8 +45821,6 @@ "type": "object", "description": "Description of any exceptions to the Master Lessee Security Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73965,7 +45829,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -73978,8 +45843,6 @@ "type": "object", "description": "Expiration date of the Master Lessee Security Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -73988,7 +45851,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74001,8 +45865,6 @@ "type": "object", "description": "Information about the Master Purchase Agreement between developer and investor to purchase the project from the developer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74011,7 +45873,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74024,8 +45887,6 @@ "type": "object", "description": "Description of the assets that will be sold to the investor by the developer within the Master Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74034,7 +45895,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74047,8 +45909,6 @@ "type": "object", "description": "Indicates if the Master Purchase Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74057,7 +45917,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74070,8 +45931,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Master Purchase Agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74080,7 +45939,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74093,8 +45953,6 @@ "type": "object", "description": "Indicates if the Master Purchase Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74103,7 +45961,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74116,8 +45975,6 @@ "type": "object", "description": "Name of the buyer (investor) in the Master Purchase Agreement which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74126,7 +45983,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74139,8 +45997,6 @@ "type": "object", "description": "Start date of the commitment period in the Master Purchase Agreement which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74149,7 +46005,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74162,8 +46019,6 @@ "type": "object", "description": "Completion covenant in the Master Purchase Agreement, which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74172,7 +46027,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74185,8 +46041,6 @@ "type": "object", "description": "Description of conditions precedent to executing the Master Purchase Agreement, which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74195,7 +46049,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74208,8 +46063,6 @@ "type": "object", "description": "Names of counterparties to the Master Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74218,7 +46071,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74231,8 +46085,6 @@ "type": "object", "description": "Link to the Master Purchase Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74241,7 +46093,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74254,8 +46107,6 @@ "type": "object", "description": "Effective date of the Master Purchase Agreement, which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74264,7 +46115,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74277,8 +46129,6 @@ "type": "object", "description": "Description of any exceptions to the Master Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74287,7 +46137,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74300,8 +46151,6 @@ "type": "object", "description": "Expiration date of the Master Purchase Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74310,7 +46159,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74323,8 +46173,6 @@ "type": "object", "description": "Indemnification section of the Master Purchase Agreement which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74333,7 +46181,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74346,202 +46195,16 @@ "type": "object", "description": "Purchase price of the project company in the Master Purchase Agreement which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -74554,8 +46217,6 @@ "type": "object", "description": "Name of the seller (developer) in the Master Purchase Agreement which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74564,7 +46225,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74577,8 +46239,6 @@ "type": "object", "description": "Description of special covenants in the Master Purchase Agreement which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74587,7 +46247,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74600,8 +46261,6 @@ "type": "object", "description": "Description of special reps and warranties in the Master Purchase Agreement, which covers the agreement of the developer to sell the assets to the investor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74610,7 +46269,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74623,8 +46283,6 @@ "type": "object", "description": "Information in the Master Services Agreement between the asset manager and the project company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74633,7 +46291,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74646,8 +46305,6 @@ "type": "object", "description": "Name of organization serving as administrator to the Master Services Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74656,7 +46313,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74669,8 +46327,6 @@ "type": "object", "description": "Indicates if the Master Services Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74679,7 +46335,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74692,8 +46349,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Master Services Agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74702,7 +46357,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74715,8 +46371,6 @@ "type": "object", "description": "Indicates if the Master Services Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74725,7 +46379,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74738,202 +46393,16 @@ "type": "object", "description": "Budgeted annual amount of the Master Service Agreement paid to asset manager from Project Company.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -74946,8 +46415,6 @@ "type": "object", "description": "Names of counterparties to the Master Services Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74956,7 +46423,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74969,8 +46437,6 @@ "type": "object", "description": "Link to the Master Services Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -74979,7 +46445,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -74992,8 +46459,6 @@ "type": "object", "description": "Effective date of the Master Services Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75002,7 +46467,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75015,8 +46481,6 @@ "type": "object", "description": "Description of any exceptions to the Master Services Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75025,7 +46489,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75038,202 +46503,16 @@ "type": "object", "description": "Amount of fees in the Master Services Agreement.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -75246,8 +46525,6 @@ "type": "object", "description": "Description of limitation of liability in the Master Services Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75256,7 +46533,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75269,8 +46547,6 @@ "type": "object", "description": "Description of scope of work in the Master Services Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75279,7 +46555,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75292,17 +46569,6 @@ "type": "object", "description": "Term of the Master Services Agreement. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75311,7 +46577,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75324,8 +46591,6 @@ "type": "object", "description": "Termination date of the Master Services Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75334,7 +46599,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75347,8 +46613,6 @@ "type": "object", "description": "Description of the type of Master Services Agreement which can be a stand-alone agreement, or can include the Operations and Maintenance Contract or can include the Asset Management Agreement or can include both the Operations and Maintenance and Asset Management Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75357,7 +46621,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75370,8 +46635,6 @@ "type": "object", "description": "Maximum percent loss at which a refund will be paid which effectively puts a cap on the amount of refund. For example, if a guarantee specifies that a refund will be made when output falls between 95-98%, and the output falls to 97%, the refunded amount will be based on 97%. If the loss falls to 94%, the loss will be based on the maximum allowable amount at 95%. 95% is the maximum threshold for payment. Other penalities may apply if the loss falls below the threshold.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75380,7 +46643,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75393,17 +46657,6 @@ "type": "object", "description": "Power measured at the targeted measurement conditions per IEC 61724-2 in kW.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75412,7 +46665,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75425,8 +46679,6 @@ "type": "object", "description": "Measured energy availability for the indicated time period calculated from the measured weather data and observed availability which can be obtained by dividing Expected Energy At Revenue Meter by Expected Energy At Unavailable Times. For solar, use IEC 61724-3, Section 6.8.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75435,7 +46687,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75448,31 +46701,6 @@ "type": "object", "description": "Expected energy available excluding times of external or other outage causes per IEC 61724-3 Section 6.8.1.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75481,7 +46709,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75494,31 +46723,6 @@ "type": "object", "description": "Actual energy available excluding times of external or other outage causes per IEC 61724-3 Section 6.8.1.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75527,7 +46731,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75538,33 +46743,8 @@ }, { "type": "object", - "description": "Unavailability is a metric that quantifies the amount of energy lost when the system is not operating. This metric compares measured versus expected energy unavailability. This concepts reports the difference which is calculated as Measured – Expected.", + "description": "Unavailability is a metric that quantifies the amount of energy lost when the system is not operating. This metric compares measured versus expected energy unavailability. This concepts reports the difference which is calculated as Measured – Expected.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75573,7 +46753,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75584,33 +46765,8 @@ }, { "type": "object", - "description": "Unavailability is a metric that quantifies the amount of energy lost when the system is not operating. This metric compares measured versus expected energy unavailability excluding times external or other outages. This concepts reports the difference which is calculated as Measured – Expected.", + "description": "Unavailability is a metric that quantifies the amount of energy lost when the system is not operating. This metric compares measured versus expected energy unavailability excluding times external or other outages. This concepts reports the difference which is calculated as Measured – Expected.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75619,7 +46775,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75630,33 +46787,8 @@ }, { "type": "object", - "description": "Comparison of measured versus expected energy availability. This concepts reports the difference which is calculated as Measured – Expected.", + "description": "Comparison of measured versus expected energy availability. This concepts reports the difference which is calculated as Measured – Expected.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75665,7 +46797,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75678,8 +46811,6 @@ "type": "object", "description": "Actual cost of ownership for system based on documented expenses for the time period of the test in currency/W.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75688,7 +46819,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75701,8 +46833,6 @@ "type": "object", "description": "Measurement class per IEC 71724 where Class A is highest and Class C is lowest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75711,7 +46841,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75724,8 +46855,6 @@ "type": "object", "description": "Description of standard method used to calculate uncertainity of measurement", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75734,7 +46863,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75747,8 +46877,6 @@ "type": "object", "description": "Link to the Mechanical Completion Certificate document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75757,7 +46885,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75770,8 +46899,6 @@ "type": "object", "description": "Mechanical completion review - check for commissioning tests on grounding continuity.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75780,7 +46907,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75793,8 +46921,6 @@ "type": "object", "description": "Mechanical completion review - check for commissioning tests on megger testing.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75803,7 +46929,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75816,8 +46943,6 @@ "type": "object", "description": "Mechanical completion review - check for commissioning tests on open circuit voltage and short circuit current testing or the equivalent such as a full coverage IV curve tracer kit or module or system-level infrared imaging audit (if interconnected).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75826,7 +46951,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75839,8 +46965,6 @@ "type": "object", "description": "Mechanical completion review - check for commissioning test for string polarity, if not already covered in short circuit current testing.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75849,7 +46973,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75862,8 +46987,6 @@ "type": "object", "description": "Mechanical completion review - check for confirmation all major equipment has been installed per plan including substations.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75872,7 +46995,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75885,8 +47009,6 @@ "type": "object", "description": "Information about the Mechanical Completion Certificate which is issued by the engineer to indicate that all equipment has been installed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75895,7 +47017,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75908,8 +47031,6 @@ "type": "object", "description": "Indicates if the Mechanical Completion Certificate is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75918,7 +47039,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75931,8 +47053,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Mechanical Completion Certificate. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75941,7 +47061,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75954,8 +47075,6 @@ "type": "object", "description": "Indicates if the Mechanical Completion Certificate is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75964,7 +47083,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -75977,8 +47097,6 @@ "type": "object", "description": "Names of counterparties to the Mechanical Completion Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -75987,7 +47105,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76000,8 +47119,6 @@ "type": "object", "description": "Effective date of the Mechanical Completion Certificate.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76010,7 +47127,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76023,8 +47141,6 @@ "type": "object", "description": "Description of any exceptions to the Mechanical Completion Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76033,7 +47149,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76046,8 +47163,6 @@ "type": "object", "description": "Information about the Membership Certificate of Lessee for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76056,7 +47171,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76069,8 +47185,6 @@ "type": "object", "description": "Indicates if the Membership Certificate of Lessee is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76079,7 +47193,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76092,8 +47207,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Membership Certificate of Lessee or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76102,7 +47215,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76115,8 +47229,6 @@ "type": "object", "description": "Indicates if the Membership Certificate of Lessee is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76125,7 +47237,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76138,8 +47251,6 @@ "type": "object", "description": "Names of counterparties to the Membership Certificate of Lessee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76148,7 +47259,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76161,8 +47273,6 @@ "type": "object", "description": "Link to the Membership Certificate Of Lessee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76171,7 +47281,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76184,8 +47295,6 @@ "type": "object", "description": "Effective date of the Membership Certificate of Lessee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76194,7 +47303,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76207,8 +47317,6 @@ "type": "object", "description": "Description of any exceptions to the Membership Certificate of Lessee or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76217,7 +47325,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76230,8 +47339,6 @@ "type": "object", "description": "Expiration date of the Membership Certificate of Lessee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76240,7 +47347,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76253,8 +47361,6 @@ "type": "object", "description": "Link to the Membership Certificate Of Lessee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76263,7 +47369,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76276,8 +47383,6 @@ "type": "object", "description": "Information about the Membership Certificate of Master Lessee for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76286,7 +47391,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76299,8 +47405,6 @@ "type": "object", "description": "Indicates if the Membership Certificate of Master Lessee is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76309,7 +47413,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76322,8 +47427,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Membership Certificate of Master Lessee or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76332,7 +47435,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76345,8 +47449,6 @@ "type": "object", "description": "Indicates if the Membership Certificate of Master Lessee is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76355,7 +47457,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76368,8 +47471,6 @@ "type": "object", "description": "Names of counterparties to the Membership Certificate of Master Lessee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76378,7 +47479,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76391,8 +47493,6 @@ "type": "object", "description": "Effective date of the Membership Certificate of Master Lessee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76401,7 +47501,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76414,8 +47515,6 @@ "type": "object", "description": "Description of any exceptions to the Membership Certificate of Master Lessee or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76424,7 +47523,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76437,8 +47537,6 @@ "type": "object", "description": "Expiration date of the Membership Certificate of Master Lessee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76447,7 +47545,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76460,8 +47559,6 @@ "type": "object", "description": "Link to the Membership Certificate of Master Lessee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76470,7 +47567,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76483,8 +47581,6 @@ "type": "object", "description": "Information about a Membership Interest Purchase Agreement which describes ownership in the Limited Liability Company (LLC).", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76493,7 +47589,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76506,8 +47603,6 @@ "type": "object", "description": "Indicates if the Membership Interest Purchase Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76516,7 +47611,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76529,8 +47625,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Membership Interest Purchase Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76539,7 +47633,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76552,8 +47647,6 @@ "type": "object", "description": "Indicates if the Membership Interest Purchase Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76562,7 +47655,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76575,8 +47669,6 @@ "type": "object", "description": "Names of counterparties to the Membership Interest Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76585,7 +47677,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76598,8 +47691,6 @@ "type": "object", "description": "Link to the Membership Interest Purchase Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76608,7 +47699,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76621,8 +47713,6 @@ "type": "object", "description": "Effective date of the Membership Interest Purchase Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76631,7 +47721,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76644,8 +47735,6 @@ "type": "object", "description": "Description of any exceptions to the Membership Interest Purchase Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76654,7 +47743,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76667,8 +47757,6 @@ "type": "object", "description": "Expiration date of the Membership Interest Purchase Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76677,7 +47765,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76690,8 +47779,6 @@ "type": "object", "description": "Indication as to whether the meter is bidirectional. If it is bidirectional, TRUE; if not bidirectional, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76700,7 +47787,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76713,8 +47801,6 @@ "type": "object", "description": "Meter equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76723,7 +47809,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76736,8 +47823,6 @@ "type": "object", "description": "Uncertainty of the energy measurement (stated as +/- percent).", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76746,7 +47831,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76759,8 +47845,6 @@ "type": "object", "description": "Indication as to whether the meter is revenue grade. If it is revenue grade, TRUE; if not revenue grade, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76769,7 +47853,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76782,8 +47867,6 @@ "type": "object", "description": "Description of the meteorological station.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76792,7 +47875,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76805,8 +47889,6 @@ "type": "object", "description": "Description of the Pyranometer to measure solar radiation flux density.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76815,7 +47897,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76828,8 +47911,6 @@ "type": "object", "description": "Description of the location of the met station.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76838,7 +47919,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76851,8 +47933,6 @@ "type": "object", "description": "Met Station equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76861,7 +47941,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76874,8 +47955,6 @@ "type": "object", "description": "Data Acquisition System or (DAQ) is the collection of tools used to collect operational data associated with the solar installation. A DAQ consists of both software and hardware.\n", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76884,7 +47963,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76897,8 +47977,6 @@ "type": "object", "description": "Supervisory Control and Data Acquisition System is designed to support the technology of the solar plant.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76907,7 +47985,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76920,8 +47999,6 @@ "type": "object", "description": "Model number of Pyranometer to measure solar radiation flux density.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76930,7 +48007,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76943,8 +48021,6 @@ "type": "object", "description": "Number of meteorogical stations.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76953,7 +48029,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76966,8 +48043,6 @@ "type": "object", "description": "Minimum percent of P50 expected energy production output guaranteed such that if output falls below that level, a refund will be made. For example, if output is guaranteed to be 98% or higher, the minimum threshhold is 98%. If output falls below 98%, a refund will be made.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76976,7 +48051,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -76989,8 +48065,6 @@ "type": "object", "description": "Percentage of kWh lost due to module array mismatch, for a typical meteorogical year, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -76999,7 +48073,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77012,8 +48087,6 @@ "type": "object", "description": "Percentage of kWh lost due to module array mismatch, for a typical meteorological month, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77022,7 +48095,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77035,8 +48109,6 @@ "type": "object", "description": "Model number and name of the product.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77045,7 +48117,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77058,8 +48131,6 @@ "type": "object", "description": "Details about the solar energy calculation model.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77068,7 +48139,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77081,8 +48153,6 @@ "type": "object", "description": "Indication if soiling is considered in the design model. If it is considered in the design model, TRUE; if it is not considered in the design model, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77091,7 +48161,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77104,8 +48175,6 @@ "type": "object", "description": "Indication if snow is considered in the design model. If it is considered in the design model, TRUE; if it is not considered in the design model, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77114,7 +48183,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77127,8 +48197,6 @@ "type": "object", "description": "Indication if parasitic loss is considered in the design model. If it is considered in the design model, TRUE; if it is not considered in the design model, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77137,7 +48205,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77150,8 +48219,6 @@ "type": "object", "description": "Indication if external curtailment is considered in the design model. If it is considered in the design model, TRUE; if it is not considered in the design model, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77160,7 +48227,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77173,8 +48241,6 @@ "type": "object", "description": "Indication if non unity power factor is considered in the design model. If it is considered in the design model, TRUE; if it is not considered in the design model, FALSE.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77183,7 +48249,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77196,31 +48263,6 @@ "type": "object", "description": "Expected annualized loss due to AC system efficiency based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77229,7 +48271,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77242,12 +48285,6 @@ "type": "object", "description": "Ambient temperature of the site on a given date based on major design/energy production model used. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77256,7 +48293,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77269,31 +48307,6 @@ "type": "object", "description": "Expected annualized loss due to downtime of system and/or major components based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77302,7 +48315,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77315,12 +48329,6 @@ "type": "object", "description": "Average Ambient temperature of the site over a given time period based on major design/energy production model used. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77329,7 +48337,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77342,31 +48351,6 @@ "type": "object", "description": "Expected annualized loss due to clipping at a maximum AC capacity (inverter or system clipping) based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77375,7 +48359,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77388,31 +48373,6 @@ "type": "object", "description": "Expected annual DC capacity degradation on the module-level in the first year based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77421,7 +48381,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77434,31 +48395,6 @@ "type": "object", "description": "Expected annual AC capacity degradation on the project-level in the first year based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77467,7 +48403,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77480,31 +48417,6 @@ "type": "object", "description": "Expected annualized loss due to horizon shading based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77513,7 +48425,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77526,31 +48439,6 @@ "type": "object", "description": "Expected annualized loss due to inverter maximum power point tracking performance based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77559,7 +48447,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77572,31 +48461,6 @@ "type": "object", "description": "Expected annualized loss due to irradiance incident angle on modules based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77605,7 +48469,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77618,31 +48483,6 @@ "type": "object", "description": "Expected annualized loss due to inverter efficiency based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77651,7 +48491,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77664,31 +48505,6 @@ "type": "object", "description": "Expected annualized loss due to low irradiance based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77697,7 +48513,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77710,31 +48527,6 @@ "type": "object", "description": "Expected annualized loss due to module orientation based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77743,7 +48535,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77756,31 +48549,6 @@ "type": "object", "description": "Expected annualized loss due to real module capacity based on flash test results or assumed difference from nameplate capacity based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77789,7 +48557,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77802,31 +48571,6 @@ "type": "object", "description": "Expected annualized DC capacity degradation on the module-level after the first year based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77835,7 +48579,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77848,31 +48593,6 @@ "type": "object", "description": "Expected annualized AC capacity degradation on the project-level after the first year based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77881,7 +48601,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77894,31 +48615,6 @@ "type": "object", "description": "Energy consumed by the project, kWh per time period based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77927,7 +48623,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77940,8 +48637,6 @@ "type": "object", "description": "Irradiance of the reference cell (light sensor) used in the model.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77950,7 +48645,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77963,12 +48659,6 @@ "type": "object", "description": "Temperature of reference cell used for the model. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -77977,7 +48667,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -77990,8 +48681,6 @@ "type": "object", "description": "Relative humidity percent used for the model, which measures the current absolute humidity relative to the maximum for that temperature.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78000,7 +48689,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78013,31 +48703,6 @@ "type": "object", "description": "Expected annualized loss due to module temperature based on major design/energy production model used.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78046,7 +48711,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78059,8 +48725,6 @@ "type": "object", "description": "Weather source used for the model which can be None, Local, Satellite, Modeled, or Mixed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78069,7 +48733,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78082,8 +48747,6 @@ "type": "object", "description": "Information about the Module Accelerated Age Test Report which covers results from an independent test on the modules.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78092,7 +48755,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78105,8 +48769,6 @@ "type": "object", "description": "Indicates if the Module Accelerated Age Test Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78115,7 +48777,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78128,8 +48791,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Module Accelerated Age Test Report. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78138,7 +48799,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78151,8 +48813,6 @@ "type": "object", "description": "Indicates if the Module Accelerated Age Test Report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78161,7 +48821,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78174,8 +48835,6 @@ "type": "object", "description": "Names of counterparties to the Module Accelerated Age Test Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78184,7 +48843,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78197,8 +48857,6 @@ "type": "object", "description": "Effective date of the Module Accelerated Age Test Report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78207,7 +48865,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78220,8 +48879,6 @@ "type": "object", "description": "Description of any exceptions to the Module Accelerated Age Test Report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78230,7 +48887,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78243,8 +48901,6 @@ "type": "object", "description": "Link to the Module Accelerated Age Test Report document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78253,7 +48909,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78266,8 +48923,6 @@ "type": "object", "description": "Availability of string level data, which refers to a feed of energy coming from a single panel. If string level data is available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78276,7 +48931,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78289,8 +48945,6 @@ "type": "object", "description": "Manufacturers average percent efficiency rating by which the module can convert sunlight to power at Standard Test Conditions (STC). For example, 20% efficiency rating indicates that 80% of the sunlight that goes into the module is lost.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78299,7 +48953,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78312,8 +48967,6 @@ "type": "object", "description": "Description of the material used on the back cover of the module.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78322,7 +48975,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78335,8 +48989,6 @@ "type": "object", "description": "Indicates if the module has a built-in DC Optimizer, if it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78345,7 +48997,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78358,8 +49011,6 @@ "type": "object", "description": "Information about the module cells.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78368,7 +49019,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78381,16 +49033,6 @@ "type": "object", "description": "Area of the cells on the module.", "x-ob-item-type": "num:areaItemType", - "x-ob-unit": [ - "Acre", - "Square Foot", - "Square Mile", - "Square Yard", - "Hectare", - "Square km", - "Square metre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78399,7 +49041,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78412,8 +49055,6 @@ "type": "object", "description": "Number of columns of cells on a module.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78422,7 +49063,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78435,8 +49077,6 @@ "type": "object", "description": "Number of cells on a module.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78445,7 +49085,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78458,8 +49099,6 @@ "type": "object", "description": "Number of rows of cells on a module.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78468,7 +49107,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78481,8 +49121,6 @@ "type": "object", "description": "Information about module certifications.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78491,7 +49129,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78504,19 +49143,6 @@ "type": "object", "description": "Depth of the Module", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78525,7 +49151,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78538,8 +49165,6 @@ "type": "object", "description": "Multiplier indicating the amount that the module can operate at above the nameplate capacity. For example at factor of 1.1, can safely operate 10% above the stated nameplate capacity rating.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78548,7 +49173,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78561,8 +49187,6 @@ "type": "object", "description": "Used to show the dimensions of a module.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78571,7 +49195,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78584,8 +49209,6 @@ "type": "object", "description": "Information about the module factory audit report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78594,7 +49217,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78607,8 +49231,6 @@ "type": "object", "description": "Indicates if the module factory audit report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78617,7 +49239,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78630,8 +49253,6 @@ "type": "object", "description": "Indicates if there are exceptions to the module factory audit report. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78640,7 +49261,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78653,8 +49275,6 @@ "type": "object", "description": "Indicates if the module factory audit report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78663,7 +49283,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78676,8 +49297,6 @@ "type": "object", "description": "Names of counterparties to the module factory audit report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78686,7 +49305,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78699,8 +49319,6 @@ "type": "object", "description": "Link to the Module Factory Audit Report document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78709,7 +49327,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78722,8 +49341,6 @@ "type": "object", "description": "Effective date of the module factory audit report.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78732,7 +49349,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78745,8 +49363,6 @@ "type": "object", "description": "Description of any exceptions to the module factory audit report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78755,7 +49371,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78768,8 +49385,6 @@ "type": "object", "description": "Pre-production audit and remediation report, as needed.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78778,7 +49393,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78791,8 +49407,6 @@ "type": "object", "description": "Pre-shipment inspection report, for example may include visual, EL, flash test of random sample.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78801,7 +49415,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78814,8 +49429,6 @@ "type": "object", "description": "Production oversight and remediation report, as-needed.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78824,7 +49437,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78837,8 +49451,6 @@ "type": "object", "description": "QMS (quality management system) data review report.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78847,7 +49459,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78860,8 +49473,6 @@ "type": "object", "description": "Description of the fire rating as classified by IEC 61730.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78870,7 +49481,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78883,17 +49495,6 @@ "type": "object", "description": "Measured capacity of the individual module, also known as the flash test capacity.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78902,7 +49503,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78915,8 +49517,6 @@ "type": "object", "description": "Description of the material used to build the frame or rating as classified by IP 67/IP 68.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78925,7 +49525,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78938,8 +49539,6 @@ "type": "object", "description": "Description of the material used on the front cover of the module.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78948,7 +49547,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78961,8 +49561,6 @@ "type": "object", "description": "Module has Certification IEC60364-4-41, protection against electric shock. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78971,7 +49569,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -78984,8 +49583,6 @@ "type": "object", "description": "Module has Certification IEC61215/EN61215 IEC61215 Ed. 2, aging of PV modules. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -78994,7 +49591,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79007,8 +49605,6 @@ "type": "object", "description": "Module has Certification IEC61646, Thin-Film PV modules. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79017,7 +49613,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79030,8 +49627,6 @@ "type": "object", "description": "Module has Certification IEC61701, salt mist corrosion resistance testing on PV modules. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79040,7 +49635,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79053,8 +49649,6 @@ "type": "object", "description": "Module has Certification IEC61730/EN61730, safety qualifications. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79063,7 +49657,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79076,8 +49671,6 @@ "type": "object", "description": "Module has Certification IEC62108, concentrator PV modules. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79086,7 +49679,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79099,8 +49693,6 @@ "type": "object", "description": "Module has Certification IEC62716, amonia test. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79109,7 +49701,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79122,8 +49715,6 @@ "type": "object", "description": "Module has certification other than IEC60364-4-41, IEC61215, IEC61646, IEC61701, IEC61730, or IEC62108. If it does then list the certifications comma delimited.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79132,7 +49723,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79145,8 +49737,6 @@ "type": "object", "description": "Module has certification UL1703, fire rating. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79155,7 +49745,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79168,8 +49759,6 @@ "type": "object", "description": "Description of the module Junction Box rating as classified in IP 67.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79178,7 +49767,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79191,19 +49781,6 @@ "type": "object", "description": "Length of the module.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79212,7 +49789,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79225,8 +49803,6 @@ "type": "object", "description": "Information about the MLPE (module level power electronics).", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79235,7 +49811,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79248,8 +49825,6 @@ "type": "object", "description": "Indication that the MLPE (module level power electronics) allows monitoring at the module level.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79258,7 +49833,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79271,8 +49847,6 @@ "type": "object", "description": "Indication that the MLPE (module level power electronics) has a device that will dynamically optimize the voltage-current combination of a string to maximize power.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79281,7 +49855,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79294,8 +49869,6 @@ "type": "object", "description": "Indication that the MLPE (module level power electronics) has a device that provides module level rapid shutdown as a safety feature defined in NEC 2017.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79304,7 +49877,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79317,8 +49891,6 @@ "type": "object", "description": "Indication that the MLPE (module level power electronics) allows a larger string length.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79327,7 +49899,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79340,8 +49913,6 @@ "type": "object", "description": "Initiation date of the Materials and Workmanship Warranty.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79350,7 +49921,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79363,10 +49935,6 @@ "type": "object", "description": "Maximum series fuse rating: rated capacity in amps of the largest fuse that can be used to support module strings.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79375,7 +49943,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79388,13 +49957,6 @@ "type": "object", "description": "Maximum amount of voltage that can be safely handled by the module, determined by IEC (International Electrotechnical Commission).", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79403,7 +49965,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79416,13 +49979,6 @@ "type": "object", "description": "Maximum amount of voltage that can be safely handled by the module, determined by UL.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79431,7 +49987,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79444,8 +50001,6 @@ "type": "object", "description": "Solar panel or module used in a solar installation.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79454,7 +50009,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79467,8 +50023,6 @@ "type": "object", "description": "Indicates if the module has a microinverter, if it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79477,7 +50031,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79490,8 +50045,6 @@ "type": "object", "description": "Nameplate information about the module.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79500,7 +50053,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79513,17 +50067,6 @@ "type": "object", "description": "Nameplate capacity (nominal power) of the module estimate set by the manufacturer for all modules of that type. Measured in Watts.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79532,7 +50075,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79545,13 +50089,6 @@ "type": "object", "description": "The amount of DC voltage the cell, module or string will generate with no load (zero current being delivered).", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79560,7 +50097,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79573,12 +50111,6 @@ "type": "object", "description": "Maximum operating temperature of the solar module. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79587,7 +50119,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79600,12 +50133,6 @@ "type": "object", "description": "Minimum operating temperature of the solar module. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79614,7 +50141,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79627,11 +50155,6 @@ "type": "object", "description": "Orientation of the module which can be portrait or landscape.", "x-ob-item-type": "solar-types:moduleOrientationItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Portrait", - "Landscape" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79640,7 +50163,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79653,8 +50177,6 @@ "type": "object", "description": "Date performance warranty expires. The performance warranty guarantees that a solar panel will operate with a given level of efficiency over its lifetime.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79663,7 +50185,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79676,8 +50199,6 @@ "type": "object", "description": "Description of the amount of production guaranteed by a solar panel performance warranty, which will guarantee a percentage of production depending on the age of the module. For example, guarantees 80% production after 25 years.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79686,7 +50207,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79699,8 +50221,6 @@ "type": "object", "description": "Description of the type of module performance warranty. For example, duration of the warranty, guaranteed output.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79709,7 +50229,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79722,8 +50243,6 @@ "type": "object", "description": "Maximum percent tolerance between nameplate (nominal) power and flash test capacity of the module, on average.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79732,7 +50251,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79745,8 +50265,6 @@ "type": "object", "description": "Minimum percent tolerance between nameplate (nominal) power and flash test capacity of the module, on average.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79755,7 +50273,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79768,8 +50287,6 @@ "type": "object", "description": "Date when the product warranty expires for the panels.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79778,7 +50295,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79791,17 +50309,6 @@ "type": "object", "description": "Duration of the product warranty term offered by the manufacturer in the format P1Y1M1D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79810,7 +50317,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79823,10 +50331,6 @@ "type": "object", "description": "Value of the current when module is operating at maximum power. May also be called Maximum Power Current.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79835,7 +50339,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79848,13 +50353,6 @@ "type": "object", "description": "Value of the voltage when module is operating at maximum power. May also be called Maximum Power Voltage.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79863,7 +50361,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79876,8 +50375,6 @@ "type": "object", "description": "Degradation Rate Characterization Tests.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79886,7 +50383,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79899,8 +50397,6 @@ "type": "object", "description": "Module Pre-Qualification Tests (IEC and Extended Testing).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79909,7 +50405,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79922,8 +50419,6 @@ "type": "object", "description": "Statistical Module Batch Tests (each BOM/factory combo).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79932,7 +50427,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79945,10 +50441,6 @@ "type": "object", "description": "Amount of current going through the cell, module or string when the voltage is zero.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79957,7 +50449,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79970,8 +50463,6 @@ "type": "object", "description": "Number of modules that comprise a single string within the sub array, a single unit of modules mounted together and set at the same angle and orientation.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -79980,7 +50471,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -79993,26 +50485,6 @@ "type": "object", "description": "Select the cell technology style used such as CSI, CdTe, CIGS, PSI, TFSC, BIPV, BiFacial, ASi, MonoSi, MultiSi, CPV, ASi (triple), ASi (tandem), ribbon, HIT (Heterojunction with Intrinsic Thin Layer), Other.\n\n.", "x-ob-item-type": "solar-types:moduleItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "ASi", - "ASi - Triple", - "ASi - Tandem", - "ASi - Single", - "BiPv", - "BiFacial", - "CdTe", - "CIGS", - "CPV", - "CSi", - "MonoSi", - "MultiSi", - "PSi", - "TFSI", - "HIT", - "Ribbon", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80021,7 +50493,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80034,8 +50507,6 @@ "type": "object", "description": "Indicates if the module is Building Integrated PV, which means that photovoltaic materials are used to replace conventional building materials in parts of the building envelope such as the roof, skylights, or facades.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80044,7 +50515,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80057,12 +50529,6 @@ "type": "object", "description": "Temperature of the PV module at a point in time. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80071,7 +50537,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80084,12 +50551,6 @@ "type": "object", "description": "Amount of decrease in maximum current as temperature increases, measured in percent per Celsius. May also be known as ?Ipmax.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80098,7 +50559,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80111,8 +50573,6 @@ "type": "object", "description": "Amount of decrease in power output as temperature increases, measured in percent per Celsius. May also be known as ?Pmax.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80121,7 +50581,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80134,13 +50595,6 @@ "type": "object", "description": "Amount of decrease in voltage output as temperature increases, measured in percent per Celsius. May also be known as ?Voc.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80149,7 +50603,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80162,10 +50617,6 @@ "type": "object", "description": "Amount of decrease in current output as temperature increases, measured in percent per Celsius. May also be known as ?Isc.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80174,7 +50625,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80187,12 +50639,6 @@ "type": "object", "description": "Amount of decrease in maximum voltage as temperature increases, measured in percent per Celsius. May also be known as ?Vpmax.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80201,7 +50647,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80214,202 +50661,16 @@ "type": "object", "description": "Cost of module testing.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -80422,8 +50683,6 @@ "type": "object", "description": "Information about warranties specific to module products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80432,7 +50691,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80445,22 +50705,6 @@ "type": "object", "description": "Weight of the module.", "x-ob-item-type": "num:massItemType", - "x-ob-unit": [ - "Pound", - "Ounce", - "Troy Ounce", - "Ton", - "Tonne", - "Gram", - "Kilogram", - "Thousand Tons", - "Million Tons", - "Billion Tons", - "Kilotonne", - "Megatonne", - "Gigatonne" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80469,7 +50713,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80482,19 +50727,6 @@ "type": "object", "description": "Width of the module.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80503,7 +50735,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80516,8 +50749,6 @@ "type": "object", "description": "Information about the monitoring contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80526,7 +50757,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80539,8 +50771,6 @@ "type": "object", "description": "Indicates if the Monitoring Contract is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80549,7 +50779,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80562,8 +50793,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Monitoring Contract. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80572,7 +50801,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80585,8 +50815,6 @@ "type": "object", "description": "Indicates if the Monitoring Contract is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80595,7 +50823,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80608,8 +50837,6 @@ "type": "object", "description": "Names of counterparties to the Monitoring Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80618,7 +50845,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80631,8 +50859,6 @@ "type": "object", "description": "Counterparty to the Monitoring Contract between the project company and engineering company to monitor system performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80641,7 +50867,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80654,8 +50881,6 @@ "type": "object", "description": "Link to the Monitoring Contract document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80664,7 +50889,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80677,8 +50903,6 @@ "type": "object", "description": "Description of any exceptions to the Monitoring Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80687,7 +50911,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80700,8 +50925,6 @@ "type": "object", "description": "Expiration date of the Monitoring Contract between the project company and engineering company to monitor system performance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80710,7 +50933,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80723,8 +50947,6 @@ "type": "object", "description": "Initiation date of the Monitoring Contract between the project company and engineering company to monitor system performance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80733,7 +50955,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80746,10 +50969,6 @@ "type": "object", "description": "Rate in currency per kWh of the Monitoring Contract between the project company and engineering company to monitor system performance.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80758,7 +50977,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80771,8 +50991,6 @@ "type": "object", "description": "Percent escalator in the Monitoring Contract between the project company and engineering company to monitor system performance.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80781,7 +50999,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80794,8 +51013,6 @@ "type": "object", "description": "Description of the Monitoring Contract rate type defined in the Monitoring Contract between the project company and engineering company to monitor system performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80804,7 +51021,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80817,17 +51035,6 @@ "type": "object", "description": "Term of the Monitoring Contract between the project company and engineering company to monitor system performance. The value should be entered using the ISO8601 format of PnY or PnM. For example, a 5 year term would be represented as P5Y, a 3 month term as P3M.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80836,7 +51043,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80849,8 +51057,6 @@ "type": "object", "description": "Version number of application software of the monitoring solution.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80859,7 +51065,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80872,8 +51079,6 @@ "type": "object", "description": "Information about the Monthly Operating Report for the project which documents monthly statistics on insolation, energy, availability and performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80882,7 +51087,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80895,12 +51101,6 @@ "type": "object", "description": "Indicates if the Monthly Operating Report is at the Site Level, Fund Level, or Project Level.", "x-ob-item-type": "solar-types:mORLevelItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Site Level", - "Fund Level", - "Project Level" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80909,7 +51109,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80922,8 +51123,6 @@ "type": "object", "description": "Indicates if the Monthly Operating Report is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80932,7 +51131,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80945,8 +51145,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Monthly Operating Report or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80955,7 +51153,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80968,8 +51167,6 @@ "type": "object", "description": "Indicates if the Monthly Operating Report is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -80978,7 +51175,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -80991,8 +51189,6 @@ "type": "object", "description": "Names of counterparties to the Monthly Operating Report, which documents monthly statistics on insolation, energy, availability and performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81001,7 +51197,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81014,8 +51211,6 @@ "type": "object", "description": "Link to the Monthly Operating Report document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81024,7 +51219,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81037,8 +51233,6 @@ "type": "object", "description": "Effective date of the Monthly Operating Report, which documents monthly statistics on insolation, energy, availability and performance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81047,7 +51241,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81060,8 +51255,6 @@ "type": "object", "description": "Description of any exceptions to the Monthly Operating Report or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81070,7 +51263,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81083,8 +51277,6 @@ "type": "object", "description": "End date of the Monthly Operating Report, which documents monthly statistics on insolation, energy, availability and performance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81093,7 +51285,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81106,8 +51299,6 @@ "type": "object", "description": "Description of material non-routine maintenance in the Monthly Operating Report", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81116,7 +51307,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81129,8 +51321,6 @@ "type": "object", "description": "Description of project overview in the Monthly Operating Report", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81139,7 +51329,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81152,8 +51343,6 @@ "type": "object", "description": "Name of the company or individual that prepared the monthly operating report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81162,7 +51351,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81175,8 +51365,6 @@ "type": "object", "description": "Description of regulatory matters, curtailment and transmission issues in the Monthly Operating Report", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81185,7 +51373,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81198,8 +51387,6 @@ "type": "object", "description": "Description of routine preventative maintenance in the Monthly Operating Report", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81208,7 +51395,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81221,8 +51409,6 @@ "type": "object", "description": "Description of warranty management in the Monthly Operating Report", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81231,7 +51417,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81244,8 +51431,6 @@ "type": "object", "description": "Information about the balance sheet included in the monthly operating report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81254,7 +51439,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81267,8 +51453,6 @@ "type": "object", "description": "Information about cash distributions made to investors.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81277,7 +51461,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81290,8 +51475,6 @@ "type": "object", "description": "Table used to represent cash distributions made to various types of investors.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81300,7 +51483,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81313,8 +51497,6 @@ "type": "object", "description": "Used as identifier for cash distributions made to investors from the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81323,7 +51505,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81336,8 +51519,6 @@ "type": "object", "description": "Used as identifier for cash distributions made to investors from the project.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81346,7 +51527,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81359,8 +51541,6 @@ "type": "object", "description": "Represents different classes of investors, for example Class A investors, Class B investors .", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81369,7 +51549,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81382,8 +51563,6 @@ "type": "object", "description": "Represents different classes of investors, for example Class A investors, Class B investors .", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81392,7 +51571,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81405,8 +51585,6 @@ "type": "object", "description": "Used to show information about the cash distribution payments made from the project to investors.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81415,7 +51593,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81428,8 +51607,6 @@ "type": "object", "description": "Period for which the cash distribution is made, for example the month of January, or the 2nd quarter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -81438,7 +51615,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -81451,202 +51629,16 @@ "type": "object", "description": "Total change in each class of partners' capital accounts during the year due to the return of partner's capital. That is, excess distributions over earnings to partners. All partners include general, limited and preferred partners.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -81659,202 +51651,16 @@ "type": "object", "description": "Amount of currency on hand as well as demand deposits with banks or financial institutions. Includes other kinds of accounts that have the general characteristics of demand deposits. Also includes short-term, highly liquid investments that are both readily convertible to known amounts of cash and so near their maturity that they present insignificant risk of changes in value because of changes in interest rates. Excludes cash and cash equivalents within disposal group and discontinued operation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -81867,202 +51673,16 @@ "type": "object", "description": "For an unclassified balance sheet, the amount due from customers or clients for goods or services that have been delivered or sold in the normal course of business, reduced to their estimated net realizable fair value by an allowance established by the entity of the amount it deems uncertain of collection.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -82075,202 +51695,16 @@ "type": "object", "description": "Carrying amount as of the balance sheet date of expenditures made in advance of when the economic benefit of the cost will be realized, and which will be expensed in future periods with the passage of time or when a triggering event occurs.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -82283,202 +51717,16 @@ "type": "object", "description": "Amount of assets classified as solar facilities.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -82491,202 +51739,16 @@ "type": "object", "description": "Sum of the carrying amounts as of the balance sheet date of all assets that are recognized. Assets are probable future economic benefits obtained or controlled by an entity as a result of past transactions or events.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -82699,202 +51761,16 @@ "type": "object", "description": "Sum of the carrying values as of the balance sheet date of obligations incurred through that date, including liabilities incurred and payable to vendors for goods and services received, taxes, interest, rent and utilities, compensation costs, payroll taxes and fringe benefits (other than pension and postretirement obligations), contractual rights and obligations, and statutory obligations.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -82907,202 +51783,16 @@ "type": "object", "description": "Carrying amount as of the balance sheet date of obligations due all related parties.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -83115,202 +51805,16 @@ "type": "object", "description": "The cumulative difference between the rental payments required by a lease agreement and the rental income or expense recognized on a straight-line basis, or other systematic and rational basis more representative of the time pattern in which use or benefit is granted or derived from the leased property, expected to be recognized in income or expense over the term of the leased property by the lessor or lessee, respectively.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -83323,202 +51827,16 @@ "type": "object", "description": "The carrying amount of a liability for an asset retirement obligation. An asset retirement obligation is a legal obligation associated with the disposal or retirement of a tangible long-lived asset that results from the acquisition, construction or development, or the normal operations of a long-lived asset, except for certain obligations of lessees.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -83531,202 +51849,16 @@ "type": "object", "description": "Sum of the carrying amounts as of the balance sheet date of all liabilities that are recognized. Liabilities are probable future sacrifices of economic benefits arising from present obligations of an entity to transfer assets or provide services to other entities in the future.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -83739,202 +51871,16 @@ "type": "object", "description": "Amount of ownership interest in limited liability company (LLC), attributable to the parent entity.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -83947,202 +51893,16 @@ "type": "object", "description": "Amount of liabilities and equity items, including the portion of equity attributable to noncontrolling interests, if any.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -84155,8 +51915,6 @@ "type": "object", "description": "Information about the Income Statement included in the monthly operating report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -84165,7 +51923,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -84178,202 +51937,16 @@ "type": "object", "description": "Amount of revenue recognized from goods sold, services rendered, insurance premiums, or other activities that constitute an earning process. Includes, but is not limited to, investment and interest income before deduction of interest expense when recognized as a component of revenue, and sales and trading gain (loss).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -84386,202 +51959,16 @@ "type": "object", "description": "Amount of operating lease expense. Excludes sublease income.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -84594,202 +51981,16 @@ "type": "object", "description": "The total amount of other operating cost and expense items that are associated with the entity's normal revenue producing operation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -84802,202 +52003,16 @@ "type": "object", "description": "The aggregate total of expenses of managing and administering the affairs of an entity, including affiliates of the reporting entity, which are not directly or indirectly associated with the manufacture, sale or creation of a product or product line.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -85010,202 +52025,16 @@ "type": "object", "description": "The amount of expense recognized in the current period that reflects the allocation of the cost of tangible assets over the assets' useful lives. Includes production and non-production related depreciation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -85218,202 +52047,16 @@ "type": "object", "description": "Amount recognized for the passage of time, typically for liabilities, that have been discounted to their net present values. Excludes accretion associated with asset retirement obligations.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -85426,202 +52069,16 @@ "type": "object", "description": "The total amount of noninterest income which may be derived from: (1) fees and commissions; (2) premiums earned; (3) insurance policy charges; (4) the sale or disposal of assets; and (5) other sources not otherwise specified.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -85634,202 +52091,16 @@ "type": "object", "description": "The net amount of operating interest income (expense).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -85842,202 +52113,16 @@ "type": "object", "description": "The portion of profit or loss for the period, net of income taxes, which is attributable to the parent.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -86050,202 +52135,16 @@ "type": "object", "description": "Generally recurring costs associated with normal operations except for the portion of these expenses which can be clearly related to production and included in cost of sales or services. Includes selling, general and administrative expense.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -86258,202 +52157,16 @@ "type": "object", "description": "For unclassified balance sheet, amounts due from customers or clients for goods or services that have been delivered or sold in the normal course of business.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -86466,8 +52179,6 @@ "type": "object", "description": "Information about Accounts Receivable Aging included in the monthly operating report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86476,7 +52187,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86489,8 +52201,6 @@ "type": "object", "description": "Summary information included in the monthly operating report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86499,7 +52209,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86512,13 +52223,6 @@ "type": "object", "description": "Mounting type of the array which can be Ballasted, Attached, BIPV, or Pole/Pier.", "x-ob-item-type": "solar-types:mountingItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Attached", - "Ballasted", - "BIPV", - "Pole/Pier" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86527,7 +52231,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86540,8 +52245,6 @@ "type": "object", "description": "Information about natural resources such as water or minerals located or within proximity of a site that may have an impact on the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86550,7 +52253,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86563,8 +52267,6 @@ "type": "object", "description": "Identifier for the natural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86573,7 +52275,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86586,8 +52289,6 @@ "type": "object", "description": "Description of the natural resource identified.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86596,7 +52297,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86609,8 +52311,6 @@ "type": "object", "description": "Information related to a specific natural resource which is associated with the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86619,7 +52319,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86632,8 +52333,6 @@ "type": "object", "description": "Used as the identifier for the natural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86642,7 +52341,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86655,8 +52355,6 @@ "type": "object", "description": "Used as the identifier for the natural resource.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86665,7 +52363,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86678,8 +52377,6 @@ "type": "object", "description": "Used to group information about a natural resource on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86688,7 +52385,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86701,8 +52399,6 @@ "type": "object", "description": "Description of the location of the natural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86711,7 +52407,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86724,8 +52421,6 @@ "type": "object", "description": "Name of the natural resource identified.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86734,7 +52429,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86747,8 +52443,6 @@ "type": "object", "description": "Represents information related to a site-specific natural resource such as water, minerals, petroleum products or hazardous substances located on or in proximity to a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86757,7 +52451,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86770,8 +52465,6 @@ "type": "object", "description": "Description of the location where the natural resource was identified.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86780,7 +52473,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86793,8 +52487,6 @@ "type": "object", "description": "Identifier, name, or title of action required by the cultural resources permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86803,7 +52495,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86816,8 +52509,6 @@ "type": "object", "description": "Identifier, name, or title of action required by the natural resources permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86826,7 +52517,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86839,8 +52531,6 @@ "type": "object", "description": "Used as the identifier for permit actions related to the natural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86849,7 +52539,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86862,8 +52553,6 @@ "type": "object", "description": "Description of action required by the natural resources permit, for example, a fee or covenant.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86872,7 +52561,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86885,8 +52575,6 @@ "type": "object", "description": "Used as the identifier for permit actions related to a natural resource.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86895,7 +52583,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86908,8 +52597,6 @@ "type": "object", "description": "Used to group information about permit actions related to a natural resource located on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86918,7 +52605,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86931,8 +52619,6 @@ "type": "object", "description": "Identifier for the natural resource permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86941,7 +52627,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86954,8 +52641,6 @@ "type": "object", "description": "Represents information about actions taken related to a permit for a natural resource which is associated with a specific site. Data reported may include a link to the permit, identifier, authority issuing the permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86964,7 +52649,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -86977,8 +52663,6 @@ "type": "object", "description": "Used as the identifier for a permit that is related to the natural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -86987,7 +52671,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87000,8 +52685,6 @@ "type": "object", "description": "Used as the identifier for a permit that is related to a natural resource.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87010,7 +52693,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87023,8 +52707,6 @@ "type": "object", "description": "Name of the governing authority that issued the permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87033,7 +52715,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87046,8 +52729,6 @@ "type": "object", "description": "Identifier for the natural resource permit associated with a particular action.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87056,7 +52737,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87069,8 +52751,6 @@ "type": "object", "description": "Date on which the natural resource permit was issued.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87079,7 +52759,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87092,8 +52773,6 @@ "type": "object", "description": "Used to group information about a permit that is related to a natural resource located on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87102,7 +52781,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87115,8 +52795,6 @@ "type": "object", "description": "Link to the permit for the natural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87125,7 +52803,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87138,8 +52817,6 @@ "type": "object", "description": "Represents information about permits that are related to a natural resource on or within proximity of a site. Data reported may include a link to the permit, identifier, or authority issuing the permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87148,7 +52825,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87161,8 +52839,6 @@ "type": "object", "description": "Description of action suggested in the natural resource study.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87171,7 +52847,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87184,8 +52861,6 @@ "type": "object", "description": "Used as the identifier for studies about the natural resource.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87194,7 +52869,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87207,8 +52883,6 @@ "type": "object", "description": "Used as the identifier for studies about the natural resource.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87217,7 +52891,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87230,8 +52905,6 @@ "type": "object", "description": "Used to group information about studies developed about a natural resource located on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87240,7 +52913,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87253,8 +52927,6 @@ "type": "object", "description": "Represents information about studies on natural resources which are associated with a specific site. Data reported may include a link to the study, identifier, and actions suggested in the study.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87263,7 +52935,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87276,14 +52949,6 @@ "type": "object", "description": "Type of internet connection to system.", "x-ob-item-type": "solar-types:internetConnectionItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Cellular", - "Shared Broadband", - "Dedicated Broadband", - "Satellite", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87292,7 +52957,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87305,8 +52971,6 @@ "type": "object", "description": "Test condition measurement is performed using Nominal Operating Conditions which include the following constraints: cell temperature = 45; wind speed = 1; air mass = 1.5; irradiance = 800; ambient temperature = 25.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87315,7 +52979,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87328,8 +52993,6 @@ "type": "object", "description": "Percentage of kWh lost due to operating at non-unity power factor (note: unity power factor should equal 1.0; operating at 0.9 or 1.1 would result in loss of energy or not enough energy produced.), for a typical meteorological year, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87338,7 +53001,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87351,8 +53015,6 @@ "type": "object", "description": "Percentage of kWh lost due to operating at non-unity power factor (note: unity power factor should equal 1.0; operating at 0.9 or 1.1 would result in loss of energy or not enough energy produced.), for a typical meteorological met month, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87361,7 +53023,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87374,8 +53037,6 @@ "type": "object", "description": "Information about the Notice and Payment Instructions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87384,7 +53045,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87397,8 +53059,6 @@ "type": "object", "description": "Indicates if the Notice and Payment Instructions is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87407,7 +53067,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87420,8 +53081,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Notice and Payment Instructions. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87430,7 +53089,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87443,8 +53103,6 @@ "type": "object", "description": "Indicates if the Notice and Payment Instructions is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87453,7 +53111,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87466,8 +53125,6 @@ "type": "object", "description": "Names of counterparties to the Notice and Payment Instructions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87476,7 +53133,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87489,8 +53147,6 @@ "type": "object", "description": "Effective date of the Notice and Payment Instructions.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87499,7 +53155,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87512,8 +53169,6 @@ "type": "object", "description": "Description of any exceptions to the Notice and Payment Instructions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87522,7 +53177,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87535,8 +53191,6 @@ "type": "object", "description": "Expiration date of the Notice and Payment Instructions.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87545,7 +53199,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87558,8 +53213,6 @@ "type": "object", "description": "Link to the Notice And Payment Instructions document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87568,7 +53221,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87581,8 +53235,6 @@ "type": "object", "description": "Information about the notice of approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87591,7 +53243,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87604,8 +53257,6 @@ "type": "object", "description": "Indicates if the notice of approval is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87614,7 +53265,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87627,8 +53279,6 @@ "type": "object", "description": "Indicates if there are exceptions to the notice of approval. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87637,7 +53287,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87650,8 +53301,6 @@ "type": "object", "description": "Indicates if the notice of approval is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87660,7 +53309,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87673,8 +53323,6 @@ "type": "object", "description": "Names of counterparties to the notice of approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87683,7 +53331,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87696,8 +53345,6 @@ "type": "object", "description": "Link to the Notice Of Approval document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87706,7 +53353,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87719,8 +53367,6 @@ "type": "object", "description": "Effective date of the notice of approval.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87729,7 +53375,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87742,8 +53389,6 @@ "type": "object", "description": "Description of any exceptions to the notice of approval.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87752,7 +53397,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87765,8 +53411,6 @@ "type": "object", "description": "Expiration date of the notice of approval.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87775,7 +53419,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87788,8 +53433,6 @@ "type": "object", "description": "Information about the Notice of Commercial Operation which is a letter from the operator confirming that the installation is operating.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87798,7 +53441,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87811,8 +53455,6 @@ "type": "object", "description": "Indicates if the Notice of Commercial Operation is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87821,7 +53463,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87834,8 +53477,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Notice of Commercial Operation. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87844,7 +53485,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87857,8 +53499,6 @@ "type": "object", "description": "Indicates if the Notice of Commercial Operation is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87867,7 +53507,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87880,8 +53521,6 @@ "type": "object", "description": "Names of counterparties to the Notice of Commercial Operation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87890,7 +53529,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87903,8 +53543,6 @@ "type": "object", "description": "Link to the Notice Of Commercial Operation document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87913,7 +53551,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87926,8 +53565,6 @@ "type": "object", "description": "Effective date of the Notice of Commercial Operation.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87936,7 +53573,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87949,8 +53587,6 @@ "type": "object", "description": "Description of any exceptions to the Notice of Commercial Operation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87959,7 +53595,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87972,8 +53609,6 @@ "type": "object", "description": "Expiration date of the Notice of Commercial Operation.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -87982,7 +53617,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -87995,8 +53631,6 @@ "type": "object", "description": "Information about the Notice of Commercial Operations Date for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88005,7 +53639,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88018,8 +53653,6 @@ "type": "object", "description": "Indicates if the Notice of Commercial Operations Date is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88028,7 +53661,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88041,8 +53675,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Notice of Commercial Operations Date or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88051,7 +53683,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88064,8 +53697,6 @@ "type": "object", "description": "Indicates if the Notice of Commercial Operations Date is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88074,7 +53705,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88087,8 +53719,6 @@ "type": "object", "description": "Names of counterparties to the Notice of Commercial Operations Date.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88097,7 +53727,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88110,8 +53741,6 @@ "type": "object", "description": "Effective date of the Notice of Commercial Operations Date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88120,7 +53749,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88133,8 +53763,6 @@ "type": "object", "description": "Description of any exceptions to the Notice of Commercial Operations Date or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88143,7 +53771,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88156,8 +53785,6 @@ "type": "object", "description": "Link to the Notice Of Commercial Operations document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88166,7 +53793,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88179,8 +53807,6 @@ "type": "object", "description": "Represents information about an energy OffTaker which could be a utility, a residential homeowner or other party.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88189,7 +53815,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88202,8 +53829,6 @@ "type": "object", "description": "Used as the identifier for the OffTaker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88212,7 +53837,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88225,8 +53851,6 @@ "type": "object", "description": "Used as the identifier for the OffTaker.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88235,7 +53859,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88248,8 +53873,6 @@ "type": "object", "description": "Used as the identifier for the OffTaker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88258,7 +53881,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88271,8 +53895,6 @@ "type": "object", "description": "Used to collect information about an OffTaker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88281,7 +53903,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88294,8 +53917,6 @@ "type": "object", "description": "Name of the offtaker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88304,7 +53925,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88317,8 +53939,6 @@ "type": "object", "description": "Email address of the offtaker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88327,7 +53947,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88340,8 +53961,6 @@ "type": "object", "description": "Date of the FICO score for an OffTaker.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88350,7 +53969,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88363,8 +53983,6 @@ "type": "object", "description": "Information about the Project used during the onboarding process.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88373,7 +53991,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88386,8 +54005,6 @@ "type": "object", "description": "One-year in-plane assumed irradiation, Hi, as described in IEC 61724-1 Ed. 2, in kWh/m2.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88396,7 +54013,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88409,8 +54027,6 @@ "type": "object", "description": "One-year in-plane measured irradiation, Hi, as described in IEC 61724-1 Ed. 2, in kWh/m2.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88419,7 +54035,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88432,8 +54049,6 @@ "type": "object", "description": "Ratio between expected (assumed) one year in-plane measured irradiation and actual one year in-plane measured irradiation.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88442,7 +54057,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88455,8 +54071,6 @@ "type": "object", "description": "Information about the Operating Agreements for Master Lessee, Lessee and Operator for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88465,7 +54079,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88478,8 +54093,6 @@ "type": "object", "description": "Indicates if the Operating Agreements for Master Lessee, Lessee and Operator is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88488,7 +54101,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88501,8 +54115,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Operating Agreements for Master Lessee, Lessee and Operator or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88511,7 +54123,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88524,8 +54137,6 @@ "type": "object", "description": "Indicates if the Operating Agreements for Master Lessee, Lessee and Operator is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88534,7 +54145,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88547,8 +54159,6 @@ "type": "object", "description": "Names of counterparties to the Operating Agreements for Master Lessee, Lessee and Operator.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88557,7 +54167,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88570,8 +54181,6 @@ "type": "object", "description": "Link to the Operating Agreements For Master Lessee, Lessee And Operator document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88580,7 +54189,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88593,8 +54203,6 @@ "type": "object", "description": "Effective date of the Operating Agreements for Master Lessee, Lessee and Operator.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88603,7 +54211,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88616,8 +54225,6 @@ "type": "object", "description": "Description of any exceptions to the Operating Agreements for Master Lessee, Lessee and Operator or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88626,7 +54233,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88639,8 +54247,6 @@ "type": "object", "description": "Expiration date of the Operating Agreements for Master Lessee, Lessee and Operator.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88649,7 +54255,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88662,8 +54269,6 @@ "type": "object", "description": "Information about the operating company financial data.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88672,7 +54277,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88685,202 +54291,16 @@ "type": "object", "description": "Rental expense for the reporting period incurred under operating leases, including minimum and any contingent rent expense, net of related sublease income.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -88893,8 +54313,6 @@ "type": "object", "description": "Information about the operations of the installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88903,7 +54321,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88916,8 +54335,6 @@ "type": "object", "description": "Description of how to access site, for example where to obtain keys to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88926,7 +54343,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88939,8 +54357,6 @@ "type": "object", "description": "Operational budget review of Asset Management, reconciled with Managing Partner responsibilities.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88949,7 +54365,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88962,8 +54379,6 @@ "type": "object", "description": "Operational budget review of Decommissioning.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88972,7 +54387,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -88985,8 +54401,6 @@ "type": "object", "description": "Operational budget review of Monitoring Service Provider.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -88995,7 +54409,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89008,8 +54423,6 @@ "type": "object", "description": "Operational budget review of Operations and Maintenance budget.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89018,7 +54431,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89031,8 +54445,6 @@ "type": "object", "description": "Operational budget review of other operational topics, if needed.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89041,7 +54453,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89054,8 +54467,6 @@ "type": "object", "description": "Operational budget review of Spare Parts List.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89064,7 +54475,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89077,8 +54489,6 @@ "type": "object", "description": "Operational budget review of consumables List.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89087,7 +54497,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89100,8 +54511,6 @@ "type": "object", "description": "Password and login id for combination lock for installation and for equipment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89110,7 +54519,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89123,202 +54533,16 @@ "type": "object", "description": "Communications expense which is typically the monthly telephone bill.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -89331,8 +54555,6 @@ "type": "object", "description": "Name of company responsible for repairing or maintaining a specific piece of equipment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89341,7 +54563,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89354,8 +54577,6 @@ "type": "object", "description": "Description of developer insurance requirements.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89364,7 +54585,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89377,8 +54599,6 @@ "type": "object", "description": "Description of developer reporting requirements.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89387,7 +54607,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89400,8 +54621,6 @@ "type": "object", "description": "Description of developer tax obligations.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89410,7 +54629,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89423,19 +54643,6 @@ "type": "object", "description": "Distance to nearest PV system project that has the same ownership, for example in miles.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89444,7 +54651,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89457,10 +54665,6 @@ "type": "object", "description": "Amount of earthquake insurance in currency per nominal power (kWdc) which is defined as the nameplate capacity of the PV system.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89469,7 +54673,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89482,10 +54687,6 @@ "type": "object", "description": "Grid electricity cost in currency per kWh.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89494,7 +54695,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89507,202 +54709,16 @@ "type": "object", "description": "Cost of electricity from the utility.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -89715,8 +54731,6 @@ "type": "object", "description": "Information about the operational event or incident report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89725,7 +54739,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89738,8 +54753,6 @@ "type": "object", "description": "Axis for reporting multiple events that occur associated with the ongoing operations of the project. Each typed member represents a specific reporting event. Each member represents a unique event that occurs. These events may or may not be covered by an agreement, such as agreements for Operations and Maintenance, Interconnection, Asset Management, EPC, Site Lease, LLCA, PPA or Lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89748,7 +54761,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89761,8 +54775,6 @@ "type": "object", "description": "Used to report operational events.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89771,7 +54783,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89784,8 +54797,6 @@ "type": "object", "description": "Used to group information about operational events.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89794,7 +54805,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89807,8 +54819,6 @@ "type": "object", "description": "Allows reporting of multiple events that occur associated with the ongoing operations of a project. Data reported can include title, date, time before responding to the event, action agreed upon to respond, priority of corrective action.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89817,7 +54827,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89830,8 +54841,6 @@ "type": "object", "description": "Information about operational issues that require resolution.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89840,7 +54849,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89853,8 +54863,6 @@ "type": "object", "description": "Start time and date of individual issue.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89863,7 +54871,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89876,8 +54885,6 @@ "type": "object", "description": "Date and time issue resolved.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89886,7 +54893,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89899,8 +54907,6 @@ "type": "object", "description": "Date and time production resumed after individual issue resolved.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89909,7 +54915,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89922,8 +54929,6 @@ "type": "object", "description": "Date and time production stopped to resolve reported issue", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89932,7 +54937,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89945,8 +54951,6 @@ "type": "object", "description": "Date preventative maintenance completed.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89955,7 +54959,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89968,8 +54973,6 @@ "type": "object", "description": "Date preventative maintenance started.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -89978,7 +54981,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -89991,8 +54995,6 @@ "type": "object", "description": "Information related to an issue covering future steps to be taken on the issue.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90001,7 +55003,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90014,8 +55017,6 @@ "type": "object", "description": "Description of information related to an issue and impact of the issue.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90024,7 +55025,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90037,31 +55039,6 @@ "type": "object", "description": "Amount of energy lost due to operational system issue.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90070,7 +55047,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90083,12 +55061,6 @@ "type": "object", "description": "Level of severity of the major operational event, which can be Low, Moderate, or High.", "x-ob-item-type": "solar-types:eventSeverityItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Low", - "Moderate", - "High" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90097,7 +55069,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90110,8 +55083,6 @@ "type": "object", "description": "Number of days the issue takes to be resolved.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90120,7 +55091,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90133,8 +55105,6 @@ "type": "object", "description": "Information related to an issue covering plan of action to be taken on the issue.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90143,7 +55113,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90156,8 +55127,6 @@ "type": "object", "description": "Description of reported issue that requires resolution.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90166,7 +55135,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90179,8 +55149,6 @@ "type": "object", "description": "Title of the issue.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90189,7 +55157,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90202,8 +55171,6 @@ "type": "object", "description": "Information about the operational performance of the installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90212,7 +55179,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90225,31 +55193,6 @@ "type": "object", "description": "Computed average energy production for the three month period of July, August, and September over all years of operation since Activation Date (in kWh).", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90258,7 +55201,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90271,8 +55215,6 @@ "type": "object", "description": "Ratio of actual revenue based incentives divided by the expected revenue based incentives from inception to date.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90281,7 +55223,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90294,8 +55237,6 @@ "type": "object", "description": "Actual operating expenses divided by expected operating expenses per month.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90304,7 +55245,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90317,8 +55259,6 @@ "type": "object", "description": "Actual operating expenses divided by expected operating expenses from inception to date.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90327,7 +55267,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90340,8 +55281,6 @@ "type": "object", "description": "Actual Power Purchase Agreement Revenue divided by expected Power Purchase Agreement revenue per month.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90350,7 +55289,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90363,8 +55303,6 @@ "type": "object", "description": "Actual Power Purchase Agreement Revenue divided by expected Power Purchase Agreement revenue inception to date.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90373,7 +55311,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90386,8 +55325,6 @@ "type": "object", "description": "Actual renewable energy credit revenue divided by expected renewable energy credit revenue.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90396,7 +55333,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90409,8 +55347,6 @@ "type": "object", "description": "Actual renewable energy credit revenue divided by expected renewable energy credit from inception to date.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90419,7 +55355,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90432,202 +55369,16 @@ "type": "object", "description": "Communications expense which is typically the monthly telephone bill.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -90640,8 +55391,6 @@ "type": "object", "description": "Name of company responsible for repairing or maintaining a specific piece of equipment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90650,7 +55399,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90663,202 +55413,16 @@ "type": "object", "description": "Cost of data monitoring and hosting", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -90871,8 +55435,6 @@ "type": "object", "description": "Expected number of daylight inverter hours from inception to date when there is sufficient daylight to activate the inverters.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90881,7 +55443,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90894,17 +55457,6 @@ "type": "object", "description": "Number of days of operation on the project.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90913,7 +55465,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90926,17 +55479,6 @@ "type": "object", "description": "Total days of production lost due to issues.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90945,7 +55487,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90958,17 +55501,6 @@ "type": "object", "description": "Number of inverter hours downtime from inception to date.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -90977,7 +55509,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -90990,202 +55523,16 @@ "type": "object", "description": "Cost of calibrating equipment which usually only applies to the pyranometer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -91198,202 +55545,16 @@ "type": "object", "description": "Expected auditing expense.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -91406,8 +55567,6 @@ "type": "object", "description": "Name of failed component.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91416,7 +55575,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91429,8 +55589,6 @@ "type": "object", "description": "Number of fault codes generated by inverters.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91439,7 +55597,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91452,8 +55611,6 @@ "type": "object", "description": "Host Electricity Use Profile defined as system size as percent of customer load.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91462,7 +55619,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91475,8 +55633,6 @@ "type": "object", "description": "Description of host purchase option terms.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91485,7 +55641,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91498,12 +55655,6 @@ "type": "object", "description": "Temperature of the IGBT (insulated gate bipolar transistors of the inverter). Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91512,7 +55663,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91525,8 +55677,6 @@ "type": "object", "description": "Percent of preventative maintenance that has been completed.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91535,7 +55685,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91548,8 +55699,6 @@ "type": "object", "description": "Percent of preventative maintenance remaining to be completed.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91558,7 +55707,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91571,8 +55721,6 @@ "type": "object", "description": "Information about a major event that is included in a regular operating report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91581,7 +55729,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91594,8 +55743,6 @@ "type": "object", "description": "Agreement or contract associated with a major event that happened during the period related to the operations of the project. Agreement could be the Asset Management Agreement, the Engineering Procurement and Construction Contract, the Limited Liability Company Agreement, the Management Services Agreement, the Interconnection Agreement, the Power Purchase Agreement, Lease Agreement or Site Lease.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91604,7 +55751,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91617,8 +55765,6 @@ "type": "object", "description": "Description of the section in the agreement related to the action.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91627,7 +55773,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91640,8 +55787,6 @@ "type": "object", "description": "Description of variance from expectations contained in the agreement related to the action.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91650,7 +55795,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91663,8 +55809,6 @@ "type": "object", "description": "Comment about a major event that happened during the period related to the operations of the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91673,7 +55817,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91686,8 +55831,6 @@ "type": "object", "description": "Date of a major event that happened during the period related to the operations of the project.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91696,7 +55839,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91709,8 +55853,6 @@ "type": "object", "description": "Description of a major event that happened during the period related to the operations of the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91719,7 +55861,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91732,8 +55875,6 @@ "type": "object", "description": "Title of a major event that happened during the period related to the operations of the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91742,7 +55883,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91755,8 +55897,6 @@ "type": "object", "description": "Amount of time taken to respond to a major event that happened during the period related to the operations of the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91765,7 +55905,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91778,8 +55919,6 @@ "type": "object", "description": "Confirmation that the system is in operation. If in operation, TRUE; if not in operation, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91788,7 +55927,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91801,8 +55941,6 @@ "type": "object", "description": "Information about the on-going operations of the solar installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91811,7 +55949,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91824,8 +55963,6 @@ "type": "object", "description": "Address of the system operations and maintenance provider.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91834,7 +55971,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91847,96 +55985,16 @@ "type": "object", "description": "Entity that is operating the system at the time the certificate is issued.", "x-ob-item-type": "solar-types:participantItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Appraiser", - "Asset Manager", - "Asset Owner", - "Automobile Liability Insurer", - "Back-leverage Lender", - "Back-up Asset Manager", - "Back-up Maintenance Provider", - "Back-up Monitoring Service Provider", - "Bond Agent", - "Builders/Construction All-Risk Insurers", - "Business Interruption Insurer", - "Collateral Agent", - "Commercial Lender", - "Contract Attorney", - "Construction Contractor/Installer", - "Construction Lender", - "Construction Warranty Provider", - "Corporate Attorney", - "Developer Attorney", - "Energy Forecasting Service", - "Energy Price Forecaster", - "Equipment Warranty Provider", - "Engineering Contractor/Installer", - "Environmental Attorney", - "Environmental Consultant", - "Equipment Factory Auditor", - "Equipment Manufacturer", - "Equipment Reliability Test Lab", - "Fund", - "General Contractor", - "General Liability Insurer", - "Hedge Provider", - "Independent Engineer", - "Independent System Operator as Authority Having Jurisdiction", - "Interconnecting Utility as Authority Having Jurisdiction", - "Insurance Broker", - "Insurance Consultant", - "Land-Use Attorney", - "Lessor", - "Litigation Attorney", - "LLC Partner Managing Member", - "LLC Partner Voting Member", - "LLC Partner Passive Member", - "Long-term Equity Investor", - "Maintenance Provider", - "Monitoring Service Provider", - "Ocean Cargo Insurer", - "Operator", - "Parallel Monitoring Service Provider", - "Permitting Authority as Authority Having Jurisdiction", - "Personal Lender", - "Pollution Liability Insurer", - "PPA Offtaker", - "Prime Contractor", - "Project", - "Project Performance Insurer", - "Project Developer", - "Project Host", - "Property Insurer", - "REC Offtaker", - "Regional Transmission Operator as Authority Having Jurisdiction", - "Scheduling Coordinator", - "Site Owner/Site Control", - "Site Security Company", - "Subcontractor", - "Subcontractor Contractor/Installer", - "Surety", - "Tax Attorney", - "Tax Consultant", - "Tax-equity Investor", - "Telecom Provider", - "Transmission Consultant", - "Trustee", - "Umbrella/Excess Liability Insurer", - "Utility", - "Weather Data Provider", - "Workers Compensation Insurer", - "Other" - ], - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -91949,8 +56007,6 @@ "type": "object", "description": "Website of the entity that is operating the system at time certificate is issued.", "x-ob-item-type": "xbrli:anyURIItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91959,7 +56015,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91972,8 +56029,6 @@ "type": "object", "description": "Information about the Operations and Maintenance Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -91982,7 +56037,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -91995,8 +56051,6 @@ "type": "object", "description": "Address of the Operations and Maintenance provider.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92005,7 +56059,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92018,8 +56073,6 @@ "type": "object", "description": "Indicates if the Operations And Maintenance Contract is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92028,7 +56081,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92041,8 +56095,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Operations And Maintenance Contract. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92051,7 +56103,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92064,8 +56117,6 @@ "type": "object", "description": "Indicates if the Operations And Maintenance Contract is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92074,7 +56125,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92087,8 +56139,6 @@ "type": "object", "description": "Used as the identifier for information about the Operations and Maintenance Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92097,7 +56147,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92110,202 +56161,16 @@ "type": "object", "description": "Amount of the the cap on operations and maintenance liabilities.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -92318,8 +56183,6 @@ "type": "object", "description": "Start date of the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92328,7 +56191,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92341,8 +56205,6 @@ "type": "object", "description": "Description of key terms in the Operations and Maintenance Continuity contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92351,7 +56213,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92364,8 +56227,6 @@ "type": "object", "description": "Name of contractor on the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92374,7 +56235,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92387,8 +56249,6 @@ "type": "object", "description": "Name of the project company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92397,7 +56257,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92410,8 +56271,6 @@ "type": "object", "description": "Represents line items used to describe the Operations and Maintenance Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92420,7 +56279,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92433,8 +56293,6 @@ "type": "object", "description": "Link to the Operations And Maintenance Contract document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92443,7 +56301,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92456,8 +56315,6 @@ "type": "object", "description": "Effective date of the Operations and Maintenance agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92466,7 +56323,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92479,8 +56337,6 @@ "type": "object", "description": "Description of any exceptions to the Operations And Maintenance Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92489,7 +56345,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92502,8 +56359,6 @@ "type": "object", "description": "Expiration date of the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92512,7 +56367,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92525,202 +56381,16 @@ "type": "object", "description": "Amount of fees specified in the Operations and Maintenance contract to be paid to the contractor.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -92733,8 +56403,6 @@ "type": "object", "description": "Used as the identifier for information about the Operations and Maintenance Contract.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92743,7 +56411,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92756,8 +56425,6 @@ "type": "object", "description": "Initiation date of the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92766,7 +56433,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92779,8 +56447,6 @@ "type": "object", "description": "Invoicing date of the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92789,7 +56455,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92802,8 +56469,6 @@ "type": "object", "description": "Availability of an Operations and Maintenance manual. If the manual is available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92812,7 +56477,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92825,8 +56491,6 @@ "type": "object", "description": "Description of the operating plan.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92835,7 +56499,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92848,31 +56513,6 @@ "type": "object", "description": "Output in kWh guaranteed by the contractor in the Operations and Maintenance contract.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92881,7 +56521,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92894,8 +56535,6 @@ "type": "object", "description": "Operations and Maintenance contractor performance guarantee as percent of P50 energy production.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92904,7 +56543,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92917,8 +56557,6 @@ "type": "object", "description": "Start date of the performance guarantee period in the Operations and Maintenance Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92927,7 +56565,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92940,8 +56579,6 @@ "type": "object", "description": "End date of the performance guarantee period in the Operations and Maintenance Contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92950,7 +56587,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92963,17 +56601,6 @@ "type": "object", "description": "Term of the contractor performance guarantee period in the Operations and Maintenance Contract. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -92982,7 +56609,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -92995,8 +56623,6 @@ "type": "object", "description": "Description of the contractor performance guarantee in the Operations and Maintenance Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93005,7 +56631,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93018,8 +56645,6 @@ "type": "object", "description": "Payment deadline date of the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93028,7 +56653,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93041,8 +56667,6 @@ "type": "object", "description": "Description of the payment method for the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93051,7 +56675,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93064,8 +56689,6 @@ "type": "object", "description": "Information about the Operations and Maintenance contractor performance guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93074,7 +56697,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93087,8 +56711,6 @@ "type": "object", "description": "Description of the performance guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93097,7 +56719,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93110,8 +56733,6 @@ "type": "object", "description": "Name of the operations and maintenance provider which may be different from the counterparty. For example, it could be provided by a subcontractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93120,7 +56741,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93133,8 +56755,6 @@ "type": "object", "description": "Name and title of contact on the Operations And Maintenance contract", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93143,7 +56763,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93156,8 +56777,6 @@ "type": "object", "description": "Rate in currency per kWdc per year of the Operations and Maintenance contract.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93166,7 +56785,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93179,8 +56799,6 @@ "type": "object", "description": "Indicates if the Operations And Maintenance Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93189,7 +56807,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93202,8 +56821,6 @@ "type": "object", "description": "Indicates if the Operations And Maintenance Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93212,7 +56829,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93225,8 +56843,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Operations And Maintenance Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93235,7 +56851,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93248,8 +56865,6 @@ "type": "object", "description": "Description of any exceptions to the Operations And Maintenance Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93258,7 +56873,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93271,8 +56887,6 @@ "type": "object", "description": "Escalator percent rate increase per year in the Operations and Maintenance contract.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93281,7 +56895,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93294,8 +56909,6 @@ "type": "object", "description": "Description of contract rate type in the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93304,7 +56917,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93317,8 +56931,6 @@ "type": "object", "description": "Expected response time in hours of the Operations and Maintenance provider.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93327,7 +56939,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93340,8 +56953,6 @@ "type": "object", "description": "Description of scope of work in the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93350,7 +56961,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93363,8 +56975,6 @@ "type": "object", "description": "Address for the backup Operations and Maintenance subcontractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93373,7 +56983,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93386,8 +56997,6 @@ "type": "object", "description": "Name of the backup Operations and Maintenance subcontractor company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93396,7 +57005,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93409,8 +57019,6 @@ "type": "object", "description": "Name and title of contact at backup Operations and Maintenance subcontractor", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93419,7 +57027,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93432,8 +57041,6 @@ "type": "object", "description": "Email address for the backup Operations and Maintenance subcontractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93442,7 +57049,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93455,8 +57063,6 @@ "type": "object", "description": "Telephone number for the backup Operations and Maintenance subcontractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93465,7 +57071,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93478,8 +57085,6 @@ "type": "object", "description": "Description of special features in the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93488,7 +57093,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93501,8 +57107,6 @@ "type": "object", "description": "Description of structure and history of the Operations and Maintenance contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93511,7 +57115,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93524,8 +57129,6 @@ "type": "object", "description": "Name of the primary subcontractor in the Operations and Maintenance Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93534,7 +57137,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93547,8 +57151,6 @@ "type": "object", "description": "Address of primary Operations And Maintenance subcontractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93557,7 +57159,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93570,8 +57173,6 @@ "type": "object", "description": "Name and title of primary subcontractor contact.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93580,7 +57181,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93593,8 +57195,6 @@ "type": "object", "description": "Email of the primary Operations And Maintenance subcontractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93603,7 +57203,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93616,8 +57217,6 @@ "type": "object", "description": "Description of the scope of the work of the subcontractor in the Operations and Maintenance Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93626,7 +57225,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93639,8 +57239,6 @@ "type": "object", "description": "Phone number of the primary Operations And Maintenance subcontractor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93649,7 +57247,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93662,8 +57261,6 @@ "type": "object", "description": "Represents information about the Operations and Maintenance Contract such as term, contracting parties, scope of work, etc.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93672,7 +57269,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93685,17 +57283,6 @@ "type": "object", "description": "Term of the Operations and Maintenance contract. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93704,7 +57291,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93717,8 +57305,6 @@ "type": "object", "description": "Description of termination rights for the operator and the project company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93727,7 +57313,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93740,8 +57327,6 @@ "type": "object", "description": "Link to the Operations And Maintenance Manual document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93750,7 +57335,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93763,8 +57349,6 @@ "type": "object", "description": "Information about the Operations and Maintenance Manual for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93773,7 +57357,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93786,8 +57371,6 @@ "type": "object", "description": "Indicates if the Operations and Maintenance Manual is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93796,7 +57379,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93809,8 +57393,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Operations and Maintenance Manual or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93819,7 +57401,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93832,8 +57415,6 @@ "type": "object", "description": "Indicates if the Operations and Maintenance Manual is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93842,7 +57423,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93855,8 +57437,6 @@ "type": "object", "description": "Names of counterparties to the Operations and Maintenance Manual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93865,7 +57445,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93878,8 +57459,6 @@ "type": "object", "description": "Effective date of the Operations and Maintenance Manual.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93888,7 +57467,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93901,8 +57481,6 @@ "type": "object", "description": "Description of any exceptions to the Operations and Maintenance Manual or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93911,7 +57489,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93924,8 +57503,6 @@ "type": "object", "description": "Information about the operations and maintenance participant.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93934,7 +57511,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93947,8 +57525,6 @@ "type": "object", "description": "Number of technician system employees.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93957,7 +57533,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93970,8 +57547,6 @@ "type": "object", "description": "Information about the Operations Manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -93980,7 +57555,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -93993,8 +57569,6 @@ "type": "object", "description": "Used as the identifier for the Operations Manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94003,7 +57577,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94016,8 +57591,6 @@ "type": "object", "description": "Used as the identifier for the Operations Manager.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94026,7 +57599,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94039,8 +57613,6 @@ "type": "object", "description": "Description of the operations manager billing method.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94049,7 +57621,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94062,8 +57635,6 @@ "type": "object", "description": "Description of the operations manager continuity of operations program.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94072,7 +57643,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94085,8 +57657,6 @@ "type": "object", "description": "Used to group a listing of information about an Operations Manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94095,7 +57665,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94108,8 +57679,6 @@ "type": "object", "description": "Description of the energy forecasting and settlement capabiities and tools of the operations manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94118,7 +57687,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94131,8 +57701,6 @@ "type": "object", "description": "Description of the operations manager failure and remediation procedures.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94141,7 +57709,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94154,8 +57723,6 @@ "type": "object", "description": "Description of the operations manager insurance policy management.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94164,7 +57731,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94177,17 +57745,6 @@ "type": "object", "description": "Number of megawatts under management by Operations and Maintenance manager.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94196,7 +57753,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94209,8 +57767,6 @@ "type": "object", "description": "Description of the qualifications required through the North American Electric Reliability Corporation (NERC) and Federal Energy Regulatory Commission (FERC) for the operations manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94219,7 +57775,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94232,8 +57789,6 @@ "type": "object", "description": "Number of projects under management by Operations and Maintenance manager.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94242,7 +57797,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94255,8 +57811,6 @@ "type": "object", "description": "Number of states where Operations and Maintenance manager operates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94265,7 +57819,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94278,8 +57833,6 @@ "type": "object", "description": "Description of the operational center managed by the operations manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94288,7 +57841,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94301,8 +57855,6 @@ "type": "object", "description": "Description of other service offerings available from the operations manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94311,7 +57863,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94324,8 +57877,6 @@ "type": "object", "description": "Description of operational areas that will be outsourced along with qualifications of the companies the operations manager will engage.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94334,7 +57885,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94347,8 +57899,6 @@ "type": "object", "description": "Description of the operations manager performance guarantees.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94357,7 +57907,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94370,8 +57921,6 @@ "type": "object", "description": "Description of the preventative and corrective maintenance plan and use of major maintenance budgets and reserve account by the operations manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94380,7 +57929,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94393,8 +57943,6 @@ "type": "object", "description": "Description of the operations manager plans for renewable energy credit (REC) accounting, for example through WREGIS, renewable energy registry and tracking.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94403,7 +57951,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94416,8 +57965,6 @@ "type": "object", "description": "Description of the operations manager reporting plan, for example monthly operating reports, establishing a reporting portal.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94426,7 +57973,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94439,8 +57987,6 @@ "type": "object", "description": "Information about the performance of the operations manager by state.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94449,7 +57995,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94462,8 +58009,6 @@ "type": "object", "description": "Table represents state by state performance defined as actual to energy production of projects of the operations manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94472,7 +58017,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94485,8 +58031,6 @@ "type": "object", "description": "Used for state abbreviation codes.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94495,7 +58039,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94508,8 +58053,6 @@ "type": "object", "description": "Used for state abbreviation codes.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94518,7 +58061,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94531,8 +58075,6 @@ "type": "object", "description": "Used to group information about the state by state performance of the operations manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94541,7 +58083,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94554,8 +58097,6 @@ "type": "object", "description": "Ratio of actual to expected energy production of projects.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94564,7 +58105,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94577,8 +58119,6 @@ "type": "object", "description": "Description of the operations manager spare parts strategy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94587,7 +58127,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94600,8 +58141,6 @@ "type": "object", "description": "Description of the operations manager consumables strategy. consumables are items such as fuses that are used up quickly and must be replenished.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94610,7 +58149,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94623,8 +58163,6 @@ "type": "object", "description": "Description of the operations manager supply strategy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94633,7 +58171,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94646,8 +58185,6 @@ "type": "object", "description": "Represents information used to evaluate an operations manager, for example number of megawatts and projects under management, states where the manager has operated, production statistics by state, NERC and FERC qualifications, as well as description of strategies for reporting, continuity programs, supply, remediation, insurance policies and REC accounting.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94656,7 +58193,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94669,8 +58207,6 @@ "type": "object", "description": "Identifier for the Operations Manager.", "x-ob-item-type": "dei:legalEntityIdentifierItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94679,7 +58215,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94692,8 +58229,6 @@ "type": "object", "description": "Description of the operations manager warranty claims experience and warranty work management.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94702,7 +58237,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94715,8 +58251,6 @@ "type": "object", "description": "Description of the operations manager workflow process and ticketing system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94725,7 +58259,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94738,8 +58273,6 @@ "type": "object", "description": "Information about the Operations Manual for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94748,7 +58281,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94761,8 +58295,6 @@ "type": "object", "description": "Indicates if the Operations Manual is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94771,7 +58303,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94784,8 +58317,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Operations Manual or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94794,7 +58325,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94807,8 +58339,6 @@ "type": "object", "description": "Indicates if the Operations Manual is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94817,7 +58347,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94830,8 +58361,6 @@ "type": "object", "description": "Names of counterparties to the Operations Manual.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94840,7 +58369,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94853,8 +58383,6 @@ "type": "object", "description": "Link to the Operations Manual document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94863,7 +58391,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94876,8 +58405,6 @@ "type": "object", "description": "Effective date of the Operations Manual.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94886,7 +58413,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94899,8 +58427,6 @@ "type": "object", "description": "Description of any exceptions to the Operations Manual or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94909,7 +58435,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94922,8 +58449,6 @@ "type": "object", "description": "Expiration date of the Operations Manual.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94932,7 +58457,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94945,8 +58471,6 @@ "type": "object", "description": "Ratio of projects owned by Operations and Maintenance Manager versus projected owned by third parties.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94955,7 +58479,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94968,8 +58493,6 @@ "type": "object", "description": "Information about the Operator Guarantee for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -94978,7 +58501,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -94991,8 +58515,6 @@ "type": "object", "description": "Indicates if the Operator Guarantee is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95001,7 +58523,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95014,8 +58537,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Operator Guarantee or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95024,7 +58545,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95037,8 +58559,6 @@ "type": "object", "description": "Indicates if the Operator Guarantee is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95047,7 +58567,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95060,8 +58581,6 @@ "type": "object", "description": "Names of counterparties to the Operator Guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95070,7 +58589,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95083,8 +58603,6 @@ "type": "object", "description": "Link to the Operator Guarantee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95093,7 +58611,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95106,8 +58625,6 @@ "type": "object", "description": "Effective date of the Operator Guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95116,7 +58633,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95129,8 +58647,6 @@ "type": "object", "description": "Description of any exceptions to the Operator Guarantee or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95139,7 +58655,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95152,8 +58669,6 @@ "type": "object", "description": "Expiration date of the Operator Guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95162,7 +58677,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95175,31 +58691,6 @@ "type": "object", "description": "Guaranteed kWh output (developer as sponsor) per the Operator Performance Guarantee.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95208,7 +58699,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95221,8 +58713,6 @@ "type": "object", "description": "Sponsor performance guarantee as percent of P50 energy production per the Operator Performance Guarantee.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95231,7 +58721,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95244,8 +58735,6 @@ "type": "object", "description": "Expiration date of the sponsor performance guarantee per the Operator Performance Guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95254,7 +58743,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95267,8 +58757,6 @@ "type": "object", "description": "Initiation date of the sponsor performance guarantee per the Operator Performance Guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95277,7 +58765,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95290,17 +58779,6 @@ "type": "object", "description": "Term of the sponsor performance guarantee per the Operator Performance Guarantee. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95309,7 +58787,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95322,8 +58801,6 @@ "type": "object", "description": "Description of the sponsor performance guarantee type per the Operator Performance Guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95332,7 +58809,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95345,8 +58823,6 @@ "type": "object", "description": "Information about the operator performance sponsor guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95355,7 +58831,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95368,8 +58845,6 @@ "type": "object", "description": "Indicates if the optimizer has EN61000 certification, emissions and immunity standard. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95378,7 +58853,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95391,8 +58867,6 @@ "type": "object", "description": "Indicates if the optimizer has iec61010 certification, safety standard. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95401,7 +58875,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95414,8 +58889,6 @@ "type": "object", "description": "Information about optimizer certifications which can be EN61000, IEC61010, or UL1741.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95424,7 +58897,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95437,8 +58911,6 @@ "type": "object", "description": "Indicates if the optimizer has ul1741 certification, safety standard. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95447,7 +58919,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95460,8 +58933,6 @@ "type": "object", "description": "Maximum percent efficiency rating of the optimizer.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95470,7 +58941,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95483,10 +58955,6 @@ "type": "object", "description": "Maximum amount of current that the optimizer can safely draw.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95495,7 +58963,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95508,13 +58977,6 @@ "type": "object", "description": "Maximum rated voltage of the optimizer.Maximum rated voltage of the optimizer. Absolute maximum input voltage Voc at the lowest temperature according to NEC.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95523,7 +58985,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95536,10 +58999,6 @@ "type": "object", "description": "Maximum amount of current that the optimizer can output.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95548,7 +59007,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95561,13 +59021,6 @@ "type": "object", "description": "Maximum voltage that the optimizer can output.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95576,7 +59029,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95589,10 +59043,6 @@ "type": "object", "description": "This is the maximum input current, based on PV module, that the optimizer can handle.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95601,7 +59051,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95614,13 +59065,6 @@ "type": "object", "description": "Maximum system DC voltage that the optimizer can support.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95629,7 +59073,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95642,8 +59087,6 @@ "type": "object", "description": "Device used to optimize the performance of individual modules.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95652,7 +59095,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95665,13 +59109,6 @@ "type": "object", "description": "Optimizer Maximum Power Point Tracking maximum operating voltage range.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95680,7 +59117,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95693,13 +59131,6 @@ "type": "object", "description": "Optimizer Maximum Power Point Tracking minimum operating voltage range.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95708,7 +59139,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95721,17 +59153,6 @@ "type": "object", "description": "Rated input power of the optimizer.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95740,7 +59161,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95753,8 +59175,6 @@ "type": "object", "description": "Description of the level of serviceability of the optimizer, for example, a stand-alone unit that can be easily replaced, a unit attached to a module that may be replaced in the field (although not all of them can be), an embedded device that cannot be serviced separate from the module.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95763,7 +59183,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95776,13 +59197,6 @@ "type": "object", "description": "Physical type of optimizer which can be stand-alone, attached to a module, embedded in the module or other.", "x-ob-item-type": "solar-types:optimizerTypeItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Standalone", - "Attached", - "Embedded", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95791,7 +59205,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95804,8 +59219,6 @@ "type": "object", "description": "Measured efficiency under test conditions equal to California Energy Commission (CEC) test conditions.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95814,7 +59227,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95827,8 +59241,6 @@ "type": "object", "description": "Information about the orientation of the sub array.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95837,7 +59249,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95850,11 +59263,6 @@ "type": "object", "description": "Azimuth of the sun, measured in degrees. The horizontal angle measured clockwise from true north, e.g. True North = 0 degrees, East = 90 degrees, South = 180 degrees, etc.", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95863,7 +59271,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95876,8 +59285,6 @@ "type": "object", "description": "The ratio of the photovoltaic array area to the total ground area. For an array configured in rows of modules, the GCR is the length of the side of one row divided by the distance between the bottom of one row and the bottom of its neighboring row. An array with a low ground coverage ratio (closer to zero) has rows spaced further apart than an array with a high ground coverage ratio (closer to 1).\nThe ground coverage ratio must be a value greater than 0.01 and less than 0.99.\n", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95886,7 +59293,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95899,11 +59307,6 @@ "type": "object", "description": "The array's tilt angle in degrees from horizontal, where zero degrees is horizontal, and 90 degrees is vertical and facing the equator (in both the southern and northern hemispheres)", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95912,7 +59315,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95925,11 +59329,6 @@ "type": "object", "description": "Maximum (positive) angle of rotation from the vertical plane (at zero degrees) clockwise about the horizontal axis when observed from the equator for north south oriented single axis trackers or from the easterly direction for dual axis trackers or east west oriented single axis trackers.", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95938,7 +59337,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95951,11 +59351,6 @@ "type": "object", "description": "Minimum (negative) angle of rotation from the vertical plane (at zero degrees) clockwise about the axis when observed from the equator for north south oriented single axis trackers or from the easterly direction for dual axis trackers or east west oriented single axis trackers.", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95964,7 +59359,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -95977,8 +59373,6 @@ "type": "object", "description": "Information about the Funding Proposal Request.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -95987,7 +59381,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96000,8 +59395,6 @@ "type": "object", "description": "Indicates if the funding proposal request is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96010,7 +59403,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96023,8 +59417,6 @@ "type": "object", "description": "Indicates if there are exceptions to the funding proposal request. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96033,7 +59425,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96046,8 +59439,6 @@ "type": "object", "description": "Indicates if the funding proposal request is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96056,7 +59447,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96069,8 +59461,6 @@ "type": "object", "description": "Names of counterparties to the funding proposal request.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96079,7 +59469,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96092,8 +59483,6 @@ "type": "object", "description": "Link to the funding proposal Request document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96102,7 +59491,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96115,8 +59505,6 @@ "type": "object", "description": "Effective date of the funding proposal request.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96125,7 +59513,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96138,8 +59527,6 @@ "type": "object", "description": "Description of any exceptions to the funding proposal request.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96148,7 +59535,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96161,8 +59549,6 @@ "type": "object", "description": "Expiration date of the funding proposal request.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96171,7 +59557,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96184,8 +59571,6 @@ "type": "object", "description": "Information about the Other Equipment Due Diligence Reports which covers technical reviews of major pieces of equipment and identifies exceptions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96194,7 +59579,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96207,8 +59593,6 @@ "type": "object", "description": "Indicates if the Other Equipment Due Diligence Reports is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96217,7 +59601,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96230,8 +59615,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Other Equipment Due Diligence Reports. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96240,7 +59623,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96253,8 +59637,6 @@ "type": "object", "description": "Indicates if the Other Equipment Due Diligence Reports is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96263,7 +59645,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96276,8 +59659,6 @@ "type": "object", "description": "Names of counterparties to the Other Equipment Due Diligence Reports.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96286,7 +59667,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96299,8 +59681,6 @@ "type": "object", "description": "Link to the Other Equipment Due Diligence Reports document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96309,7 +59689,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96322,8 +59703,6 @@ "type": "object", "description": "Effective date of the Other Equipment Due Diligence Reports.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96332,7 +59711,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96345,8 +59725,6 @@ "type": "object", "description": "Description of any exceptions to the Other Equipment Due Diligence Reports.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96355,7 +59733,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96368,8 +59747,6 @@ "type": "object", "description": "Expiration date of the Other Equipment Due Diligence Reports.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -96378,7 +59755,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -96391,202 +59769,16 @@ "type": "object", "description": "Amount of expense classified as other.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -96599,202 +59791,16 @@ "type": "object", "description": "Amount of general and administrative expense classified as other.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -96807,202 +59813,16 @@ "type": "object", "description": "Amount of revenue and income classified as other.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -97015,202 +59835,16 @@ "type": "object", "description": "Amount of other payments made to financiers.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -97223,8 +59857,6 @@ "type": "object", "description": "Identifier for other permits needed for the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97233,7 +59865,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97246,8 +59879,6 @@ "type": "object", "description": "Information about other permits.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97256,7 +59887,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97269,8 +59901,6 @@ "type": "object", "description": "Used as identifier for other permits.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97279,7 +59909,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97292,8 +59923,6 @@ "type": "object", "description": "Used to group information about other permits on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97302,7 +59931,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97315,8 +59945,6 @@ "type": "object", "description": "Used as identifier for other permits.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97325,7 +59953,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97338,8 +59967,6 @@ "type": "object", "description": "Name of the governing authority that issued permit", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97348,7 +59975,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97361,8 +59989,6 @@ "type": "object", "description": "Date on which permit was issued", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97371,7 +59997,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97384,8 +60011,6 @@ "type": "object", "description": "Link to permit", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97394,7 +60019,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97407,8 +60033,6 @@ "type": "object", "description": "Represents information related to other permits such as electrical or building permits that may be relevant to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97417,7 +60041,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97430,8 +60055,6 @@ "type": "object", "description": "Description of the type of other permit related to the site, for example, Electrical, Building, Wetlands.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97440,7 +60063,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97453,202 +60077,16 @@ "type": "object", "description": "Amount of other income tax expense (benefit).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -97661,8 +60099,6 @@ "type": "object", "description": "Information about parallel monitoring.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97671,7 +60107,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97684,8 +60121,6 @@ "type": "object", "description": "Expiration date of the parallel monitoring contract.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97694,7 +60129,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97707,8 +60143,6 @@ "type": "object", "description": "Initiation date of parallel monitoring contract per the Continuity of Operations Agreement which is the plan for the installation going forward including contingencies which may be triggered by financial performance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97717,7 +60151,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97730,17 +60165,6 @@ "type": "object", "description": "Term of the parallel monitoring contract in years per the Continuity of Operations Agreement which is the plan for the installation going forward including contingencies which may be triggered by financial performance. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97749,7 +60173,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97762,8 +60187,6 @@ "type": "object", "description": "Name of parallel monitoring provider (activated at start of project, continue working throughout the project) per the Continuity of Operations Agreement which is the plan for the installation going forward including contingencies which may be triggered by financial performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -97772,7 +60195,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -97785,202 +60209,16 @@ "type": "object", "description": "Ongoing Monthly Fees for Parallel Monitoring Contract per the Continuity of Operations Agreement which is the plan for the installation going forward including contingencies which may be triggered by financial performance.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -97993,202 +60231,16 @@ "type": "object", "description": "Upfront mobilization Fee for Parallel Monitoring Contract per the Continuity of Operations Agreement which is the plan for the installation going forward including contingencies which may be triggered by financial performance.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -98201,8 +60253,6 @@ "type": "object", "description": "Indication as to whether parasitic losses are measured in the test. If they are included, TRUE; if they are not included, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98211,7 +60261,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98224,8 +60275,6 @@ "type": "object", "description": "Percentage of kWh lost due to annualized Parasitic Energy loss (inverters, trackers, etc.) for a typical meteorological year, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98234,7 +60283,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98247,8 +60297,6 @@ "type": "object", "description": "Percentage of kWh lost due to annualized Parasitic Energy loss (inverters, trackers, etc.) for a typical meteorological month, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98257,7 +60305,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98270,8 +60319,6 @@ "type": "object", "description": "Information about parent company relationships.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98280,7 +60327,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98293,11 +60341,6 @@ "type": "object", "description": "Type of child company which can be counterparty or Special Purpose Vehicle.", "x-ob-item-type": "solar-types:sPVOrCounterpartyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "SPV", - "Counterparty" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98306,7 +60349,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98319,8 +60363,6 @@ "type": "object", "description": "Used to group a listing of information about a Parent Company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98329,7 +60371,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98342,8 +60385,6 @@ "type": "object", "description": "Used as the identifier for a Parent Company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98352,7 +60393,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98365,8 +60407,6 @@ "type": "object", "description": "Used as the identifier for a Parent Company.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98375,7 +60415,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98388,8 +60429,6 @@ "type": "object", "description": "Percentage stake of the parent company in the child company.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98398,7 +60437,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98411,8 +60451,6 @@ "type": "object", "description": "Represents information related to a Parent Company explaining its relationship to the special purpose vehicle and other subsidiaries.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98421,7 +60459,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98434,11 +60473,6 @@ "type": "object", "description": "Type of parent company which can be counterparty or Special Purpose Vehicle.", "x-ob-item-type": "solar-types:sPVOrCounterpartyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "SPV", - "Counterparty" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98447,7 +60481,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98460,8 +60495,6 @@ "type": "object", "description": "Information about the guarantee by the developer to the parent company for project revenue.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98470,7 +60503,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98483,8 +60517,6 @@ "type": "object", "description": "Name of the beneficiary of the Parent guarantee, which is provided by the parent of the developer to the project company in the event project revenue goals are not met.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98493,7 +60525,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98506,8 +60539,6 @@ "type": "object", "description": "Description of parent guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98516,7 +60547,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98529,8 +60561,6 @@ "type": "object", "description": "Link to the Parent Guarantee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98539,7 +60569,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98552,17 +60583,6 @@ "type": "object", "description": "Duration of the Parent guarantee, which is provided by the parent of the developer to the project company in the event project revenue goals are not met. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98571,7 +60591,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98584,8 +60605,6 @@ "type": "object", "description": "Effective date of the parent guarantee.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98594,7 +60613,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98607,8 +60627,6 @@ "type": "object", "description": "Expiration date of the parent guarantee.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98617,7 +60635,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98630,8 +60649,6 @@ "type": "object", "description": "Name of the guarantor in the Parent Guarantee, which is provided by the parent of the developer to the project company in the event project revenue goals are not met.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98640,7 +60657,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98653,8 +60671,6 @@ "type": "object", "description": "Goals of the guarantee in the Parent guarantee, which is provided by the parent of the developer to the project company in the event project revenue goals are not met.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98663,7 +60679,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98676,202 +60693,16 @@ "type": "object", "description": "Minimum amount of cash on hand allowable by the investor in the Parent guarantee, which is provided by the parent of the developer to the project company in the event project revenue goals are not met.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -98884,8 +60715,6 @@ "type": "object", "description": "Description of reporting obligations in the Parent guarantee, which is provided by the parent of the developer to the project company in the event project revenue goals are not met.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98894,7 +60723,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98907,8 +60737,6 @@ "type": "object", "description": "Name of the obligor in the Parent guarantee, which is provided by the parent of the developer to the project company in the event project revenue goals are not met.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98917,7 +60745,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98930,8 +60759,6 @@ "type": "object", "description": "First line address where entity is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98940,7 +60767,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98953,8 +60781,6 @@ "type": "object", "description": "Second line address where entity is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98963,7 +60789,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98976,8 +60803,6 @@ "type": "object", "description": "Information about the address of the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -98986,7 +60811,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -98999,8 +60825,6 @@ "type": "object", "description": "Axis for reporting multiple entities that are associated with the installation. Each typed member represents the UUID of a specific entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99009,7 +60833,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99022,8 +60847,6 @@ "type": "object", "description": "Email address of the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99032,7 +60855,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99045,8 +60869,6 @@ "type": "object", "description": "Fitch credit rating of the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99055,7 +60877,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99068,8 +60891,6 @@ "type": "object", "description": "Represents the UUID for an entity.", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99078,7 +60899,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99091,8 +60913,6 @@ "type": "object", "description": "UUID identifier for a specific entity.", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99101,7 +60921,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99114,8 +60935,6 @@ "type": "object", "description": "Information about the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99124,7 +60943,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99137,8 +60957,6 @@ "type": "object", "description": "Kroll credit rating of the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99147,7 +60965,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99160,8 +60979,6 @@ "type": "object", "description": "Line items represent information about a specific entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99170,7 +60987,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99183,8 +61001,6 @@ "type": "object", "description": "City where the entity is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99193,7 +61009,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99206,8 +61023,6 @@ "type": "object", "description": "ISO country code where system is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99216,7 +61031,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99229,8 +61045,6 @@ "type": "object", "description": "County where the entity is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99239,7 +61053,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99252,8 +61067,6 @@ "type": "object", "description": "State where the entity is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99262,7 +61075,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99275,8 +61089,6 @@ "type": "object", "description": "ZIp Code where the entity is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99285,7 +61097,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99298,8 +61111,6 @@ "type": "object", "description": "Represents a entity associated with the system.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99308,7 +61119,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99321,8 +61133,6 @@ "type": "object", "description": "Moodys credit rating of the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99331,7 +61141,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99344,8 +61155,6 @@ "type": "object", "description": "The name of the entity involved in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99354,7 +61163,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99367,8 +61177,6 @@ "type": "object", "description": "Legal Entity Identifier of the parent company of the entity.", "x-ob-item-type": "dei:legalEntityIdentifierItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99377,7 +61185,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99390,8 +61199,6 @@ "type": "object", "description": "Phone number of the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99400,7 +61207,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99413,96 +61221,16 @@ "type": "object", "description": "Primary role of the entity which can be one of the following: Asset Owner, Asset Owner Parent Company, General Contractor, Prime Contractor, Surety, Bond Agent, Insurance Broker, Developer Attorney, Corporate Attorney, Contract Attorney, Environmental Attorney, Land-Use Attorney, Tax Attorney, Litigation Attorney, Interconnecting Utility as Authority Having Jurisdiction, Permitting Authority as Authority Having Jurisdiction, Regional Transmission Operator as Authority Having Jurisdiction, Independent System Operator as Authority Having Jurisdiction, Environmental Consultant, Equipment Factory Auditor, Independent Engineer, Insurance Consultant, Equipment Reliability Test Lab, Tax Consultant, Transmission Consultant, Appraiser, Weather Data Provider, Utility, REC Offtaker, General Contractor, Engineering Contractor/Installer, Construction Contractor/Installer, Subcontractor Contractor/Installer, Builders/Construction All-Risk Insurers, Ocean Cargo Insurer, General Liability Insurer, Automobile Liability Insurer, Workers Compensation Insurer, Umbrella/Excess Liability Insurer, Pollution Liability Insurer, Property Insurer, Business Interruption Insurer, Project Performance Insurer, Construction Lender, Back-leverage Lender, Commercial Lender, Personal Lender, LLC Partner Managing Member, LLC Partner Voting Member, LLC Partner Passive Member, Project Developer, Project Host, Long-term Equity Investor, Tax-equity Investor, Lessor, Asset Manager, Back-up Asset Manager, Collateral Agent, Energy Price Forecaster, Hedge Provider, Monitoring Service Provider, Back-up Monitoring Service Provider, Parallel Monitoring Service Provider, Operator, Back-up Operator, Maintenance Provider, Back-up Maintenance Provider, Scheduling Coordinator, Site Security Company, Subcontractor, Telecom Provider, Trustee, Energy Forecasting Service, Equipment Warranty Provider, Construction Warranty Provider, Site Owner/Site Control, Equipment Manufacturer, PPA Offtaker, COP Backup Provider, Bank.", "x-ob-item-type": "solar-types:participantItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Appraiser", - "Asset Manager", - "Asset Owner", - "Automobile Liability Insurer", - "Back-leverage Lender", - "Back-up Asset Manager", - "Back-up Maintenance Provider", - "Back-up Monitoring Service Provider", - "Bond Agent", - "Builders/Construction All-Risk Insurers", - "Business Interruption Insurer", - "Collateral Agent", - "Commercial Lender", - "Contract Attorney", - "Construction Contractor/Installer", - "Construction Lender", - "Construction Warranty Provider", - "Corporate Attorney", - "Developer Attorney", - "Energy Forecasting Service", - "Energy Price Forecaster", - "Equipment Warranty Provider", - "Engineering Contractor/Installer", - "Environmental Attorney", - "Environmental Consultant", - "Equipment Factory Auditor", - "Equipment Manufacturer", - "Equipment Reliability Test Lab", - "Fund", - "General Contractor", - "General Liability Insurer", - "Hedge Provider", - "Independent Engineer", - "Independent System Operator as Authority Having Jurisdiction", - "Interconnecting Utility as Authority Having Jurisdiction", - "Insurance Broker", - "Insurance Consultant", - "Land-Use Attorney", - "Lessor", - "Litigation Attorney", - "LLC Partner Managing Member", - "LLC Partner Voting Member", - "LLC Partner Passive Member", - "Long-term Equity Investor", - "Maintenance Provider", - "Monitoring Service Provider", - "Ocean Cargo Insurer", - "Operator", - "Parallel Monitoring Service Provider", - "Permitting Authority as Authority Having Jurisdiction", - "Personal Lender", - "Pollution Liability Insurer", - "PPA Offtaker", - "Prime Contractor", - "Project", - "Project Performance Insurer", - "Project Developer", - "Project Host", - "Property Insurer", - "REC Offtaker", - "Regional Transmission Operator as Authority Having Jurisdiction", - "Scheduling Coordinator", - "Site Owner/Site Control", - "Site Security Company", - "Subcontractor", - "Subcontractor Contractor/Installer", - "Surety", - "Tax Attorney", - "Tax Consultant", - "Tax-equity Investor", - "Telecom Provider", - "Transmission Consultant", - "Trustee", - "Umbrella/Excess Liability Insurer", - "Utility", - "Weather Data Provider", - "Workers Compensation Insurer", - "Other" - ], - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -99515,8 +61243,6 @@ "type": "object", "description": "Tax identification number of the entity. Where tax id is not available, other government identification number is acceptable.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99525,7 +61251,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99538,8 +61265,6 @@ "type": "object", "description": "Information about the role of the entity, indicated as boolean flag.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99548,7 +61273,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99561,8 +61287,6 @@ "type": "object", "description": "Standard & Poors credit rating of the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99571,7 +61295,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99584,8 +61309,6 @@ "type": "object", "description": "Standard & Poors cedit rating of the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99594,7 +61317,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99607,8 +61331,6 @@ "type": "object", "description": "This table allows reporting about the details of entities involved in a project describing who they are, their role and individual attributes. This table must include the Entity Axis which uniquely identifies the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99617,7 +61339,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99630,8 +61353,6 @@ "type": "object", "description": "Website URL of the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99640,7 +61361,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99653,8 +61375,6 @@ "type": "object", "description": "Information about the partnership flip.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99663,7 +61383,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99676,8 +61397,6 @@ "type": "object", "description": "Information contained in the contract for a partnership flip.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99686,7 +61405,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99699,8 +61419,6 @@ "type": "object", "description": "Name of the counterparty to the Partnership Flip.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99709,7 +61427,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99722,8 +61441,6 @@ "type": "object", "description": "Address of the counterparty to the partnership flip.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99732,7 +61449,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99745,8 +61463,6 @@ "type": "object", "description": "Description of the type of counterparty in the partnership flip. For example, trust.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99755,7 +61471,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99768,8 +61485,6 @@ "type": "object", "description": "Jurisdiction of the counterparty in the partnership flip, for example, name of the state.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99778,7 +61493,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99791,8 +61507,6 @@ "type": "object", "description": "Date on which the investor's target return has been reached, also called the flip point.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99801,7 +61515,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99814,8 +61529,6 @@ "type": "object", "description": "Date of execution of the Partnership Flip contract. May be the same as the commencement date of the Partnership Flip.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99824,7 +61537,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99837,8 +61551,6 @@ "type": "object", "description": "Date on which the Partnership Flip or group of Partnership Flips is set to expire, in CCYY-MM-DD format.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99847,7 +61559,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99860,17 +61573,6 @@ "type": "object", "description": "Expected flip period for the partnership based on getting the average amount of expected output. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99879,7 +61581,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99892,8 +61595,6 @@ "type": "object", "description": "Date of the partnership flip when the annual energy output is a P50 yield.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99902,7 +61603,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99915,8 +61617,6 @@ "type": "object", "description": "Date of the partnership flip when the annual energy output is a P75 yield.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99925,7 +61625,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99938,17 +61639,6 @@ "type": "object", "description": "Expected flip period for the partnership based on a P75 yield. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99957,7 +61647,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99970,8 +61661,6 @@ "type": "object", "description": "Date of the partnership flip when the annual energy output is a P90 yield.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -99980,7 +61669,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -99993,17 +61683,6 @@ "type": "object", "description": "Expected flip period for the partnership based on a P90 yield. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100012,7 +61691,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100025,8 +61705,6 @@ "type": "object", "description": "Date of the partnership flip when the annual energy output is a P95 yield.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100035,7 +61713,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100048,17 +61727,6 @@ "type": "object", "description": "Expected flip period for the partnership based on a P95 yield. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100067,7 +61735,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100080,8 +61749,6 @@ "type": "object", "description": "Date of the partnership flip when the annual energy output is a P99 yield.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100090,7 +61757,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100103,17 +61771,6 @@ "type": "object", "description": "Expected flip period for the partnership based on a P99 yield. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100122,7 +61779,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100135,8 +61793,6 @@ "type": "object", "description": "Information contained in the servicing for a partnership flip.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100145,7 +61801,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100158,17 +61815,6 @@ "type": "object", "description": "Contract term of the partnership flip. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100177,7 +61823,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100190,8 +61837,6 @@ "type": "object", "description": "Required target return of the investor, at which point the partnership allocation would flip.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100200,7 +61845,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100213,8 +61859,6 @@ "type": "object", "description": "Information about the payment servicing of the off-taker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100223,7 +61867,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100236,8 +61881,6 @@ "type": "object", "description": "Indicates whether ACH payment capability has been set up; if it has, TRUE; if it has not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100246,7 +61889,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100259,202 +61903,16 @@ "type": "object", "description": "Amount of ACH payment discount.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -100467,8 +61925,6 @@ "type": "object", "description": "Amount of ACH payment discount as a percentage.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100477,7 +61933,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100490,202 +61947,16 @@ "type": "object", "description": "Amount of ACH payment penalty.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -100698,8 +61969,6 @@ "type": "object", "description": "Annual escalator percent increase compounded per year, calculated at project in-service date or date first monthly payment is due.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100708,7 +61977,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100721,202 +61991,16 @@ "type": "object", "description": "Amount of the base lease payment, initial payment prior to escalation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -100929,8 +62013,6 @@ "type": "object", "description": "First payment date of the system.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -100939,7 +62021,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -100952,202 +62035,16 @@ "type": "object", "description": "Amount of the insurance payment received.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -101160,8 +62057,6 @@ "type": "object", "description": "Date of the last payment to be made on the lease.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -101170,7 +62065,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -101183,8 +62079,6 @@ "type": "object", "description": "Date after which there can be no escalation in the lease payment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -101193,7 +62087,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -101206,8 +62101,6 @@ "type": "object", "description": "Date at which lease escalator goes into effect.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -101216,7 +62109,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -101229,202 +62123,16 @@ "type": "object", "description": "Amount of the initial monthly lease payment.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -101437,8 +62145,6 @@ "type": "object", "description": "Amount of total lease payments made upfront as percentage of total lease payments for the life of the lease.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -101447,7 +62153,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -101460,202 +62167,16 @@ "type": "object", "description": "Amount of total lease payments made upfront.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -101668,8 +62189,6 @@ "type": "object", "description": "Date when the next lease payment is to be made.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -101678,7 +62197,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -101691,8 +62211,6 @@ "type": "object", "description": "Next date when the rate is expected to be adjusted, for example, when the escalator will go into effect.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -101701,7 +62219,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -101714,202 +62233,16 @@ "type": "object", "description": "Initial monthly savings projected to be received by the utility for first year as amount per kilowatt hour.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -101922,8 +62255,6 @@ "type": "object", "description": "Initial monthly savings the utility is expected to receive for first year based as the percentage cost difference per kilowatt hour.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -101932,7 +62263,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -101945,202 +62277,16 @@ "type": "object", "description": "Performance Based Incentive (PBI) Revenue from the State of California. Is a rebate program based on the performance of the system.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -102153,8 +62299,6 @@ "type": "object", "description": "Information about the guarantee between project company and a supplier.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102163,7 +62307,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102176,8 +62321,6 @@ "type": "object", "description": "Description of the Performance guarantee, which is provided by the operator or developer to guarantee a certain level of operating performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102186,7 +62329,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102199,8 +62343,6 @@ "type": "object", "description": "Link to the Performance Guarantee document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102209,7 +62351,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102222,8 +62365,6 @@ "type": "object", "description": "Effective date of the Performance guarantee, which is provided by the operator or developer to guarantee a certain level of operating performance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102232,7 +62373,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102245,8 +62387,6 @@ "type": "object", "description": "Expiration date of the Performance guarantee, which is provided by the operator or developer to guarantee a certain level of operating performance.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102255,7 +62395,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102268,8 +62409,6 @@ "type": "object", "description": "Description of exclusions in the Performance guarantee, which is provided by the operator or developer to guarantee a certain level of operating performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102278,7 +62417,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102291,202 +62431,16 @@ "type": "object", "description": "Amount of liquidated damages in the Performance guarantee, which is provided by the operator or developer to guarantee a certain level of operating performance.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -102499,8 +62453,6 @@ "type": "object", "description": "Name of operator or developer providing the Performance guarantee, which is provided to guarantee a certain level of operating performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102509,7 +62461,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102522,17 +62475,6 @@ "type": "object", "description": "Term of the Performance guarantee, which is provided by the operator or developer to guarantee a certain level of operating performance. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102541,7 +62483,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102554,8 +62497,6 @@ "type": "object", "description": "Indication as to whether the performance model has been modified relative to the previous test completed. If it has been modified, TRUE; if it has not been modified, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102564,7 +62505,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102577,8 +62519,6 @@ "type": "object", "description": "Description of the methodology used to calculate the performance ratio which could be IECRE or another method.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102587,7 +62527,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102600,12 +62541,6 @@ "type": "object", "description": "Performance ratio, non-weather corrected, percent, calculated per IEC 61724-3.", "x-ob-item-type": "xbrli:pureItemType", - "x-ob-unit": [ - "Monetary/Monetary", - "pure", - "Rate" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102614,7 +62549,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102627,12 +62563,6 @@ "type": "object", "description": "Performance ratio, weather corrected, percent, calculated per IEC 61724-3.", "x-ob-item-type": "xbrli:pureItemType", - "x-ob-unit": [ - "Monetary/Monetary", - "pure", - "Rate" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102641,7 +62571,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102654,8 +62585,6 @@ "type": "object", "description": "Used to group a listing of information about the Periodic Budget.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102664,7 +62593,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102677,8 +62607,6 @@ "type": "object", "description": "End date for the time period", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102687,7 +62615,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102700,8 +62629,6 @@ "type": "object", "description": "Used as the identifier for the Periodic Budget.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102710,7 +62637,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102723,8 +62651,6 @@ "type": "object", "description": "Used as the identifier for the Periodic Budget.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102733,7 +62659,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102746,8 +62673,6 @@ "type": "object", "description": "Number of the time period, for example 1 may represent the first quarter of the year.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102756,7 +62681,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102769,31 +62695,6 @@ "type": "object", "description": "Gross energy output in the period, in megawatt hours, pre availability and curtailment.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102802,7 +62703,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102815,8 +62717,6 @@ "type": "object", "description": "Start date for the time period", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102825,7 +62725,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102838,8 +62739,6 @@ "type": "object", "description": "Plant availability in percent.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102848,7 +62747,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102861,8 +62761,6 @@ "type": "object", "description": "Represents information about multiple periodic energy budgets.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102871,7 +62769,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102884,8 +62783,6 @@ "type": "object", "description": "Information about the Permission To Operate Interconnection Approval for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102894,7 +62791,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102907,17 +62805,6 @@ "type": "object", "description": "Number of hours of inverter downtime.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102926,7 +62813,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102939,8 +62827,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Permission To Operate Interconnection Approval or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102949,7 +62835,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102962,8 +62849,6 @@ "type": "object", "description": "Indicates if the Permission To Operate Interconnection Approval document is available. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102972,7 +62857,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -102985,8 +62871,6 @@ "type": "object", "description": "Indicates if the Permission To Operate Interconnection Approval is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -102995,7 +62879,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103008,8 +62893,6 @@ "type": "object", "description": "Description of any exceptions to the Transmission Report and Curtailment Estimate or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103018,7 +62901,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103031,8 +62915,6 @@ "type": "object", "description": "Effective date of the Permission To Operate Interconnection Approval.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103041,7 +62923,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103054,8 +62937,6 @@ "type": "object", "description": "Description of any exceptions to the Permission To Operate Interconnection Approval or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103064,7 +62945,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103077,8 +62959,6 @@ "type": "object", "description": "Expiration date of the Permission To Operate Interconnection Approval.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103087,7 +62967,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103100,8 +62981,6 @@ "type": "object", "description": "Link to the Permission To Operate Interconnection Approval document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103110,7 +62989,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103123,8 +63003,6 @@ "type": "object", "description": "Permits and assessments review of ALTA Survey.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103133,7 +63011,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103146,8 +63025,6 @@ "type": "object", "description": "Permits and assessments review of Building permits (confirm completion).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103156,7 +63033,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103169,8 +63047,6 @@ "type": "object", "description": "Permits and assessments review of Conditional Use permit including decommissioning requirement if any.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103179,7 +63055,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103192,8 +63069,6 @@ "type": "object", "description": "Permits and assessments review of DG Interconnection agreement (confirm completion).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103202,7 +63077,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103215,8 +63091,6 @@ "type": "object", "description": "Permits and assessments review of DG risk assessment of secondary studies or system upgrades due to PV penetration in area.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103225,7 +63099,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103238,8 +63113,6 @@ "type": "object", "description": "Permits and assessments review of Easements.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103248,7 +63121,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103261,8 +63135,6 @@ "type": "object", "description": "Permits and assessments review of Environmental permit.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103271,7 +63143,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103284,8 +63157,6 @@ "type": "object", "description": "Permits and assessments review of Environmental Site Assessment (ESA).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103294,7 +63165,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103307,8 +63179,6 @@ "type": "object", "description": "Permits and assessments review of Utility Scale Interconnection agreement.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103317,7 +63187,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103330,202 +63201,16 @@ "type": "object", "description": "Cost of permits and licenses needed for the solar installation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -103538,14 +63223,6 @@ "type": "object", "description": "Phase of the project which can be pre-construction, early construction, periodic throughout construction, upon initial funding (Mechanical Completion) or upon final funding (Substantial or Final Completion).", "x-ob-item-type": "solar-types:projectPhaseItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Pre-Construction", - "Early Construction", - "Periodic Throughout Construction", - "Initial Funding/Mechanical Completion", - "Post-Funding" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103554,7 +63231,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103567,8 +63245,6 @@ "type": "object", "description": "Information about the Pledge Agreement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103577,7 +63253,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103590,8 +63267,6 @@ "type": "object", "description": "Indicates if the Pledge Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103600,7 +63275,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103613,8 +63289,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Pledge Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103623,7 +63297,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103636,8 +63311,6 @@ "type": "object", "description": "Indicates if the Pledge Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103646,7 +63319,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103659,8 +63333,6 @@ "type": "object", "description": "Names of counterparties to the Pledge Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103669,7 +63341,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103682,8 +63355,6 @@ "type": "object", "description": "Link to the Pledge Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103692,7 +63363,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103705,8 +63377,6 @@ "type": "object", "description": "Effective date of the Pledge Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103715,7 +63385,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103728,8 +63399,6 @@ "type": "object", "description": "Description of any exceptions to the Pledge Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103738,7 +63407,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103751,8 +63421,6 @@ "type": "object", "description": "Expiration date of the Pledge Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103761,7 +63429,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103774,8 +63443,6 @@ "type": "object", "description": "Link to the Pledge Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103784,7 +63451,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103797,8 +63465,6 @@ "type": "object", "description": "Information about the portfolio.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103807,7 +63473,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103820,8 +63487,6 @@ "type": "object", "description": "Used as the identifier for the portfolio.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103830,7 +63495,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103843,8 +63509,6 @@ "type": "object", "description": "Used as the identifier for the portfolio.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103853,7 +63517,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103866,8 +63531,6 @@ "type": "object", "description": "Legal entity identify for the portfolio company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103876,7 +63539,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103889,8 +63553,6 @@ "type": "object", "description": "Indicates if there is portfolio level debt. If there is debt, TRUE; if there is no debt, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103899,7 +63561,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103912,8 +63575,6 @@ "type": "object", "description": "Indicates if there is a legal entity at the portfolio level. If there is a legal entity, TRUE; if there is no legal entity, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103922,7 +63583,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103935,8 +63597,6 @@ "type": "object", "description": "Use to group a listing of information about a portfolio.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103945,7 +63605,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103958,8 +63619,6 @@ "type": "object", "description": "Represents information about portfolios within a fund such as size of the portfolio, and legal entity identifier.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103968,7 +63627,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -103981,8 +63641,6 @@ "type": "object", "description": "Identifier for the portfolio.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -103991,7 +63649,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104004,8 +63663,6 @@ "type": "object", "description": "Nubmer of systems in the portfolio.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104014,7 +63671,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104027,8 +63685,6 @@ "type": "object", "description": "Indicates if the portfolio is included as part of the fund. If it is used, TRUE; if it is not used, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104037,7 +63693,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104050,8 +63707,6 @@ "type": "object", "description": "Information about post-close activities.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104060,7 +63715,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104073,8 +63729,6 @@ "type": "object", "description": "Description of outstanding issues that must be resolved after the project has been funded.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104083,7 +63737,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104096,8 +63751,6 @@ "type": "object", "description": "Description of post-close punch list items.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104106,7 +63759,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104119,8 +63773,6 @@ "type": "object", "description": "Annual PV plant performance certificate - link to certificate, plus other report characteristics.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104129,7 +63781,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104142,8 +63795,6 @@ "type": "object", "description": "Confirmation of closing punch list items.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104152,7 +63803,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104165,8 +63817,6 @@ "type": "object", "description": "Ratio of measured to targeted power per IEC 61724-2, section 6.4.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104175,7 +63825,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104188,8 +63839,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104198,7 +63847,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104211,8 +63861,6 @@ "type": "object", "description": "Used to identify information about the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104221,7 +63869,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104234,8 +63883,6 @@ "type": "object", "description": "Represents information about the Power Purchase Agreement.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104244,7 +63891,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104257,8 +63905,6 @@ "type": "object", "description": "Line items representing information about a Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104267,7 +63913,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104280,8 +63927,6 @@ "type": "object", "description": "Terms related to the Power Purchase Agreement", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104290,7 +63935,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104303,8 +63949,6 @@ "type": "object", "description": "Represents information about the Energy Contract rates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104313,7 +63957,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104326,8 +63971,6 @@ "type": "object", "description": "Represents information identified about a Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104336,7 +63979,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104349,8 +63993,6 @@ "type": "object", "description": "Information related to the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104359,7 +64001,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104372,8 +64015,6 @@ "type": "object", "description": "Description of assignment provisions in the event that one of the transacting parties to the Power Purchase Agreement wants to assign their rights to someone else.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104382,7 +64023,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104395,8 +64037,6 @@ "type": "object", "description": "Description of buyout options in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104405,7 +64045,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104418,8 +64059,6 @@ "type": "object", "description": "Commercial operations date guaranteed which is the date by which the project has to be operational per the Power Purchase Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104428,7 +64067,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104441,8 +64081,6 @@ "type": "object", "description": "Contact fax number for the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104451,7 +64089,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104464,8 +64103,6 @@ "type": "object", "description": "Description of contract history and structure of the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104474,7 +64111,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104487,8 +64125,6 @@ "type": "object", "description": "Description of curtailment provisions of the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104497,7 +64133,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104510,8 +64147,6 @@ "type": "object", "description": "Date of contract expiration of long-term contract to purchase electricity from a production system, e.g., could be same as PPA Expiration Date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104520,7 +64155,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104533,8 +64169,6 @@ "type": "object", "description": "Date of contract initiation of long-term contract to purchase electricity from a production system. (Asset mgmt and transaction/trade), e.g., could be the same as PPA Effective Date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104543,7 +64177,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104556,8 +64191,6 @@ "type": "object", "description": "Description of default provisions of the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104566,7 +64199,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104579,8 +64213,6 @@ "type": "object", "description": "Effective date of the Power Purchase Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104589,7 +64221,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104602,8 +64235,6 @@ "type": "object", "description": "Description of end of term provisions of the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104612,7 +64243,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104625,8 +64257,6 @@ "type": "object", "description": "Description of financial assurances in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104635,7 +64265,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104648,8 +64279,6 @@ "type": "object", "description": "Description of insurance requirements in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104658,7 +64287,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104671,8 +64301,6 @@ "type": "object", "description": "Description of Limitation of Liability clause in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104681,7 +64309,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104694,17 +64323,6 @@ "type": "object", "description": "Term of the original Power Purchase Agreement, calculated by Last Payment Date minus First Payment Date. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104713,7 +64331,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104726,8 +64345,6 @@ "type": "object", "description": "The time interval at which lease payments are to be made to the system owner, for example, monthly, quarterly, annually.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104736,7 +64353,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104749,8 +64367,6 @@ "type": "object", "description": "Description of Power Offtake Agreement in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104759,7 +64375,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104772,8 +64389,6 @@ "type": "object", "description": "Execution date of the Power Purchase Agreement Amendment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104782,7 +64397,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104795,8 +64411,6 @@ "type": "object", "description": "Effective date of the Power Purchase Agreement Amendment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104805,7 +64419,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104818,8 +64433,6 @@ "type": "object", "description": "Expiration date of the Power Purchase Agreement Amendment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104828,7 +64441,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104841,8 +64455,6 @@ "type": "object", "description": "Counterparty to the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104851,7 +64463,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104864,31 +64477,6 @@ "type": "object", "description": "Guaranteed volume of energy to be delivered by the Project Company under the terms of the Power Purchase Agreement in kWh.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104897,7 +64485,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104910,31 +64499,6 @@ "type": "object", "description": "Output guaranteed in the Power Purchase Agreement in kWh.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104943,7 +64507,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104956,8 +64521,6 @@ "type": "object", "description": "Performance guarantee output as percent of P50 energy production.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104966,7 +64529,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -104979,8 +64543,6 @@ "type": "object", "description": "Power Purchase Agreement Performance Guarantee Expiration Date", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -104989,7 +64551,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105002,8 +64565,6 @@ "type": "object", "description": "Power Purchase Agreement Performance Guarantee Initiation Date", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105012,7 +64573,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105025,17 +64587,6 @@ "type": "object", "description": "Term of the performance guarantee. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105044,7 +64595,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105057,8 +64609,6 @@ "type": "object", "description": "Description of the type of performance guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105067,7 +64617,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105080,8 +64631,6 @@ "type": "object", "description": "Percentage of site based on units per the Power Purchase Agreement.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105090,7 +64639,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105103,8 +64653,6 @@ "type": "object", "description": "Number of units used to measure power system capacity for Power Purchase Agreement.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105113,7 +64661,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105126,17 +64675,6 @@ "type": "object", "description": "Term of the Power Purchase Agreement. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105145,7 +64683,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105158,8 +64697,6 @@ "type": "object", "description": "The number of additional terms allowed in the Power Purchase Agreement, beyond the initial term. For example, the PPA may allow two additional terms of five years each. The value two should be entered as an integer.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105168,7 +64705,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105181,17 +64719,6 @@ "type": "object", "description": "Duration of additional terms allowed in the Power Purchase Agreement, beyond the initial term. For example, the PPA may allow two additional terms of five years each. The value, five years, should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105200,7 +64727,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105213,8 +64741,6 @@ "type": "object", "description": "Description of purchaser option to purchase the system, as described in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105223,7 +64749,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105236,31 +64763,6 @@ "type": "object", "description": "Amount of energy (kWh) guaranteed to be generated by the installation in the Power Purchase Agreement.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105269,7 +64771,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105282,8 +64785,6 @@ "type": "object", "description": "Name of project company or developer (organization that produces energy) in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105292,7 +64793,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105305,202 +64807,16 @@ "type": "object", "description": "Amount of Renewable Energy Credits sold to off-taker when electricity sold to off taker includes the Renewable Energy Credits so the off taker can take advantage of the credit.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -105513,8 +64829,6 @@ "type": "object", "description": "Confirmation of the availability of the Site Lease Agreement per the Power Purchase Agreement Agreement. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105523,7 +64837,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105536,8 +64851,6 @@ "type": "object", "description": "Description of special customer rights and obligations in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105546,7 +64859,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105559,8 +64873,6 @@ "type": "object", "description": "Description of special features in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105569,7 +64881,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105582,8 +64895,6 @@ "type": "object", "description": "Description of special provider rights and obligations in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105592,7 +64903,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105605,8 +64917,6 @@ "type": "object", "description": "Description of termination rights of all parties to the transaction in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105615,7 +64925,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105628,8 +64939,6 @@ "type": "object", "description": "Description of transmission and scheduling responsibilities in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105638,7 +64947,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105651,8 +64961,6 @@ "type": "object", "description": "Description of the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105661,7 +64969,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105674,8 +64983,6 @@ "type": "object", "description": "Used to define the hour of the day.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105684,7 +64991,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105697,8 +65005,6 @@ "type": "object", "description": "Used to define the hour of the day.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105707,7 +65013,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105720,8 +65027,6 @@ "type": "object", "description": "Represents 01:00 in 24 hour military time, 1:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105730,7 +65035,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105743,8 +65049,6 @@ "type": "object", "description": "Represents 02:00 in 24 hour military time, 2:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105753,7 +65057,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105766,8 +65071,6 @@ "type": "object", "description": "Represents 03:00 in 24 hour military time, 3:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105776,7 +65079,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105789,8 +65093,6 @@ "type": "object", "description": "Represents 04:00 in 24 hour military time, 4:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105799,7 +65101,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105812,8 +65115,6 @@ "type": "object", "description": "Represents 05:00 in 24 hour military time, 5:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105822,7 +65123,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105835,8 +65137,6 @@ "type": "object", "description": "Represents 06:00 in 24 hour military time, 6:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105845,7 +65145,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105858,8 +65159,6 @@ "type": "object", "description": "Represents 07:00 in 24 hour military time, 7:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105868,7 +65167,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105881,8 +65181,6 @@ "type": "object", "description": "Represents 08:00 in 24 hour military time, 8:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105891,7 +65189,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105904,8 +65203,6 @@ "type": "object", "description": "Represents 09:00 in 24 hour military time, 9:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105914,7 +65211,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105927,8 +65225,6 @@ "type": "object", "description": "Represents 10:00 in 24 hour military time, 10:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105937,7 +65233,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105950,8 +65247,6 @@ "type": "object", "description": "Represents 11:00 in 24 hour military time, 11:00 am. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105960,7 +65255,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105973,8 +65269,6 @@ "type": "object", "description": "Represents 12:00 in 24 hour military time, 12:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -105983,7 +65277,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -105996,8 +65291,6 @@ "type": "object", "description": "Represents 13:00 in 24 hour military time, 1:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106006,7 +65299,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106019,8 +65313,6 @@ "type": "object", "description": "Represents 14:00 in 24 hour military time, 2:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106029,7 +65321,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106042,8 +65335,6 @@ "type": "object", "description": "Represents 15:00 in 24 hour military time, 3:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106052,7 +65343,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106065,8 +65357,6 @@ "type": "object", "description": "Represents 16:00 in 24 hour military time, 4:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106075,7 +65365,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106088,8 +65379,6 @@ "type": "object", "description": "Represents 17:00 in 24 hour military time, 5:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106098,7 +65387,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106111,8 +65401,6 @@ "type": "object", "description": "Represents 18:00 in 24 hour military time, 6:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106121,7 +65409,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106134,8 +65423,6 @@ "type": "object", "description": "Represents 19:00 in 24 hour military time, 7:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106144,7 +65431,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106157,8 +65445,6 @@ "type": "object", "description": "Represents 20:00 in 24 hour military time, 8:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106167,7 +65453,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106180,8 +65467,6 @@ "type": "object", "description": "Represents 21:00 in 24 hour military time, 9:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106190,7 +65475,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106203,8 +65489,6 @@ "type": "object", "description": "Represents 22:00 in 24 hour military time, 10:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106213,7 +65497,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106226,8 +65511,6 @@ "type": "object", "description": "Represents 23:00 in 24 hour military time, 11:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106236,7 +65519,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106249,8 +65533,6 @@ "type": "object", "description": "Represents 24:00 in 24 hour military time, 12:00 pm. on the am/pm 12 hour clock.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106259,7 +65541,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106272,8 +65555,6 @@ "type": "object", "description": "Used to define the month of the year.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106282,7 +65563,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106295,8 +65577,6 @@ "type": "object", "description": "Used to define the month of the year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106305,7 +65585,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106318,202 +65599,16 @@ "type": "object", "description": "Power Purchase Agreement Actual revenue generated.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -106526,8 +65621,6 @@ "type": "object", "description": "Address for Power Purchase Agreement off taker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106536,7 +65629,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106549,202 +65643,16 @@ "type": "object", "description": "Power Purchase Agreement Actual revenue generated from inception to date.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -106757,8 +65665,6 @@ "type": "object", "description": "Name of company where the Power Purchase Agreement invoice is sent.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106767,7 +65673,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106780,8 +65687,6 @@ "type": "object", "description": "Address where notices regarding activities related to the Power Purchase Agreement are sent.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106790,7 +65695,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106803,8 +65709,6 @@ "type": "object", "description": "Email address for contact individual for Power Purchase Agreement notices.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106813,7 +65717,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106826,8 +65731,6 @@ "type": "object", "description": "Contact individual for Power Purchase Agreement notices.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106836,7 +65739,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106849,8 +65753,6 @@ "type": "object", "description": "Description of Power Purchase Agreement counterparty reporting requirements.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -106859,7 +65761,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -106872,202 +65775,16 @@ "type": "object", "description": "Amount of counterparty tax obligations in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -107080,8 +65797,6 @@ "type": "object", "description": "Description of counterparty tax obligations in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107090,7 +65805,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107103,8 +65819,6 @@ "type": "object", "description": "Email address for billing contact for Power Purchase Agreement off taker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107113,7 +65827,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107126,8 +65841,6 @@ "type": "object", "description": "Percent escalator of the Power Purchase Agreement.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107136,7 +65849,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107149,202 +65863,16 @@ "type": "object", "description": "Power Purchase Agreement expected revenue generated.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -107357,202 +65885,16 @@ "type": "object", "description": "Power Purchase Agreement expected revenue generated from inception to date.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -107565,8 +65907,6 @@ "type": "object", "description": "Telephone number of individual who receives Power Purchase Agreement notices.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107575,7 +65915,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107588,8 +65929,6 @@ "type": "object", "description": "Information about the rates in the Power Purchase Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107598,7 +65937,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107611,8 +65951,6 @@ "type": "object", "description": "Date of the Power Purchase Agreement invoice.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107621,7 +65959,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107634,8 +65973,6 @@ "type": "object", "description": "Expiration date of the Power Purchase Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107644,7 +65981,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107657,8 +65995,6 @@ "type": "object", "description": "Billing contact for Power Purchase Agreement off taker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107667,7 +66003,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107680,8 +66017,6 @@ "type": "object", "description": "Name of the host company which should receive Power Purchase Agreement notices regarding activities related to the PPA. The host company is the entity with control of the site for the distributed generation system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107690,7 +66025,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107703,8 +66039,6 @@ "type": "object", "description": "Deadline date for Power Purchase Agreement payment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107713,7 +66047,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107726,8 +66061,6 @@ "type": "object", "description": "Description of payment terms for Power Purchase Agreement payments.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107736,7 +66069,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107749,8 +66083,6 @@ "type": "object", "description": "Telephone number for billing contact at Power Purchase Agreement off taker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107759,7 +66091,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107772,10 +66105,6 @@ "type": "object", "description": "Purchase price per unit of energy (i.e. 1 kWh) generated by the system.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107784,7 +66113,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107797,31 +66127,6 @@ "type": "object", "description": "Amount of the production cap in the Power Purchase Agreement in kWh.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107830,7 +66135,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107843,31 +66149,6 @@ "type": "object", "description": "Amount of energy (kWh) guaranteed to be generated by the installation in the Power Purchase Agreement.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107876,7 +66157,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107889,8 +66171,6 @@ "type": "object", "description": "The period during which the guaranteed production of the system in kWhs is calculated. For example, the amount is guaranteed over a period of a month or year.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107899,7 +66179,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107912,17 +66193,6 @@ "type": "object", "description": "Estimated time left remaining in the Power Purchase Agreement (PPA) or lease based on how much output has been generated so far compared to the original guaranteed output in the PPA or lease. Calculated as Last Payment Date minus Cut-off Date. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107931,7 +66201,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107944,8 +66215,6 @@ "type": "object", "description": "Total number of payments made to date in the Power Purchase Agreement or lease.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -107954,7 +66223,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -107967,31 +66237,6 @@ "type": "object", "description": "True up equals the difference between the amount of kWh originally estimated and the actual output.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108000,7 +66245,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108013,8 +66259,6 @@ "type": "object", "description": "Represents a Rate Class in the logical model that allows multiple instances of rates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108023,7 +66267,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108036,8 +66281,6 @@ "type": "object", "description": "Used to indicate if an hourly rate schedule is used. If hourly rate schedule is used, TRUE; if hourly rate schedule is not used, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108046,7 +66289,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108059,202 +66303,16 @@ "type": "object", "description": "Total amount paid toward the system cost by customer at the start of installation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -108267,8 +66325,6 @@ "type": "object", "description": "The frequency at which the true up occurs. For example, the true up occurs once per year, once per month.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108277,7 +66333,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108290,8 +66347,6 @@ "type": "object", "description": "Description of rate type for Power Purchase Agreement, e.g. $/kWh.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108300,7 +66355,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108313,8 +66369,6 @@ "type": "object", "description": "Used to define the year as an integer from the effective date of the Energy Contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108323,7 +66377,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108336,8 +66391,6 @@ "type": "object", "description": "Used to define the year as an integer from the effective date of the Energy Contract.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108346,7 +66399,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108359,8 +66413,6 @@ "type": "object", "description": "Policy number of the insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108369,7 +66421,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108382,8 +66435,6 @@ "type": "object", "description": "Form and version number of the insurance policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108392,7 +66443,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108405,8 +66457,6 @@ "type": "object", "description": "Performance Insurance, which provides protection for assets installed, revenue generated, third party liability and shortfall in energy output.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108415,7 +66465,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108428,17 +66479,6 @@ "type": "object", "description": "Power expected for capacity measurement when executing IEC 61742-2 for the specified target conditions.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108447,7 +66487,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108460,8 +66501,6 @@ "type": "object", "description": "Predicted Energy Availability Estimate by Year, which is the modelled predicted energy for unity availability. The ratio is calculated by dividing PredictedEnergyAtTheRevenueMeterInstant by PredictedEnergyAvailable. This element can be used with the PeriodAxis to indicate the period such as year and has a period type of instant to measure a point in time.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108470,7 +66509,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108483,31 +66523,6 @@ "type": "object", "description": "Predicted total (all-in) yield for a one year period.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108516,7 +66531,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108529,8 +66545,6 @@ "type": "object", "description": "Total (all-in) yield.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108539,7 +66553,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108552,31 +66567,6 @@ "type": "object", "description": "Predicted active electrical production at the revenue meter for each year, based on historical weather data that is representative for the site, per IEC 61724-3. Calculated as Total Predicted Energy reflecting times of unavailability and parasitic loss. This element can be used with the PeriodAxis to indicate the period such as year and has a period type of instant to measure a point in time. If no Period [Axis] is used, the time period for the value is from the date of the value in the instance document to the end of the life of the system.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108585,7 +66575,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108598,31 +66589,6 @@ "type": "object", "description": "Predicted active electrical production at the revenue meter for each year, based on historical weather data that is representative for the site, per IEC 61724-3. Calculated as Total Predicted Energy reflecting times of unavailability and parasitic loss. This element is defined as the sum of electrical production over a period of time, for example from the 1st day to the last day of the month, and has a period type of duration. This should not be used with the Period [Axis].", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108631,7 +66597,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108644,31 +66611,6 @@ "type": "object", "description": "Predicted energy available is calculated as predicted energy (at unity availability which means that energy is available all the time) multiplied by predicted availability equals predicted energy (at predicted availability). For example, if 10,000 MWh is predicted for unity availability and we predict availability of 0.99, then predicted energy is 9,900 MWh. 10,000=9,900/0.99. This element should be used with the PeriodAxis to indicate the period such as year.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108677,7 +66619,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108690,8 +66633,6 @@ "type": "object", "description": "Information about the Pricing File for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108700,7 +66641,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108713,8 +66655,6 @@ "type": "object", "description": "Indicates if the Pricing File is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108723,7 +66663,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108736,8 +66677,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Pricing File or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108746,7 +66685,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108759,8 +66699,6 @@ "type": "object", "description": "Indicates if the Pricing File is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108769,7 +66707,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108782,8 +66721,6 @@ "type": "object", "description": "Names of counterparties to the Pricing File.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108792,7 +66729,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108805,8 +66743,6 @@ "type": "object", "description": "Link to the Pricing File document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108815,7 +66751,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108828,8 +66765,6 @@ "type": "object", "description": "Effective date of the Pricing File.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108838,7 +66773,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108851,8 +66787,6 @@ "type": "object", "description": "Description of any exceptions to the Pricing File or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108861,7 +66795,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108874,8 +66809,6 @@ "type": "object", "description": "Expiration date of the Pricing File.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108884,7 +66817,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108897,8 +66831,6 @@ "type": "object", "description": "Information about the pricing model used to determine rates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -108907,7 +66839,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -108920,202 +66853,16 @@ "type": "object", "description": "Accrual account deposit amount per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -109128,202 +66875,16 @@ "type": "object", "description": "Rental payment for solar installation in sales leaseback per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -109336,202 +66897,16 @@ "type": "object", "description": "Cost less salvage value per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -109544,8 +66919,6 @@ "type": "object", "description": "Method of depreciation per the pricing model.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -109554,7 +66927,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -109567,8 +66941,6 @@ "type": "object", "description": "Effective pre tax equivalent internal rate of return per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -109577,7 +66949,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -109590,8 +66963,6 @@ "type": "object", "description": "Effective pre tax equivalent terminal internal rate of return per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -109600,7 +66971,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -109613,8 +66985,6 @@ "type": "object", "description": "Effective after tax internal rate of return per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -109623,7 +66993,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -109636,8 +67007,6 @@ "type": "object", "description": "Effective after tax terminal internal rate of return per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -109646,7 +67015,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -109659,202 +67029,16 @@ "type": "object", "description": "Monthly income from investment tax liability deferred to future period relative to funding date", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -109867,202 +67051,16 @@ "type": "object", "description": "Expected monthly deferred Income Tax Credit.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -110075,202 +67073,16 @@ "type": "object", "description": "Expected monthly deferred tax liability.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -110283,202 +67095,16 @@ "type": "object", "description": "Gross investment balance minus revenue received from the project at a point in time.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -110491,202 +67117,16 @@ "type": "object", "description": "Gross investment balance minus tax incentives minus revenue received from the project at a point in time.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -110699,202 +67139,16 @@ "type": "object", "description": "Expected lease payments from project company.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -110907,8 +67161,6 @@ "type": "object", "description": "Federal income tax rate assumption per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -110917,7 +67169,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -110930,8 +67183,6 @@ "type": "object", "description": "Amount of the gross purchase price for the total project per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -110940,7 +67191,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -110953,202 +67205,16 @@ "type": "object", "description": "Holdback final completion payment amount per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -111161,8 +67227,6 @@ "type": "object", "description": "Investment average life per the pricing model.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -111171,7 +67235,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -111184,202 +67249,16 @@ "type": "object", "description": "Fair market value of the project used to determine the level of the Investment Tax Credit or grant per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -111392,202 +67271,16 @@ "type": "object", "description": "Amount of the Investment Tax Credit or grant claimed per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -111600,202 +67293,16 @@ "type": "object", "description": "Amount of the Investment Tax Credit or grant received per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -111808,202 +67315,16 @@ "type": "object", "description": "Net Income After Tax per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -112016,8 +67337,6 @@ "type": "object", "description": "Nominal Pre Tax Equivalent Internal Rate of Return (IRR) per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -112026,7 +67345,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -112039,8 +67359,6 @@ "type": "object", "description": "Nominal Pre Tax Equivalent Terminal Internal Rate of Return (IRR) per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -112049,7 +67367,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -112062,8 +67381,6 @@ "type": "object", "description": "Nominal After Tax Internal Rate of Return (IRR) per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -112072,7 +67389,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -112085,8 +67403,6 @@ "type": "object", "description": "Nominal After Tax Terminal Internal Rate of Return (IRR) per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -112095,7 +67411,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -112108,202 +67425,16 @@ "type": "object", "description": "Pretax cash return expense per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -112316,8 +67447,6 @@ "type": "object", "description": "Pretax cash return percent per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -112326,7 +67455,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -112339,8 +67469,6 @@ "type": "object", "description": "Time periods for when payments are due. For example, monthly or quarterly, per the pricing model.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -112349,7 +67477,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -112362,202 +67491,16 @@ "type": "object", "description": "Value of project at end of its economic useful life per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -112570,8 +67513,6 @@ "type": "object", "description": "Number of years for simple payback of the project.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -112580,7 +67521,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -112593,8 +67535,6 @@ "type": "object", "description": "Swap rate used in the pricing model per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -112603,7 +67543,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -112616,202 +67557,16 @@ "type": "object", "description": "Amount of the tax equity per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -112824,8 +67579,6 @@ "type": "object", "description": "Debt service coverage ratio per the pricing model.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -112834,7 +67587,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -112847,202 +67601,16 @@ "type": "object", "description": "Total upfront amortized Fees per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -113055,202 +67623,16 @@ "type": "object", "description": "Total upfront capitalized Fees per the pricing model.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -113263,202 +67645,16 @@ "type": "object", "description": "This is the sum of principal amount outstanding for both securitized and unsecuritized loans of all types.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -113471,8 +67667,6 @@ "type": "object", "description": "Priority number assigned to any other action or event;1 is highest priority; 2 is medium; 3 is lowest.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113481,7 +67675,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113494,8 +67689,6 @@ "type": "object", "description": "Number assigned to a corrective action; 1 is highest priority; 2 is medium; 3 is lowest.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113504,7 +67697,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113517,8 +67711,6 @@ "type": "object", "description": "Unique identifier used to identify the product.", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113527,7 +67719,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113540,8 +67733,6 @@ "type": "object", "description": "Information about products used in the system, for example, ABC brand of inverters, or XYZ brand of module.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113550,7 +67741,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113563,8 +67755,6 @@ "type": "object", "description": "Use to identify information by a particular type of product. This Product axis is different than the Device axis. The Device axis is used categorize data by the specific instance of the device, whereas the product axis captures information about the device as a class of product. For example a product does not have a purchase date or a serial number but the device class does.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113573,7 +67763,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113586,8 +67777,6 @@ "type": "object", "description": "Information specific to battery products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113596,7 +67785,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113609,8 +67799,6 @@ "type": "object", "description": "Information specific to Battery Inverter products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113619,7 +67807,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113632,8 +67821,6 @@ "type": "object", "description": "Information specific to battery management system products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113642,7 +67829,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113655,8 +67843,6 @@ "type": "object", "description": "Information specific to Combiner products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113665,7 +67851,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113678,8 +67865,6 @@ "type": "object", "description": "Use to identify individual products used in the system.", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113688,7 +67873,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113701,8 +67887,6 @@ "type": "object", "description": "Information specific to inverter products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113711,7 +67895,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113724,8 +67909,6 @@ "type": "object", "description": "Used to group a listing of equipment or products.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113734,7 +67917,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113747,8 +67931,6 @@ "type": "object", "description": "Information specific to Logger products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113757,7 +67939,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113770,8 +67953,6 @@ "type": "object", "description": "Information specific to Meter products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113780,7 +67961,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113793,8 +67975,6 @@ "type": "object", "description": "Information specific to Tracker products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113803,7 +67983,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113816,8 +67997,6 @@ "type": "object", "description": "Information specific to module products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113826,7 +68005,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113839,8 +68019,6 @@ "type": "object", "description": "Information specific to Monitoring Solution products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113849,7 +68027,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113862,8 +68041,6 @@ "type": "object", "description": "Information specific to NetworkType products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113872,7 +68049,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113885,8 +68063,6 @@ "type": "object", "description": "Information about the DC Optimizer used to maximize the performance of the modules.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113895,7 +68071,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113908,8 +68085,6 @@ "type": "object", "description": "Represents a Product Class to describe types of products used in the system or plant.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113918,7 +68093,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113931,8 +68107,6 @@ "type": "object", "description": "Information specific to Tracker products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113941,7 +68115,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113954,8 +68129,6 @@ "type": "object", "description": "Information specific to Transformer products that are used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113964,7 +68137,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -113977,8 +68151,6 @@ "type": "object", "description": "Name of the product, for example ABC Brand Inverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -113987,7 +68159,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114000,8 +68173,6 @@ "type": "object", "description": "Information about the pro forma modeling.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114010,7 +68181,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114023,8 +68195,6 @@ "type": "object", "description": "Accrual account deposit as percent of gross purchase price.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114033,7 +68203,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114046,8 +68217,6 @@ "type": "object", "description": "pro forma assumed annual insurance escalator percent.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114056,7 +68225,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114069,8 +68239,6 @@ "type": "object", "description": "Earnings Before Income Tax, Depreciation and Amortization of the project divided by rent.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114079,7 +68247,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114092,202 +68261,16 @@ "type": "object", "description": "Amount of the pro forma initial insurance cost.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -114300,10 +68283,6 @@ "type": "object", "description": "pro forma initial insurance cost in currency per kWh.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114312,7 +68291,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114325,8 +68305,6 @@ "type": "object", "description": "Date at which the partnership flip is expected to occur based on getting the average amount of expected output.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114335,7 +68313,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114348,8 +68327,6 @@ "type": "object", "description": "Information about the Project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114358,7 +68335,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114371,8 +68349,6 @@ "type": "object", "description": "First line of the address where project is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114381,7 +68357,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114394,8 +68371,6 @@ "type": "object", "description": "Second line of the address where project is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114404,7 +68379,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114417,8 +68393,6 @@ "type": "object", "description": "Information about the address of the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114427,7 +68401,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114440,8 +68415,6 @@ "type": "object", "description": "City where the project is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114450,7 +68423,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114463,8 +68437,6 @@ "type": "object", "description": "ISO country code where the project is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114473,7 +68445,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114486,8 +68459,6 @@ "type": "object", "description": "State where the project is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114496,7 +68467,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114509,8 +68481,6 @@ "type": "object", "description": "Zip Code where the project is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114519,7 +68489,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114532,8 +68503,6 @@ "type": "object", "description": "Information about the Project Administration Agreement with managing member to administer services required to operate the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114542,7 +68511,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114555,8 +68525,6 @@ "type": "object", "description": "Indicates if the Project Administration Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114565,7 +68533,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114578,8 +68547,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Project Administration Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114588,7 +68555,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114601,8 +68569,6 @@ "type": "object", "description": "Indicates if the Project Administration Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114611,7 +68577,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114624,8 +68591,6 @@ "type": "object", "description": "Names of counterparties to the Project Administration Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114634,7 +68599,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114647,8 +68613,6 @@ "type": "object", "description": "Link to the Project Administration Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114657,7 +68621,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114670,8 +68635,6 @@ "type": "object", "description": "Effective date of the Project Administration Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114680,7 +68643,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114693,8 +68657,6 @@ "type": "object", "description": "Description of any exceptions to the Project Administration Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114703,7 +68665,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114716,8 +68679,6 @@ "type": "object", "description": "Expiration date of the Project Administration Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114726,7 +68687,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114739,12 +68701,6 @@ "type": "object", "description": "Indicates the type of asset for the project which can be wind, solar or solar plus storage.", "x-ob-item-type": "solar-types:projectAssetTypeItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Wind", - "Solar", - "Solar Plus Storage" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114753,7 +68709,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114766,14 +68723,6 @@ "type": "object", "description": "Indicates the class of project which can be Utility Scale, Distributed Generation, Residential, Community Solar or Other.", "x-ob-item-type": "solar-types:projectClassItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Utility Scale", - "Distributed Generation", - "Community Solar", - "Residential", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114782,7 +68731,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114795,8 +68745,6 @@ "type": "object", "description": "Comment made during Residual Value Review", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114805,7 +68753,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114818,8 +68767,6 @@ "type": "object", "description": "Identifier for the Project Company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114828,7 +68775,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114841,8 +68789,6 @@ "type": "object", "description": "Federal tax identifier for the Project Company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114851,7 +68797,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114864,8 +68811,6 @@ "type": "object", "description": "County where the installation is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114874,7 +68819,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114887,8 +68833,6 @@ "type": "object", "description": "Date of most recent Residual Value Review.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114897,7 +68841,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114910,8 +68855,6 @@ "type": "object", "description": "Information describing the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114920,7 +68863,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114933,8 +68877,6 @@ "type": "object", "description": "Description of the project development strategy, for example, greenfield, brownfield, acquisition.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114943,7 +68885,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114956,11 +68899,6 @@ "type": "object", "description": "Indicates whether the project is distributed generation or utility scale.", "x-ob-item-type": "solar-types:distributedGenOrUtilityScaleItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Distributed Generation", - "Utility Scale" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114969,7 +68907,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -114982,8 +68921,6 @@ "type": "object", "description": "Description of federal tax incentive.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -114992,7 +68929,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115005,8 +68943,6 @@ "type": "object", "description": "Information about project financing related to a fund, project or portfolio, which may take place during onboarding or any other stage in the lifecycle of the installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115015,7 +68951,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115028,8 +68965,6 @@ "type": "object", "description": "Information about payment servicing related to various kinds of project finance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115038,7 +68973,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115051,8 +68987,6 @@ "type": "object", "description": "Description of curtailment ability and cap.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115061,7 +68995,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115074,8 +69009,6 @@ "type": "object", "description": "Description of early buy out options.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115084,7 +69017,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115097,8 +69031,6 @@ "type": "object", "description": "Date of the funding of the project.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115107,7 +69039,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115120,8 +69053,6 @@ "type": "object", "description": "Name of project company lessee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115130,7 +69061,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115143,8 +69075,6 @@ "type": "object", "description": "Description of other material ongoing obligations.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115153,7 +69083,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115166,8 +69097,6 @@ "type": "object", "description": "Indicates whether Power Purchase Agreement rate is based on time of delivery, a time specified during the day. If PPA is based on time of delivery, TRUE; if PPA is not based on time of delivery, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115176,7 +69105,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115189,8 +69119,6 @@ "type": "object", "description": "Bank-specific number associated with the project schedule.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115199,7 +69127,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115212,8 +69141,6 @@ "type": "object", "description": "Description of reports and notifications.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115222,7 +69149,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115235,8 +69163,6 @@ "type": "object", "description": "Description of side letters.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115245,7 +69171,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115258,8 +69185,6 @@ "type": "object", "description": "Description of financing structure, for example, sales leaseback, partnership flip.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115268,7 +69193,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115281,8 +69207,6 @@ "type": "object", "description": "Project company tax ID number.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115291,7 +69215,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115304,202 +69229,16 @@ "type": "object", "description": "Prefunded amount set aside by project company for working capital account in the fund.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -115512,202 +69251,16 @@ "type": "object", "description": "Required amount of the fund set aside by project company for working capital account.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -115720,8 +69273,6 @@ "type": "object", "description": "Required number of months of funds on hand set aside by project company for working capital account.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115730,7 +69281,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115743,8 +69295,6 @@ "type": "object", "description": "Power Purchase Agreement is greater than or equal to the lease term in a sale leaseback. If the term greater, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115753,7 +69303,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115766,8 +69317,6 @@ "type": "object", "description": "Latest Commercial Operations Date (COD) of a project in a fund.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115776,7 +69325,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115789,14 +69339,6 @@ "type": "object", "description": "Type of hedge agreement in place for the project which can be Swap, Revenue Put, CfD (Contracts for Difference), None or Other.", "x-ob-item-type": "solar-types:hedgeItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Swap", - "Revenue Put", - "CfD", - "None", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115805,7 +69347,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115818,8 +69361,6 @@ "type": "object", "description": "Used as the identifier for the Project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115828,7 +69369,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115841,8 +69383,6 @@ "type": "object", "description": "Represents information about individual projects within a fund such as asset and class type, status, location and stage of development.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115851,7 +69391,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115864,8 +69405,6 @@ "type": "object", "description": "Used as the identifier for the Project.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115874,7 +69413,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115887,8 +69427,6 @@ "type": "object", "description": "Identifier for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -115897,7 +69435,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -115910,202 +69449,16 @@ "type": "object", "description": "Amount of indemnification.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -116118,202 +69471,16 @@ "type": "object", "description": "Amount of funding in first year of the project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -116326,12 +69493,6 @@ "type": "object", "description": "Indicates the nature of interconnection which can be behind the meter, virtual net meter or in front of the meter.", "x-ob-item-type": "solar-types:projectInterconnectionItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Behind the Meter", - "Virtual Net Meter", - "In Front of Meter" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116340,7 +69501,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116353,13 +69515,6 @@ "type": "object", "description": "Indicates the investment status of the project which can be awarded, committed, partially funded, or fully funded.", "x-ob-item-type": "solar-types:investmentStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Awarded", - "Committed", - "Partial Funding", - "Fully Funded" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116368,7 +69523,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116381,8 +69537,6 @@ "type": "object", "description": "Indication as to whether project has leveraged debt. If it does have leveraged debt, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116391,7 +69545,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116404,8 +69559,6 @@ "type": "object", "description": "Use to group information about a project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116414,7 +69567,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116427,8 +69581,6 @@ "type": "object", "description": "Name assigned to the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116437,7 +69589,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116450,8 +69603,6 @@ "type": "object", "description": "Indicates if the project has a production based incentive (PBI). If it has a PBI, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116460,7 +69611,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116473,8 +69625,6 @@ "type": "object", "description": "Description of Earthquake Requirement in Property Insurance", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116483,7 +69633,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116496,8 +69647,6 @@ "type": "object", "description": "Description of Flood Requirement in Property Insurance", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116506,7 +69655,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116519,8 +69669,6 @@ "type": "object", "description": "Indicates if the project has a rebate. If it has a rebate, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116529,7 +69677,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116542,8 +69691,6 @@ "type": "object", "description": "Noteable event that happened within the last year.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116552,7 +69699,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116565,8 +69713,6 @@ "type": "object", "description": "Information about regulatory aspects of the project used.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116575,7 +69721,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116588,8 +69735,6 @@ "type": "object", "description": "Indicates if the project has renewable energy certificates. If it does, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116598,7 +69743,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116611,8 +69757,6 @@ "type": "object", "description": "Indicates if the project has renewable energy credit offtake agreement. If it has a REC agreement, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116621,7 +69765,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116634,8 +69779,6 @@ "type": "object", "description": "Reserve for a project.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116644,7 +69787,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116657,202 +69801,16 @@ "type": "object", "description": "Remaining value of the project after the lease term or project ends.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -116865,8 +69823,6 @@ "type": "object", "description": "Description of obligations related to the roof.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116875,7 +69831,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116888,12 +69845,6 @@ "type": "object", "description": "Indicates the status of the project which can be under development, in construction or in operation.", "x-ob-item-type": "solar-types:projectStageItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Under Development", - "In Construction", - "In Operation" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116902,7 +69853,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116915,8 +69867,6 @@ "type": "object", "description": "State or region where the project is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116925,7 +69875,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116938,8 +69889,6 @@ "type": "object", "description": "Indicates if the project is entitled to a state tax credit. If it is entitled, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -116948,7 +69897,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -116961,202 +69911,16 @@ "type": "object", "description": "Amount of contribution of tax equity provider.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -117169,8 +69933,6 @@ "type": "object", "description": "Describes the status of the wind project, for example whether it is new, or repowering.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117179,7 +69941,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117192,8 +69955,6 @@ "type": "object", "description": "Information about the property insurance certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117202,7 +69963,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117215,8 +69977,6 @@ "type": "object", "description": "Indicates if the property insurance certificate is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117225,7 +69985,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117238,8 +69999,6 @@ "type": "object", "description": "Indicates if there are exceptions to the property insurance certificate. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117248,7 +70007,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117261,8 +70021,6 @@ "type": "object", "description": "Indicates if the property insurance certificate is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117271,7 +70029,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117284,8 +70043,6 @@ "type": "object", "description": "Names of counterparties to the property insurance certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117294,7 +70051,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117307,8 +70065,6 @@ "type": "object", "description": "Link to the Property Insurance Certificate document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117317,7 +70073,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117330,8 +70087,6 @@ "type": "object", "description": "Effective date of the property insurance certificate.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117340,7 +70095,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117353,8 +70109,6 @@ "type": "object", "description": "Description of any exceptions to the property insurance certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117363,7 +70117,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117376,8 +70131,6 @@ "type": "object", "description": "Expiration date of the property insurance certificate.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117386,7 +70139,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117399,202 +70153,16 @@ "type": "object", "description": "The estimated or actual value of the asset at the end of its useful life or when it is no longer serviceable (cannot be used for its original purpose).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -117607,10 +70175,6 @@ "type": "object", "description": "The estimated or actual value of the asset at the end of its useful life or when it is no longer serviceable (cannot be used for its original purpose). Value should be reported as amount per watt, and should be used with the IECREPredictedVersusActualAxis.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117619,7 +70183,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117632,17 +70197,6 @@ "type": "object", "description": "Useful life of long lived, physical assets used in the normal conduct of business and not intended for resale, in 'PnYnMnDTnHnMnS' format, for example, 'P1Y5M13D' represents the reported fact of one year, five months, and thirteen days. Examples include, but not limited to, land, buildings, machinery and equipment, office equipment, furniture and fixtures, and computer equipment.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117651,7 +70205,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117664,8 +70219,6 @@ "type": "object", "description": "Information about the Property Tax Exemption Opinion for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117674,7 +70227,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117687,8 +70241,6 @@ "type": "object", "description": "Indicates if the Property Tax Exemption Opinion is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117697,7 +70249,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117710,8 +70263,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Property Tax Exemption Opinion or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117720,7 +70271,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117733,8 +70285,6 @@ "type": "object", "description": "Indicates if the Property Tax Exemption Opinion is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117743,7 +70293,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117756,8 +70307,6 @@ "type": "object", "description": "Names of counterparties to the Property Tax Exemption Opinion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117766,7 +70315,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117779,8 +70329,6 @@ "type": "object", "description": "Link to the Property Tax Exemption Opinion document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117789,7 +70337,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117802,8 +70351,6 @@ "type": "object", "description": "Effective date of the Property Tax Exemption Opinion.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117812,7 +70359,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117825,8 +70373,6 @@ "type": "object", "description": "Description of any exceptions to the Property Tax Exemption Opinion or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117835,7 +70381,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117848,8 +70395,6 @@ "type": "object", "description": "Expiration date of the Property Tax Exemption Opinion.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117858,7 +70403,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117871,8 +70417,6 @@ "type": "object", "description": "Protection device equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117881,7 +70425,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117894,8 +70439,6 @@ "type": "object", "description": "Information about the Punch List.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117904,7 +70447,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117917,8 +70461,6 @@ "type": "object", "description": "Indicates if the Punch List is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117927,7 +70469,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117940,8 +70483,6 @@ "type": "object", "description": "Cost of outstanding items on the Punch List.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117950,7 +70491,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117963,8 +70505,6 @@ "type": "object", "description": "Names of counterparties to the Punch List.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117973,7 +70513,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -117986,8 +70527,6 @@ "type": "object", "description": "Description of the Punch List.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -117996,7 +70535,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118009,8 +70549,6 @@ "type": "object", "description": "Link to the Punch List document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118019,7 +70557,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118032,8 +70571,6 @@ "type": "object", "description": "Effective date of the Punch List.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118042,7 +70579,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118055,8 +70593,6 @@ "type": "object", "description": "Expected completion date of the Punch List.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118065,7 +70601,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118078,8 +70615,6 @@ "type": "object", "description": "Purchase date of the device.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118088,7 +70623,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118101,31 +70637,6 @@ "type": "object", "description": "The PV array energy yield YA is the array energy output (DC) per rated kW(DC) of installed PV array: YA = EA / P0. Calculated for a one year period.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118134,7 +70645,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118147,8 +70659,6 @@ "type": "object", "description": "Rate at which performance data is collected, for example, seconds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118157,7 +70667,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118170,8 +70681,6 @@ "type": "object", "description": "Used as identifier for the System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118180,7 +70689,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118193,8 +70703,6 @@ "type": "object", "description": "Used as identifier for the System.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118203,7 +70711,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118216,31 +70725,6 @@ "type": "object", "description": "The final PV system yield Yf is the net energy output of the entire PV system (AC) per rated kW (DC) of installed PV array: Yf = Eout / P0.Calculated for a one year period.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118249,7 +70733,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118262,8 +70747,6 @@ "type": "object", "description": "Represents information about systems located on a site such as size and structure.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118272,7 +70755,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118285,8 +70769,6 @@ "type": "object", "description": "Test condition measurement is performed under PTC (Photovoltaics Utility Scale Applications) which include the following constraints: cell temperature = 45; wind speed = 1; air mass = 1.5; irradiance = 1000; ambient temperature = 20.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118295,7 +70777,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118308,8 +70791,6 @@ "type": "object", "description": "Information about the Qualifying Facilities Self Certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118318,7 +70799,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118331,8 +70813,6 @@ "type": "object", "description": "Indicates if the Qualifying Facilities Self Certification is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118341,7 +70821,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118354,8 +70835,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Qualifying Facilities Self Certification or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118364,7 +70843,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118377,8 +70857,6 @@ "type": "object", "description": "Indicates if the Qualifying Facilities Self Certification is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118387,7 +70865,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118400,8 +70879,6 @@ "type": "object", "description": "Names of counterparties to the Qualifying Facilities Self Certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118410,7 +70887,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118423,8 +70901,6 @@ "type": "object", "description": "Link to the Qualifying Facilities Self Certification document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118433,7 +70909,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118446,8 +70923,6 @@ "type": "object", "description": "Effective date of the Qualifying Facilities Self Certification.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118456,7 +70931,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118469,8 +70945,6 @@ "type": "object", "description": "Description of any exceptions to the Qualifying Facilities Self Certification or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118479,7 +70953,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118492,8 +70967,6 @@ "type": "object", "description": "Expiration date of the Qualifying Facilities Self Certification.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118502,7 +70975,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118515,8 +70989,6 @@ "type": "object", "description": "Racking Mounting equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118525,7 +70997,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118538,17 +71011,6 @@ "type": "object", "description": "AC nameplate capacity at revenue meter as built.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118557,7 +71019,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118570,8 +71033,6 @@ "type": "object", "description": "Ratio of array capacity as measured to array capacity as rated in DC.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -118580,7 +71041,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -118593,202 +71055,16 @@ "type": "object", "description": "A tax based on the assessed value of real estate by the local government. The tax is usually based on the value of property (including the land).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -118801,202 +71077,16 @@ "type": "object", "description": "Revenue from rebates from federal and state governments.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -119009,8 +71099,6 @@ "type": "object", "description": "Link to the REC Buyer Acknowledgement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119019,7 +71107,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119032,10 +71121,6 @@ "type": "object", "description": "The reference yield Yr can be calculated by dividing the total in-plane irradiation by the module's reference plane of array irradiance: Yr = Hi / Gi,ref, where the reference plane of array irradiance Gi,ref (kW?m?2) is the irradiance at which P0 is determined. Calculated for a one year period.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119044,7 +71129,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119057,8 +71143,6 @@ "type": "object", "description": "Information about regulatory aspects of the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119067,7 +71151,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119080,8 +71165,6 @@ "type": "object", "description": "Date on which the Qualified Facility (QF) or Exempt Wholesale Generators (EWG) application was approved.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119090,7 +71173,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119103,8 +71187,6 @@ "type": "object", "description": "Link to regulatory application document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119113,7 +71195,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119126,8 +71209,6 @@ "type": "object", "description": "Date on which the Qualified Facility (QF) or Exempt Wholesale Generators (EWG) application was submitted.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119136,7 +71217,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119149,8 +71231,6 @@ "type": "object", "description": "Link to regulatory approval notice.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119159,7 +71239,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119172,13 +71253,6 @@ "type": "object", "description": "Describes status of regulatory approval received which can be Not Submitted, Submitted, Approved, or Declined.", "x-ob-item-type": "solar-types:regulatoryApprovalStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not Submitted", - "Submitted", - "Approved", - "Declined" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119187,7 +71261,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119200,8 +71275,6 @@ "type": "object", "description": "Certificate number for the Qualified Facility (QF) or Exempt Wholesale Generators (EWG).", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119210,7 +71283,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119223,12 +71297,6 @@ "type": "object", "description": "Describes type of regulatory facility, which can be QF (Qualified Facility), EWG (Exempt Wholesale Generators), or Not Applicable.", "x-ob-item-type": "solar-types:regulatoryFacilityItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "QF", - "EWG", - "NA" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119237,7 +71305,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119250,8 +71319,6 @@ "type": "object", "description": "Description of the type of FERC regulation that applies to the power plant based on its capacity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119260,7 +71327,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119273,8 +71341,6 @@ "type": "object", "description": "Date on which FERC 203 application was approved.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119283,7 +71349,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119296,8 +71363,6 @@ "type": "object", "description": "Link to FERC 203 approval notice.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119306,7 +71371,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119319,8 +71385,6 @@ "type": "object", "description": "Link to FERC 203 application document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119329,7 +71393,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119342,8 +71407,6 @@ "type": "object", "description": "Date on which FERC 203 application was submitted.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119352,7 +71415,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119365,8 +71429,6 @@ "type": "object", "description": "Indicates if the project must file a MBR (market based rate) application under FERC 203. If the project must file an application, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119375,7 +71437,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119388,13 +71451,6 @@ "type": "object", "description": "Describes status of regulatory approval received for FERC 203 which can be Not Submitted, Submitted, Approved, or Declined.", "x-ob-item-type": "solar-types:regulatoryApprovalStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not Submitted", - "Submitted", - "Approved", - "Declined" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119403,7 +71459,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119416,8 +71473,6 @@ "type": "object", "description": "Date on which FERC 205 application was approved.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119426,7 +71481,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119439,8 +71495,6 @@ "type": "object", "description": "Link to FERC 205 approval notice.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119449,7 +71503,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119462,8 +71517,6 @@ "type": "object", "description": "Link to FERC 205 application document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119472,7 +71525,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119485,8 +71539,6 @@ "type": "object", "description": "Date on which FERC 205 application was submitted.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119495,7 +71547,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119508,8 +71561,6 @@ "type": "object", "description": "Indicates if the project must file a MBR (market based rate) application under FERC 205. If the project must file an application, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119518,7 +71569,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119531,13 +71583,6 @@ "type": "object", "description": "Describes status of regulatory approval received for FERC 205 which can be Not Submitted, Submitted, Approved, or Declined.", "x-ob-item-type": "solar-types:regulatoryApprovalStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not Submitted", - "Submitted", - "Approved", - "Declined" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119546,7 +71591,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119559,8 +71605,6 @@ "type": "object", "description": "Region where power is sold, for example California CAISO, MISO, New England, New York, Northwest, PJM, Southeast, Southwest, SPP, Texas which are markets named at ferc.gov.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119569,7 +71613,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119582,8 +71627,6 @@ "type": "object", "description": "Confirmation of receipt of Public Utilities Commission (PUC) approval. If approved, TRUE; if not approved, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119592,7 +71635,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119605,8 +71649,6 @@ "type": "object", "description": "Description of special features related to regulation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119615,7 +71657,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119628,8 +71671,6 @@ "type": "object", "description": "A description of the related party transaction, including transactions to which no amounts or nominal amounts were ascribed and such other information deemed necessary to an understanding of the effects of the transactions on the financial statements. Examples of common related party transactions are, sales, purchases and transfers of realty and personal property, services received or furnished, loans and leases to and from top management and affiliates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119638,7 +71679,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119651,8 +71693,6 @@ "type": "object", "description": "Information about the Renewable Energy Credits", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -119661,7 +71701,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -119674,202 +71715,16 @@ "type": "object", "description": "Actual amount of renewable energy credit.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -119882,202 +71737,16 @@ "type": "object", "description": "Actual amount of renewable energy credit from inception to date.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -120090,8 +71759,6 @@ "type": "object", "description": "Actual renewable energy credit revenue divided by expected renewable energy credit revenue.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120100,7 +71767,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120113,8 +71781,6 @@ "type": "object", "description": "Actual renewable energy credit revenue divided by expected renewable energy credit from inception to date.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120123,7 +71789,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120136,8 +71803,6 @@ "type": "object", "description": "Information about the actual and expected credit amounts of the Renewable Energy Credit", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120146,7 +71811,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120159,8 +71825,6 @@ "type": "object", "description": "Information about the Renewable Energy Credit Buyer Acknowledgement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120169,7 +71833,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120182,8 +71847,6 @@ "type": "object", "description": "Indicates if the Renewable Energy Credit Buyer Acknowledgement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120192,7 +71855,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120205,8 +71869,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Renewable Energy Credit Buyer Acknowledgement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120215,7 +71877,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120228,8 +71891,6 @@ "type": "object", "description": "Indicates if the Renewable Energy Credit Buyer Acknowledgement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120238,7 +71899,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120251,8 +71913,6 @@ "type": "object", "description": "Names of counterparties to the Renewable Energy Credit Buyer Acknowledgement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120261,7 +71921,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120274,8 +71935,6 @@ "type": "object", "description": "Effective date of the Renewable Energy Credit Buyer Acknowledgement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120284,7 +71943,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120297,8 +71957,6 @@ "type": "object", "description": "Description of any exceptions to the Renewable Energy Credit Buyer Acknowledgement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120307,7 +71965,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120320,8 +71979,6 @@ "type": "object", "description": "Expiration date of the Renewable Energy Credit Buyer Acknowledgement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120330,7 +71987,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120343,8 +72001,6 @@ "type": "object", "description": "Execution date of the Renewable Energy Credit Contract Amendment which is the amendment to the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120353,7 +72009,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120366,8 +72023,6 @@ "type": "object", "description": "Execution date of the Renewable Energy Credit contract which is the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120376,7 +72031,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120389,8 +72045,6 @@ "type": "object", "description": "Expiration date of the Renewable Energy Credit Contract which is the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120399,7 +72053,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120412,10 +72067,6 @@ "type": "object", "description": "Value of the Renewable Energy Credit associated with the guaranteed firm volume in currency per kWh per the Renewable Energy Credit Contract which is the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120424,7 +72075,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120437,31 +72089,6 @@ "type": "object", "description": "Value of the Renewable Energy Credit associated with the guaranteed firm volume in MWh per the Renewable Energy Credit Contract which is the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120470,7 +72097,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120483,31 +72111,6 @@ "type": "object", "description": "Total guaranteed output associated with the guaranteed firm volume in kWh per the Renewable Energy Credit Contract which is the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120516,7 +72119,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120529,8 +72133,6 @@ "type": "object", "description": "Initiation date of the Renewable Energy Credit Contract which is the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120539,7 +72141,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120552,8 +72155,6 @@ "type": "object", "description": "Renewable energy credit percentage of site based on units defined as REC portion units (the portion of the units on a site which are eligible for the REC).", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120562,7 +72163,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120575,8 +72177,6 @@ "type": "object", "description": "Description of units used to measure power system capacity for Renewable Energy Credit in power units.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120585,7 +72185,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120598,8 +72199,6 @@ "type": "object", "description": "Percent increase escalation per year of the renewable energy credit price.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120608,7 +72207,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120621,8 +72221,6 @@ "type": "object", "description": "Description of the Renewable Energy Credit Contract rate type.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120631,7 +72229,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120644,8 +72243,6 @@ "type": "object", "description": "Description of the structure of the Renewable Energy Credit contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120654,7 +72251,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120667,17 +72265,6 @@ "type": "object", "description": "Term of the Renewable Energy Credit Contract Performance Guarantee. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120686,7 +72273,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120699,31 +72287,6 @@ "type": "object", "description": "Maximum amount of renewable energy that can be sold over a specified time period in MWh per the Renewable Energy Credit Contract, which is the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120732,7 +72295,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120745,8 +72309,6 @@ "type": "object", "description": "Name of the environmental attributes owner, per the Renewable Energy Credit Contract which is the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -120755,7 +72317,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -120768,202 +72331,16 @@ "type": "object", "description": "Expected amount of renewable energy credit.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -120976,202 +72353,16 @@ "type": "object", "description": "Expected amount of renewable energy credit from inception to date.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -121184,8 +72375,6 @@ "type": "object", "description": "Information about a Renewable Energy Credit Agreement OffTake Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121194,7 +72383,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121207,8 +72397,6 @@ "type": "object", "description": "Indicates if the Renewable Energy Credit Offtake Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121217,7 +72405,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121230,8 +72419,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Renewable Energy Credit Offtake Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121240,7 +72427,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121253,8 +72441,6 @@ "type": "object", "description": "Indicates if the Renewable Energy Credit Offtake Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121263,7 +72449,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121276,8 +72463,6 @@ "type": "object", "description": "Names of counterparties to the Renewable Energy Credit Offtake Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121286,7 +72471,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121299,8 +72485,6 @@ "type": "object", "description": "Link to the Renewable Energy Credit Offtake Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121309,7 +72493,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121322,8 +72507,6 @@ "type": "object", "description": "Effective date of the Renewable Energy Credit Offtake Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121332,7 +72515,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121345,8 +72529,6 @@ "type": "object", "description": "Description of any exceptions to the Renewable Energy Credit Offtake Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121355,7 +72537,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121368,8 +72551,6 @@ "type": "object", "description": "Expiration date of the Renewable Energy Credit Offtake Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121378,7 +72559,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121391,8 +72573,6 @@ "type": "object", "description": "Performance guarantee as percent of P50 energy production per the Renewable Energy Credit Contract which is the agreement between the Project Company and the REC offtaker, which could be the investor or bank.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121401,7 +72581,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121414,8 +72595,6 @@ "type": "object", "description": "Information about the renewable energy credit performance guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121424,7 +72603,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121437,8 +72617,6 @@ "type": "object", "description": "Expiration date of the Renewable Energy Credit Contract performance guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121447,7 +72625,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121460,8 +72639,6 @@ "type": "object", "description": "Number of renewable energy credits guaranteed per the performance agreement.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121470,7 +72647,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121483,17 +72661,6 @@ "type": "object", "description": "Term in years of the Renewable Energy Credit contract performance guarantee. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121502,7 +72669,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121515,8 +72683,6 @@ "type": "object", "description": "Description of the Renewable Energy Credit contract performance guarantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121525,7 +72691,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121538,8 +72705,6 @@ "type": "object", "description": "Initiation date of the Renewable Energy Credit contract performance guarantee.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121548,7 +72713,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121561,8 +72727,6 @@ "type": "object", "description": "Name of the renewable energy inspection body completing the annual test.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121571,7 +72735,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121584,8 +72749,6 @@ "type": "object", "description": "Information about the Reportable Environmental Condition.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121594,7 +72757,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121607,8 +72771,6 @@ "type": "object", "description": "Description of any action that will be taken to remedy issues with the Reportable Environmental Condition.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121617,7 +72779,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121630,8 +72793,6 @@ "type": "object", "description": "Description of the Reportable Environmental Condition.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121640,7 +72801,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121653,8 +72815,6 @@ "type": "object", "description": "Used as the identifier for the Reportable Environmental Condition.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121663,7 +72823,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121676,8 +72837,6 @@ "type": "object", "description": "Used as the identifier for the Reportable Environmental Condition.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121686,7 +72845,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121699,8 +72859,6 @@ "type": "object", "description": "Represents reportable environmental conditions (REC), such as hazardous substances or petroleum products at or near a site, which are reported in an environmental assessment report. Data reported on RECs include recommendations on how to remedy the situation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121709,7 +72867,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121722,8 +72881,6 @@ "type": "object", "description": "Information about reserves available for the project or for the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121732,7 +72889,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121745,8 +72903,6 @@ "type": "object", "description": "Bank account number for the reserve.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121755,7 +72911,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121768,8 +72925,6 @@ "type": "object", "description": "Date on which the reserve account is required to be established.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121778,7 +72933,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121791,11 +72947,6 @@ "type": "object", "description": "\nType of reserve collateral which could be cash or letter of credit.", "x-ob-item-type": "solar-types:reserveCollateralItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Letter of Credit", - "Cash" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121804,7 +72955,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121817,8 +72969,6 @@ "type": "object", "description": "Form of current reserve, either Letter of Credit or cash.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121827,7 +72977,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121840,8 +72991,6 @@ "type": "object", "description": "Indication that reserve fund has accumulated per schedule. If it is on schedule, TRUE; if it is not on schedule, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121850,7 +72999,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121863,8 +73013,6 @@ "type": "object", "description": "Credit rating of provider of letter of credit, either Moody's or Standard and Poors.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -121873,7 +73021,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -121886,202 +73035,16 @@ "type": "object", "description": "Prefunded amount available in the reserve at the start of the project or fund.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -122094,202 +73057,16 @@ "type": "object", "description": "Amount required to be prefunded in the reserve for the project or fund.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -122302,8 +73079,6 @@ "type": "object", "description": "Number of prefunded months available in the reserve at the start of the project or fund.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122312,7 +73087,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122325,8 +73101,6 @@ "type": "object", "description": "Number of prefunded months required to have available in the reserve for the project or fund.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122335,7 +73109,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122348,8 +73123,6 @@ "type": "object", "description": "Indication that reserve has been used. If it has been used, TRUE; if it has not been used, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122358,7 +73131,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122371,202 +73145,16 @@ "type": "object", "description": "Target amount of reserve.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -122579,8 +73167,6 @@ "type": "object", "description": "Used to identify classes of reserves used to finance a solar installation which can be for the fund or the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122589,7 +73175,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122602,8 +73189,6 @@ "type": "object", "description": "Used to identify classes of reserves used to finance a solar installation which can be for the fund or the project.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122612,7 +73197,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122625,8 +73211,6 @@ "type": "object", "description": "Used to group information about a reserve.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122635,7 +73219,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122648,8 +73233,6 @@ "type": "object", "description": "Represents information about classes of reserves established for a project or a fund such as bank account, balance, date established and form of reserve.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122658,7 +73241,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122671,12 +73255,6 @@ "type": "object", "description": "Description of how the reserve funds will be used which can be for rent, maintenance or other activities.", "x-ob-item-type": "solar-types:reserveUseItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Rent", - "Maintenance", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122685,7 +73263,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122698,10 +73277,6 @@ "type": "object", "description": "Frequency of the revenue meter per manufacturer specification.", "x-ob-item-type": "num-us:frequencyItemType", - "x-ob-unit": [ - "Hertz" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122710,7 +73285,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122723,8 +73299,6 @@ "type": "object", "description": "Percent maximum accuracy of the revenue meter, per manufacturer specification.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122733,7 +73307,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122746,8 +73321,6 @@ "type": "object", "description": "Percent minimum accuracy of the revenue meter, per manufacturer specification.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122756,7 +73329,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122769,8 +73343,6 @@ "type": "object", "description": "Description of the phases of the revenue meter, for example, 240 VAC single phase, per manufacturer specification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122779,7 +73351,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122792,8 +73365,6 @@ "type": "object", "description": "Socket type of the revenue meter, per manufacturer specification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122802,7 +73373,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122815,8 +73387,6 @@ "type": "object", "description": "Description of the amount of watts needed to start the revenue meter, for example less 5 Watts, per manufacturer specification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122825,7 +73395,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122838,17 +73409,6 @@ "type": "object", "description": "Typical amount of watts lost through the revenue meter, per manufacturer specification.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122857,7 +73417,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122870,12 +73431,6 @@ "type": "object", "description": "Maximum operating temperature of the revenue meter. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122884,7 +73439,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122897,12 +73453,6 @@ "type": "object", "description": "Minimum operating temperature of the revenue meter. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122911,7 +73461,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122924,8 +73475,6 @@ "type": "object", "description": "Description of the enclosure for the revenue meter, for example NEMA 3 R type.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122934,7 +73483,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122947,22 +73497,6 @@ "type": "object", "description": "Weight of the revenue meter.", "x-ob-item-type": "num:massItemType", - "x-ob-unit": [ - "Pound", - "Ounce", - "Troy Ounce", - "Ton", - "Tonne", - "Gram", - "Kilogram", - "Thousand Tons", - "Million Tons", - "Billion Tons", - "Kilotonne", - "Megatonne", - "Gigatonne" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122971,7 +73505,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -122984,8 +73519,6 @@ "type": "object", "description": "Information about the dimensions of the revenue meter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -122994,7 +73527,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123007,19 +73541,6 @@ "type": "object", "description": "Height of the revenue meter.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123028,7 +73549,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123041,19 +73563,6 @@ "type": "object", "description": "Length of the revenue meter.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123062,7 +73571,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123075,19 +73585,6 @@ "type": "object", "description": "Width of the revenue meter.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123096,7 +73593,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123109,13 +73607,6 @@ "type": "object", "description": "AC voltage of the revenue meter.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123124,7 +73615,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123137,13 +73629,6 @@ "type": "object", "description": "AC voltage of the line to line revenue meter.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123152,7 +73637,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123165,13 +73651,6 @@ "type": "object", "description": "AC voltage of the line to neutral revenue meter.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123180,7 +73659,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123193,10 +73673,6 @@ "type": "object", "description": "Rated continuous AC current of the revenue meter.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123205,7 +73681,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123218,12 +73695,6 @@ "type": "object", "description": "Operational temperature of the revenue meter. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123232,7 +73703,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123245,8 +73717,6 @@ "type": "object", "description": "Accuracy range of the revenue meter voltage, for example +/- 20%.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123255,7 +73725,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123268,8 +73739,6 @@ "type": "object", "description": "Indication as to whether revenue meter kVar data has been collected. If data has been collected, TRUE; if data has not been collected, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123278,7 +73747,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123291,8 +73761,6 @@ "type": "object", "description": "Indication as to whether phase data has been collected. If data has been collected, TRUE; if data has not been collected, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123301,7 +73769,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123314,8 +73783,6 @@ "type": "object", "description": "Measure of the power factor of the power system.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123324,7 +73791,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123337,8 +73805,6 @@ "type": "object", "description": "Information about the revenues portion of the operating company financial statement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123347,7 +73813,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123360,8 +73827,6 @@ "type": "object", "description": "Contractors review of part of the Independent Engineer Report covering Asset Management including infrastructure (ticketing, billing system, etc.).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123370,7 +73835,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123383,8 +73849,6 @@ "type": "object", "description": "Contractors review of part of the Independent Engineer Report covering EPC, high voltage (if applicable) and any other main subs.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123393,7 +73857,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123406,8 +73871,6 @@ "type": "object", "description": "Contractors review of part of the Independent Engineer Report covering monitoring service provider.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123416,7 +73879,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123429,8 +73893,6 @@ "type": "object", "description": "Contractors review of part of the Independent Engineer Report covering O&M and main subs.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123439,7 +73901,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123452,8 +73915,6 @@ "type": "object", "description": "Contractors review of part of the Independent Engineer Report covering other topic areas.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123462,7 +73923,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123475,8 +73937,6 @@ "type": "object", "description": "Risk Priority Number which is a numeric indicator of the health of the plant.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123485,7 +73945,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123498,12 +73959,6 @@ "type": "object", "description": "Type of roof slope which can be flat, sloped or steep.", "x-ob-item-type": "solar-types:roofSlopeItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Flat", - "Sloped", - "Steep" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123512,7 +73967,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123525,8 +73981,6 @@ "type": "object", "description": "Information about the roof.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123535,7 +73989,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123548,8 +74003,6 @@ "type": "object", "description": "Represents a rooftop installation.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123558,7 +74011,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123571,21 +74025,6 @@ "type": "object", "description": "Type of roof which can be Thermoplastic Polyolefin, Ethylene Propylene Diene Terpolymer, Polyvinyl Chloride, Built Up Bituminous, SBS, Asphalt Shingle, Wood Shingle, Composite Shingle, Slate, Metal Roof, Tile Clay, Tile Concrete.", "x-ob-item-type": "solar-types:roofItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Asphalt Shingle", - "Built Up Bituminous", - "Composite Shingle", - "Ethylene Propylene Diene Terpolymer", - "Metal Roof", - "Poly Vinyl Chloride", - "SBS", - "Slate", - "Thermoplastic Polyolefin", - "Tile Concrete", - "Tile Roof", - "Wood Shingle" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -123594,7 +74033,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -123607,202 +74047,16 @@ "type": "object", "description": "Amount of gain (loss) on sale and leaseback transaction from transfer of asset accounted for as sale.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -123815,202 +74069,16 @@ "type": "object", "description": "The accumulated depreciation and amortization related to the asset(s) sold in connection with the property sold to another party and leased back to the seller.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -124023,202 +74091,16 @@ "type": "object", "description": "The liability due as of the balance sheet date for leasebacks accounted for using the deposit method.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -124231,202 +74113,16 @@ "type": "object", "description": "The yearly payments due under the lease entered into in connection with the transaction involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -124439,8 +74135,6 @@ "type": "object", "description": "Instances where future commitments are required by the seller-lessee in a transaction involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -124449,7 +74143,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -124462,202 +74157,16 @@ "type": "object", "description": "Cumulative amount of gain recognized (out of deferred gain) as income or a reduction in rent expense.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -124670,202 +74179,16 @@ "type": "object", "description": "The portion of the deferred gain that was recognized in the current period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -124878,8 +74201,6 @@ "type": "object", "description": "The date of the transaction involving the sale of the property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -124888,7 +74209,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -124901,202 +74223,16 @@ "type": "object", "description": "The amount of the gain recorded in connection with the transaction involving the sale of property to another party and the lease of the property back to the seller to be recognized in future periods.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -125109,202 +74245,16 @@ "type": "object", "description": "The portion of the gain that will be recorded as income or a reduction in rent expense in future periods less amounts recognized in the current period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -125317,8 +74267,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -125327,7 +74275,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -125340,8 +74289,6 @@ "type": "object", "description": "A description of the significant provisions of the transaction involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -125350,7 +74297,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -125363,8 +74311,6 @@ "type": "object", "description": "Information pertinent to a sale and leaseback transaction, by transaction.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -125373,7 +74319,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -125386,8 +74333,6 @@ "type": "object", "description": "A description of whether the lease entered into in connection with the transaction involving the sale of property to another party and the lease of the property back to the seller was accounted for as an operating or capital lease. If the sale of the asset(s) did not meet the requirements to be accounted for as a sale, whether the transaction was accounted for using the deposit method or as a financing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -125396,7 +74341,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -125409,8 +74355,6 @@ "type": "object", "description": "A description of the transaction and the assets involved in the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -125419,7 +74363,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -125432,202 +74377,16 @@ "type": "object", "description": "Amount of cash inflow before closing and debt issuance costs received by a seller-lessee in a sale-leaseback recognized in financing activities.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -125640,202 +74399,16 @@ "type": "object", "description": "Amount of cash inflow before closing and debt issuance costs received by a seller-lessee in a sale-leaseback recognized in investing activities.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -125848,202 +74421,16 @@ "type": "object", "description": "The historical cost of the asset(s) sold in connection with the sale of the property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -126056,8 +74443,6 @@ "type": "object", "description": "The financing cost related to leases that have been recorded under the deposit method, as a financing or as a capital leases in connection with the transaction involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -126066,7 +74451,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -126079,8 +74465,6 @@ "type": "object", "description": "A description of the terms of the lease(s) related to the assets being leased-back in connection with the transaction involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -126089,7 +74473,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -126102,8 +74487,6 @@ "type": "object", "description": "Line items represent financial concepts included in a table. These concepts are used to disclose reportable information associated with domain members defined in one or many axes to the table.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -126112,7 +74495,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -126125,202 +74509,16 @@ "type": "object", "description": "The amount of the monthly rental payments due under the lease entered into in connection with the transactions involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -126333,8 +74531,6 @@ "type": "object", "description": "The name of the significant provisions of the transaction involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -126343,7 +74539,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -126356,202 +74553,16 @@ "type": "object", "description": "The net book value of the asset(s) sold in connection with the sale of the property to another party and lease back to the seller.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -126564,8 +74575,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -126574,7 +74583,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -126587,202 +74597,16 @@ "type": "object", "description": "Amount of cash inflow after closing and debt issuance costs received by a seller-lessee in a sale-leaseback recognized in financing activities.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -126795,8 +74619,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -126805,7 +74627,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -126818,202 +74641,16 @@ "type": "object", "description": "Amount of cash inflow after closing and debt issuance costs received by a seller-lessee in a sale-leaseback recognized in investing activities.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -127026,8 +74663,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -127036,7 +74671,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -127049,8 +74685,6 @@ "type": "object", "description": "A description of any other information relevant to the transaction involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -127059,7 +74693,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -127072,202 +74707,16 @@ "type": "object", "description": "Other amounts the seller-lessee is required to pay under the terms of the transaction involving the sale of property to another party and lease of the property back to the seller, including reimbursements for such items, as utilities, taxes, insurance and common area maintenance.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -127280,202 +74729,16 @@ "type": "object", "description": "The amount of the quarterly rental payments due under the lease entered into in connection with the transactions involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -127488,202 +74751,16 @@ "type": "object", "description": "The amount of the current period expense recorded for use of the property in connection with the transaction involving the sale of property to another party and the lease of the property back to the seller.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -127696,8 +74773,6 @@ "type": "object", "description": "A summary of the elements of a transaction involving the entity's sale of property to another party and the lease of the property back to the entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -127706,7 +74781,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -127719,202 +74795,16 @@ "type": "object", "description": "Amount of cash outflow for transaction costs in a sale-leaseback recognized in financing activities. Includes, but is not limited to, closing and debt issuance costs.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -127927,202 +74817,16 @@ "type": "object", "description": "Amount of cash outflow for transaction costs in a sale-leaseback recognized in investing activities. Includes, but is not limited to, closing and debt issuance costs.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -128135,8 +74839,6 @@ "type": "object", "description": "Information about sale leasebacks.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128145,7 +74847,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128158,8 +74861,6 @@ "type": "object", "description": "Information contained in the contract for a sale leaseback.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128168,7 +74869,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128181,8 +74883,6 @@ "type": "object", "description": "Name of the counterparty to the sale leaseback.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128191,7 +74891,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128204,8 +74905,6 @@ "type": "object", "description": "Address of the counterparty to the sale leaseback.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128214,7 +74913,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128227,8 +74927,6 @@ "type": "object", "description": "Description of the type of counterparty in the sale leaseback. For example, trust.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128237,7 +74935,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128250,8 +74949,6 @@ "type": "object", "description": "Jurisdiction of the counterparty in the sale leaseback, for example, name of the state.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128260,7 +74957,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128273,8 +74971,6 @@ "type": "object", "description": "Date of execution of the sale leaseback contract. May be the same as the commencement date of the sale leaseback.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128283,7 +74979,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128296,8 +74993,6 @@ "type": "object", "description": "Date which sale leaseback or group of sale leasebacks is set to expire, in CCYY-MM-DD format.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128306,7 +75001,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128319,8 +75015,6 @@ "type": "object", "description": "Information contained in the servicing for a sale leaseback.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128329,7 +75023,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128342,17 +75037,6 @@ "type": "object", "description": "Contract term of the sale leaseback. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128361,7 +75045,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128374,8 +75059,6 @@ "type": "object", "description": "Information about seasonal model factors that are reported by month, by quarter or by year.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128384,7 +75067,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128397,8 +75081,6 @@ "type": "object", "description": "Information by scenario to be reported. Scenarios distinguish among different kinds of business reporting facts, as for example actual versus budgeted figures.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128407,7 +75089,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128420,8 +75103,6 @@ "type": "object", "description": "Any scenario, that is, the particular reporting scenario is left unspecified. Scenarios distinguish among different kinds of business reporting facts, as for example actual versus budgeted figures.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128430,7 +75111,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128443,8 +75125,6 @@ "type": "object", "description": "The scenario under which facts represent plans as distinct from actual.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128453,7 +75133,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128466,202 +75147,16 @@ "type": "object", "description": "Expense for scheduling and forecasting service for most utility scale projects.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -128674,8 +75169,6 @@ "type": "object", "description": "Information about the security for the project site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128684,7 +75177,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128697,8 +75191,6 @@ "type": "object", "description": "Address for security guard company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128707,7 +75199,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128720,8 +75213,6 @@ "type": "object", "description": "Information about the Security Agreement Supplement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128730,7 +75221,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128743,8 +75235,6 @@ "type": "object", "description": "Indicates if the Security Agreement Supplement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128753,7 +75243,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128766,8 +75257,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Security Agreement Supplement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128776,7 +75265,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128789,8 +75279,6 @@ "type": "object", "description": "Indicates if the Security Agreement Supplement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128799,7 +75287,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128812,8 +75301,6 @@ "type": "object", "description": "Names of counterparties to the Security Agreement Supplement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128822,7 +75309,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128835,8 +75323,6 @@ "type": "object", "description": "Link to the Security Agreement Supplement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128845,7 +75331,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128858,8 +75345,6 @@ "type": "object", "description": "Effective date of the Security Agreement Supplement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128868,7 +75353,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128881,8 +75367,6 @@ "type": "object", "description": "Description of any exceptions to the Security Agreement Supplement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128891,7 +75375,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128904,8 +75389,6 @@ "type": "object", "description": "Expiration date of the Security Agreement Supplement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128914,7 +75397,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128927,8 +75411,6 @@ "type": "object", "description": "Name of the company providing security.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128937,7 +75419,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128950,8 +75433,6 @@ "type": "object", "description": "Email and phone number of the company providing security.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -128960,7 +75441,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -128973,202 +75455,16 @@ "type": "object", "description": "Cost of maintaining the security equipment.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -129181,202 +75477,16 @@ "type": "object", "description": "Cost of the security guard.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -129389,8 +75499,6 @@ "type": "object", "description": "Information about Security Interest, which is when the bank shares ownership, or is a joint counterparty, to something of value, such as the project itself or a key agreement like the asset management.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129399,7 +75507,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129412,8 +75521,6 @@ "type": "object", "description": "Used to group information about Security Interest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129422,7 +75529,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129435,8 +75543,6 @@ "type": "object", "description": "Used as the identifier for Security Interest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129445,7 +75551,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129458,8 +75565,6 @@ "type": "object", "description": "Used as the identifier for Security Interest.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129468,7 +75573,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129481,8 +75587,6 @@ "type": "object", "description": "Information about agreement identifiers for contracts supported by security.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129491,7 +75595,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129504,8 +75609,6 @@ "type": "object", "description": "Information indicating the contract supported by the security interest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129514,7 +75617,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129527,8 +75631,6 @@ "type": "object", "description": "Indicates if there is security interest in the Asset Management Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129537,7 +75639,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129550,8 +75653,6 @@ "type": "object", "description": "Indicates if there is security interest in the Engineering Procurement and Construction Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129560,7 +75661,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129573,8 +75675,6 @@ "type": "object", "description": "Indicates if there is security interest in the Equity Capital Contribution Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129583,7 +75683,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129596,8 +75697,6 @@ "type": "object", "description": "Indicates if there is security interest in the Hedge Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129606,7 +75705,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129619,8 +75719,6 @@ "type": "object", "description": "Indicates if there is security interest in the Individual Contractor Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129629,7 +75727,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129642,8 +75741,6 @@ "type": "object", "description": "Indicates if there is security interest in the Lease Schedule. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129652,7 +75749,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129665,8 +75763,6 @@ "type": "object", "description": "Indicates if there is security interest in the Limited Liability Company Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129675,7 +75771,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129688,8 +75785,6 @@ "type": "object", "description": "Indicates if there is security interest in the Master Lease Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129698,7 +75793,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129711,8 +75807,6 @@ "type": "object", "description": "Indicates if there is security interest in the Membership Interest Purchase Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129721,7 +75815,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129734,8 +75829,6 @@ "type": "object", "description": "Indicates if there is security interest in the Operations and Maintenance Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129744,7 +75837,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129757,8 +75851,6 @@ "type": "object", "description": "Indicates if there is security interest in the Power Purchase Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129767,7 +75859,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129780,8 +75873,6 @@ "type": "object", "description": "Indicates if there is security interest in the Site Lease Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129790,7 +75881,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129803,8 +75895,6 @@ "type": "object", "description": "Indicates if there is security interest in the Site Permit Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129813,7 +75903,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129826,8 +75917,6 @@ "type": "object", "description": "Indicates if there is security interest in the Term Loan Agreement. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129836,7 +75925,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129849,8 +75939,6 @@ "type": "object", "description": "Name of individual or organization providing the security interest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129859,7 +75947,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129872,8 +75961,6 @@ "type": "object", "description": "Name of individual or organization receiving the security interest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129882,7 +75969,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129895,14 +75983,6 @@ "type": "object", "description": "Type of asset being secured, which can be Land, Membership Interest, Contract, Bank Account.", "x-ob-item-type": "solar-types:assetSecuredItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Land", - "Membership Interest", - "Contract", - "Bank Account", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129911,7 +75991,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129924,8 +76005,6 @@ "type": "object", "description": "Identifies bank account for the security interest.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129934,7 +76013,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129947,8 +76027,6 @@ "type": "object", "description": "Additional comments by user", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129957,7 +76035,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129970,8 +76049,6 @@ "type": "object", "description": "Identifier for the Counterparty which is a grantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -129980,7 +76057,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -129993,8 +76071,6 @@ "type": "object", "description": "Identifier for the SPV which is a grantee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130003,7 +76079,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130016,11 +76093,6 @@ "type": "object", "description": "Indicates if the grantee is an SPV or a counterparty.", "x-ob-item-type": "solar-types:sPVOrCounterpartyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "SPV", - "Counterparty" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130029,7 +76101,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130042,8 +76115,6 @@ "type": "object", "description": "Identifier for the Counterparty which is a grantor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130052,7 +76123,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130065,8 +76137,6 @@ "type": "object", "description": "Identifier for the Special Purpose Vehicle which is a grantor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130075,7 +76145,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130088,11 +76159,6 @@ "type": "object", "description": "Indicates if the grantor is a project company or a counterparty.", "x-ob-item-type": "solar-types:sPVOrCounterpartyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "SPV", - "Counterparty" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130101,7 +76167,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130114,8 +76181,6 @@ "type": "object", "description": "Indicates if interest is recorded for security interests. If it is recorded, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130124,7 +76189,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130137,13 +76203,6 @@ "type": "object", "description": "Status of Security Interest which can be Not Due, Over Due, Granted, Expired.", "x-ob-item-type": "solar-types:securityInterestStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not Due", - "Over Due", - "Granted", - "Expired" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130152,7 +76211,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130165,15 +76225,6 @@ "type": "object", "description": "Type of Security Interest, which can be Mortgage, Deed of Trust, Lien, Pledge, Collateral Assignment.", "x-ob-item-type": "solar-types:securityInterestItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Mortgage", - "Deed of Trust", - "Lien", - "Pledge", - "Collateral Assignment", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130182,7 +76233,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130195,8 +76247,6 @@ "type": "object", "description": "Represents information about security interests related to various contracts that support the system which can include the name of the contract supported, identifier for the contract and assets secured.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130205,7 +76255,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130218,202 +76269,16 @@ "type": "object", "description": "Cost for local security company to respond to an event.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -130426,202 +76291,16 @@ "type": "object", "description": "Cost of security software upgrade.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -130634,202 +76313,16 @@ "type": "object", "description": "Transportation expense for the security company.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -130842,8 +76335,6 @@ "type": "object", "description": "Serial number of the device.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130852,7 +76343,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130865,8 +76357,6 @@ "type": "object", "description": "Percentage of kWh lost due to Ohmic losses (both AC and DC), for a typical meteorological year, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130875,7 +76365,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130888,8 +76379,6 @@ "type": "object", "description": "Percentage of kWh lost due to Ohmic losses (both AC and DC), for a typical meteorological month, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130898,7 +76387,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130911,8 +76401,6 @@ "type": "object", "description": "Percentage of kWh lost due to shading, for a typical meteorological year, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130921,7 +76409,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130934,8 +76423,6 @@ "type": "object", "description": "Percentage of kWh lost due to shading, for a typical meteorogical month, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130944,7 +76431,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130957,8 +76445,6 @@ "type": "object", "description": "Information about a Shared Facility Agreement which could apply to sharing a building property, substation, a piece of equipment, etc.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130967,7 +76453,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -130980,8 +76467,6 @@ "type": "object", "description": "Indicates if the Shared Facility Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -130990,7 +76475,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131003,8 +76489,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Shared Facility Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131013,7 +76497,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131026,8 +76511,6 @@ "type": "object", "description": "Indicates if the Shared Facility Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131036,7 +76519,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131049,8 +76533,6 @@ "type": "object", "description": "Names of counterparties to the Shared Facility Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131059,7 +76541,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131072,8 +76555,6 @@ "type": "object", "description": "Link to the Shared Facility Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131082,7 +76563,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131095,8 +76577,6 @@ "type": "object", "description": "Effective date of the Shared Facility Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131105,7 +76585,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131118,8 +76599,6 @@ "type": "object", "description": "Description of any exceptions to the Shared Facility Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131128,7 +76607,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131141,8 +76621,6 @@ "type": "object", "description": "Expiration date of the Shared Facility Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131151,7 +76629,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131164,8 +76643,6 @@ "type": "object", "description": "Information about the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131174,7 +76651,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131187,16 +76665,6 @@ "type": "object", "description": "Number of acres in the site.", "x-ob-item-type": "num:areaItemType", - "x-ob-unit": [ - "Acre", - "Square Foot", - "Square Mile", - "Square Yard", - "Hectare", - "Square km", - "Square metre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131205,7 +76673,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131218,8 +76687,6 @@ "type": "object", "description": "First line of the address of the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131228,7 +76695,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131241,8 +76709,6 @@ "type": "object", "description": "Second line of the address of the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131251,7 +76717,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131264,8 +76731,6 @@ "type": "object", "description": "Information about the address of the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131274,7 +76739,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131287,8 +76753,6 @@ "type": "object", "description": "City where site is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131297,7 +76761,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131310,8 +76775,6 @@ "type": "object", "description": "ISO country code where the site is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131320,7 +76783,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131333,8 +76797,6 @@ "type": "object", "description": "State or province where the system is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131343,7 +76805,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131356,8 +76819,6 @@ "type": "object", "description": "Zip (postal) Code where the site is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131366,7 +76827,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131379,8 +76841,6 @@ "type": "object", "description": "Information about the site used during the build stage.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131389,7 +76849,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131402,24 +76863,6 @@ "type": "object", "description": "Indicates the climate zone for the site using Koppen Climate Classifications of 2.1 Tropical/megathermal climates, 2.1.1 Tropical rainforest climate, 2.1.2 Tropical monsoon climate, 2.1.3 Tropical wet and dry or savanna climates, 2.2 Dry (desert and semi-arid) climates, 2.3 Temperate/mesothermal climates, 2.3.1 Mediterranean climates, 2.3.2 Humid subtropical climates, 2.3.3 Oceanic climates, 2.3.4 Highland climates, 2.4 Continental/microthermal climates, 2.4.1 Hot summer continental climates, 2.4.2 Warm summer continental or hemiboreal climates, 2.4.3 Subarctic or boreal climates, 2.5 Polar climates.", "x-ob-item-type": "solar-types:climateClassificationKoppenItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "2.1 Tropical/megathermal climates", - "2.1.1 Tropical rainforest climate", - "2.1.2 Tropical monsoon climate", - "2.1.3 Tropical wet and dry or savanna climates", - "2.2 Dry (desert and semi-arid) climates", - "2.3 Temperate/mesothermal climates", - "2.3.1 Mediterranean climates", - "2.3.2 Humid subtropical climates", - "2.3.3 Oceanic climates", - "2.3.4 Highland climates", - "2.4 Continental/microthermal climates", - "2.4.1 Hot summer continental climates", - "2.4.2 Warm summer continental or hemiboreal climates", - "2.4.3 Subarctic or boreal climates", - "2.5 Polar climates" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131428,7 +76871,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131439,28 +76883,8 @@ }, { "type": "object", - "description": "Indicates the climate zone for the site which can be Very Hot - Humid (1A), Very Hot - Dry (1B), Hot - Humid (2A), Hot - Dry (2B), Warm - Humid (3A), Warm - Dry (3B), Warm - Marine (3C), Mixed - Humid (4A), Mixed - Dry (4B), Mixed - Marine (4C), Cool - Humid (5A), Cool - Dry (5B), Cool - Marine (5C), Cold - Humid (6A), Cold - Dry (6B), Very Cold (7), Subarctic (8), per International Climate Zone Definitions ANSI/ASHRAE/IESNA Standard 90.1-2007 Normative Appendix B – Building Envelope\nClimate Criteria. ", + "description": "Indicates the climate zone for the site which can be Very Hot - Humid (1A), Very Hot - Dry (1B), Hot - Humid (2A), Hot - Dry (2B), Warm - Humid (3A), Warm - Dry (3B), Warm - Marine (3C), Mixed - Humid (4A), Mixed - Dry (4B), Mixed - Marine (4C), Cool - Humid (5A), Cool - Dry (5B), Cool - Marine (5C), Cold - Humid (6A), Cold - Dry (6B), Very Cold (7), Subarctic (8), per International Climate Zone Definitions ANSI/ASHRAE/IESNA Standard 90.1-2007 Normative Appendix B – Building Envelope\nClimate Criteria. ", "x-ob-item-type": "solar-types:climateZoneANSIItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Very Hot - Humid", - "Very Hot - Dry", - "Hot - Humid", - "Hot - Dry", - "Warm - Humid", - "Warm - Dry", - "Warm - Marine", - "Mixed - Humid", - "Mixed - Dry", - "Mixed - Marine", - "Cool - Humid", - "Cool - Dry", - "Cool - Marine", - "Cold - Humid", - "Cold - Dry", - "Very Cold", - "Subarctic" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131469,7 +76893,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131482,8 +76907,6 @@ "type": "object", "description": "Information about various climate classifications that can be used to indicate the climate of a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131492,7 +76915,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131505,8 +76929,6 @@ "type": "object", "description": "Indication as to whether there is a data collection substation located at the site.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131515,7 +76937,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131528,8 +76951,6 @@ "type": "object", "description": "Information about the entity that controls the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131538,7 +76959,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131551,8 +76973,6 @@ "type": "object", "description": "Description of contract structure and history per Site Control.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131561,7 +76981,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131574,8 +76995,6 @@ "type": "object", "description": "Description of Site Control.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131584,7 +77003,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131597,8 +77017,6 @@ "type": "object", "description": "Effective date when developer will have control of the site.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131607,7 +77025,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131620,8 +77039,6 @@ "type": "object", "description": "Description of end of term provisions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131630,7 +77047,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131643,8 +77061,6 @@ "type": "object", "description": "Name of the Site Control Host Company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131653,7 +77069,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131666,8 +77083,6 @@ "type": "object", "description": "Name of lessee of the site where the system is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131676,7 +77091,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131689,8 +77105,6 @@ "type": "object", "description": "Name of lessor of the site where the system is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131699,7 +77113,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131712,8 +77127,6 @@ "type": "object", "description": "Number of sites per Site Control.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131722,7 +77135,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131735,202 +77149,16 @@ "type": "object", "description": "Amount of rent for the site where the system is located.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -131943,8 +77171,6 @@ "type": "object", "description": "Description of required site access notice.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131953,7 +77179,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131966,8 +77193,6 @@ "type": "object", "description": "Counterparty to the Site Access Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131976,7 +77201,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -131989,8 +77215,6 @@ "type": "object", "description": "Description of requirements to access the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -131999,7 +77223,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132012,8 +77237,6 @@ "type": "object", "description": "Name and title of the host (owner) of the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132022,7 +77245,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132035,8 +77259,6 @@ "type": "object", "description": "Email and phone number of the host (owner) of the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132045,7 +77267,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132058,8 +77281,6 @@ "type": "object", "description": "Description of special features of the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132068,7 +77289,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132081,17 +77303,6 @@ "type": "object", "description": "Term of the site control in years. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132100,7 +77311,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132113,8 +77325,6 @@ "type": "object", "description": "Description of the Title Policy of the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132123,7 +77333,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132136,12 +77347,6 @@ "type": "object", "description": "Type of control relationship between the developer and the site, which can be Own, Lease, Easement, or Combination.", "x-ob-item-type": "solar-types:siteControlItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Lease", - "Own", - "Rent" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132150,7 +77355,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132163,8 +77369,6 @@ "type": "object", "description": "Used to group a listing of information about a Site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132173,7 +77377,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132186,19 +77391,6 @@ "type": "object", "description": "Average altitude of PV system array.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132207,7 +77399,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132220,8 +77413,6 @@ "type": "object", "description": "Information about certain environmental conditions about the site which may include Pollen, High wind, Hail, Salt air, Diesel soot, Industrial emissions, Bird populations, Dust, or High insolation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132230,7 +77421,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132243,8 +77435,6 @@ "type": "object", "description": "Indicates if bird population conditions exist at the site. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132253,7 +77443,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132266,8 +77457,6 @@ "type": "object", "description": "Indicates if diesel soot conditions exist at the site. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132276,7 +77465,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132289,8 +77479,6 @@ "type": "object", "description": "Indicates if dust conditions exist at the site. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132299,7 +77487,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132312,8 +77501,6 @@ "type": "object", "description": "Indicates if hail conditions exist at the site. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132322,7 +77509,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132335,8 +77523,6 @@ "type": "object", "description": "Indicates if high insolation conditions exist at the site. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132345,7 +77531,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132358,8 +77545,6 @@ "type": "object", "description": "Indicates if high wind conditions exist at the site. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132368,7 +77553,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132381,8 +77567,6 @@ "type": "object", "description": "Indicates if industrial emission conditions exist at the site. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132391,7 +77575,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132404,8 +77589,6 @@ "type": "object", "description": "Indicates if pollen conditions exist at the site. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132414,7 +77597,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132427,8 +77611,6 @@ "type": "object", "description": "Indicates if salt air conditions exist at the site. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132437,7 +77619,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132450,8 +77633,6 @@ "type": "object", "description": "Information about the site used during the evaluation stage.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132460,7 +77641,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132473,8 +77655,6 @@ "type": "object", "description": "Description of the geospatial boundaries of the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132483,7 +77663,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132496,8 +77677,6 @@ "type": "object", "description": "URI of the geospatial boundary information file.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132506,7 +77685,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132519,13 +77699,6 @@ "type": "object", "description": "File type of the geospatial boundary information file which can be GEOJson, Shapefile, KML, or GML.", "x-ob-item-type": "solar-types:gISFileFormatItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "GEOJson", - "Shapefile", - "KML", - "GML" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132534,7 +77707,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132547,8 +77721,6 @@ "type": "object", "description": "Universally unique identifier for the site.", "x-ob-item-type": "solar-types:uuidItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132557,7 +77729,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132570,8 +77743,6 @@ "type": "object", "description": "Information about details for the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132580,7 +77751,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132593,8 +77765,6 @@ "type": "object", "description": "Used as the identifier for the Site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132603,7 +77773,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132616,8 +77787,6 @@ "type": "object", "description": "Used as the identifier for the Site.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132626,7 +77795,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132639,8 +77809,6 @@ "type": "object", "description": "Represents information about multiple sites.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132649,7 +77817,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132662,8 +77831,6 @@ "type": "object", "description": "Site inspections on-site or remote, Photographic (desktop)/Remote Inspection at Final Completion.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132672,7 +77839,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132685,8 +77853,6 @@ "type": "object", "description": "Site inspections which can be on-site or remote at Mechanical Completion.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132695,7 +77861,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132708,8 +77875,6 @@ "type": "object", "description": "Site inspections on-site or remote, Photographic (desktop)/Remote Inspection at Final Completion.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132718,7 +77883,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132731,8 +77897,6 @@ "type": "object", "description": "Site inspections on-site or remote, Utility Scale Monthly Physical/On-Site Inspection.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132741,7 +77905,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132754,11 +77919,6 @@ "type": "object", "description": "The latitude of the system at the system meter. The value should be entered in decimal degrees.", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132767,7 +77927,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132780,11 +77941,6 @@ "type": "object", "description": "The latitude of the system at the system entrance. The value should be entered in decimal degrees.", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132793,7 +77949,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132806,8 +77963,6 @@ "type": "object", "description": "Indicates if the Site Lease Access Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132816,7 +77971,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132829,8 +77985,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Site Lease Access Agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132839,7 +77993,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132852,8 +78007,6 @@ "type": "object", "description": "Indicates if the Site Lease Access Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132862,7 +78015,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132875,8 +78029,6 @@ "type": "object", "description": "Link to the Site Lease Access Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132885,7 +78037,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132898,8 +78051,6 @@ "type": "object", "description": "Description of any exceptions to the Site Lease Access Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132908,7 +78059,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132921,8 +78073,6 @@ "type": "object", "description": "Information about the Site Lease Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132931,7 +78081,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132944,8 +78095,6 @@ "type": "object", "description": "Name of the lessor of the site per the Site Lease Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132954,7 +78103,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132967,8 +78117,6 @@ "type": "object", "description": "Expiration date of the Site Lease Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -132977,7 +78125,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -132990,8 +78139,6 @@ "type": "object", "description": "Initiation date of the Site Lease Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133000,7 +78147,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133013,8 +78161,6 @@ "type": "object", "description": "Rate escalator percent of the Site Lease Agreement.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133023,7 +78169,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133036,202 +78183,16 @@ "type": "object", "description": "Annual cost of rent for the site per the Site Lease Agreement.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -133244,8 +78205,6 @@ "type": "object", "description": "Description of rate type of Site Lease Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133254,7 +78213,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133267,17 +78227,6 @@ "type": "object", "description": "Term of the Site Lease Agreement. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133286,7 +78235,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133299,8 +78249,6 @@ "type": "object", "description": "Description of the type of Site Lease Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133309,7 +78257,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133322,8 +78271,6 @@ "type": "object", "description": "Information about the Site Lease Assignment for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133332,7 +78279,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133345,8 +78293,6 @@ "type": "object", "description": "Indicates if the Site Lease Assignment is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133355,7 +78301,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133368,8 +78315,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Site Lease Assignment or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133378,7 +78323,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133391,8 +78337,6 @@ "type": "object", "description": "Indicates if the Site Lease Assignment is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133401,7 +78345,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133414,8 +78359,6 @@ "type": "object", "description": "Names of counterparties to the Site Lease Assignment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133424,7 +78367,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133437,8 +78381,6 @@ "type": "object", "description": "Link to the Site Lease Assignment document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133447,7 +78389,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133460,8 +78403,6 @@ "type": "object", "description": "Effective date of the Site Lease Assignment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133470,7 +78411,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133483,8 +78425,6 @@ "type": "object", "description": "Description of any exceptions to the Site Lease Assignment or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133493,7 +78433,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133506,8 +78447,6 @@ "type": "object", "description": "Expiration date of the Site Lease Assignment.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133516,7 +78455,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133529,8 +78469,6 @@ "type": "object", "description": "Details about the site lease. For example, could include existence of a land remediation bond.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133539,7 +78477,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133552,8 +78491,6 @@ "type": "object", "description": "Information about the Site Lease Memo for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133562,7 +78499,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133575,8 +78513,6 @@ "type": "object", "description": "Indicates if the Site Lease Memo is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133585,7 +78521,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133598,8 +78535,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Site Lease Memo or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133608,7 +78543,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133621,8 +78557,6 @@ "type": "object", "description": "Indicates if the Site Lease Memo is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133631,7 +78565,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133644,8 +78579,6 @@ "type": "object", "description": "Names of counterparties to the Site Lease Memo.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133654,7 +78587,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133667,8 +78601,6 @@ "type": "object", "description": "Link to the Site Lease Memo document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133677,7 +78609,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133690,8 +78623,6 @@ "type": "object", "description": "Effective date of the Site Lease Memo.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133700,7 +78631,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133713,8 +78645,6 @@ "type": "object", "description": "Description of any exceptions to the Site Lease Memo or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133723,7 +78653,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133736,8 +78667,6 @@ "type": "object", "description": "Expiration date of the Site Lease Memo.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133746,7 +78675,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133759,8 +78689,6 @@ "type": "object", "description": "Information about the Site License Agreement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133769,7 +78697,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133782,8 +78711,6 @@ "type": "object", "description": "Indicates if the Site License Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133792,7 +78719,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133805,8 +78733,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Site License Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133815,7 +78741,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133828,8 +78755,6 @@ "type": "object", "description": "Indicates if the Site License Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133838,7 +78763,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133851,8 +78777,6 @@ "type": "object", "description": "Names of counterparties to the Site License Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133861,7 +78785,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133874,8 +78799,6 @@ "type": "object", "description": "Effective date of the Site License Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133884,7 +78807,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133897,8 +78821,6 @@ "type": "object", "description": "Description of any exceptions to the Site License Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133907,7 +78829,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133920,8 +78843,6 @@ "type": "object", "description": "Expiration date of the Site License Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133930,7 +78851,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133943,8 +78865,6 @@ "type": "object", "description": "Link to the Site License Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133953,7 +78873,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133966,11 +78887,6 @@ "type": "object", "description": "The longitude of the system at the system meter. The value should be entered in decimal degrees.", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -133979,7 +78895,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -133992,11 +78909,6 @@ "type": "object", "description": "The longitude of the system at the system entrance. The value should be entered in decimal degrees.", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134005,7 +78917,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134018,8 +78931,6 @@ "type": "object", "description": "Description of mandatory requirements for access to the site, such as background checks.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134028,7 +78939,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134041,8 +78953,6 @@ "type": "object", "description": "Name of the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134051,7 +78961,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134064,8 +78975,6 @@ "type": "object", "description": "Description of the potential for natural disasters on or near the site, for example, wildfires, flood, windstorms.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134074,7 +78983,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134087,8 +78997,6 @@ "type": "object", "description": "Assessors parcel number, or APN, which is a number assigned to parcels of real property by the tax assessor of a particular jurisdiction for purposes of identification and record-keeping.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134097,7 +79005,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134110,8 +79019,6 @@ "type": "object", "description": "URI location where PDF of site appraisal is stored.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134120,7 +79027,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134133,8 +79041,6 @@ "type": "object", "description": "URI location where PDF of site geotechnical report is stored.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134143,7 +79049,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134156,8 +79063,6 @@ "type": "object", "description": "Information about the site property.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134166,7 +79071,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134179,8 +79085,6 @@ "type": "object", "description": "Description of the location of physical keys to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134189,7 +79093,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134202,8 +79107,6 @@ "type": "object", "description": "Description of the location of water hookups at the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134212,7 +79115,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134225,8 +79129,6 @@ "type": "object", "description": "URI location where PDF of site maps are stored.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134235,7 +79137,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134248,11 +79151,6 @@ "type": "object", "description": "The occupancy status of the building upon which the PV system is installed. Can be either Owner Occupied or Rental.", "x-ob-item-type": "solar-types:occupancyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Owner Occupied", - "Rental" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134261,7 +79159,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134274,8 +79173,6 @@ "type": "object", "description": "Information about other expenses related to the site not included in other sections.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -134284,7 +79181,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -134297,202 +79195,16 @@ "type": "object", "description": "Cost of repairs.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -134505,202 +79217,16 @@ "type": "object", "description": "Estimated system removal costs in the event the project is removed, for example, due to permitting or lease agreement.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -134713,202 +79239,16 @@ "type": "object", "description": "Expense to store spare parts.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -134921,202 +79261,16 @@ "type": "object", "description": "Expense to store consumables, which are parts that are expected to be used up and in need of replacement on a regular basis, like fuses.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -135129,202 +79283,16 @@ "type": "object", "description": "Salary and benefits expense for technicians.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -135337,202 +79305,16 @@ "type": "object", "description": "Telecommunications expense.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -135545,8 +79327,6 @@ "type": "object", "description": "URI location where PDF of site photos are stored.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135555,7 +79335,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135568,8 +79349,6 @@ "type": "object", "description": "Description of the location of spare parts inventory for the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135578,7 +79357,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135591,8 +79371,6 @@ "type": "object", "description": "Description of the location of consumables which are items such as fuses that are used up quickly and must be replenished.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135601,7 +79379,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135614,8 +79393,6 @@ "type": "object", "description": "The legal description of the building relative to property type.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135624,7 +79401,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135637,8 +79415,6 @@ "type": "object", "description": "URI location where PDF of site surveys are stored.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135647,7 +79423,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135660,8 +79437,6 @@ "type": "object", "description": "Site review of archeological, cultural and local community impact.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135670,7 +79445,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135683,8 +79459,6 @@ "type": "object", "description": "Site review of endangered species.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135693,7 +79467,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135706,8 +79481,6 @@ "type": "object", "description": "Site review of hazardous waste on-site.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135716,7 +79489,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135729,8 +79503,6 @@ "type": "object", "description": "Site review of land condition including flood plane.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135739,7 +79511,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135752,8 +79525,6 @@ "type": "object", "description": "Site review of off-site contamination.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135762,7 +79533,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135775,8 +79547,6 @@ "type": "object", "description": "Site review of roof condition.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135785,7 +79555,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135798,8 +79569,6 @@ "type": "object", "description": "Site review of Site plan including access, transmission and substation(s).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135808,7 +79577,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135821,8 +79591,6 @@ "type": "object", "description": "Site review of system impact, facility or interconnection study.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135831,7 +79599,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135844,8 +79613,6 @@ "type": "object", "description": "Description of the type of site, for example, campus, store, factory.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135854,7 +79621,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135867,17 +79635,6 @@ "type": "object", "description": "The UTC offset for the site which is the difference in minutes from Coordinated Universal Time (UTC) .", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135886,7 +79643,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135899,17 +79657,6 @@ "type": "object", "description": "Size of the entity in megawatts.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -135918,7 +79665,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -135931,202 +79679,16 @@ "type": "object", "description": "Total investment value of the entity.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -136139,8 +79701,6 @@ "type": "object", "description": "Percentage of kWh lost due to snow based on typical meteorogical year, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136149,7 +79709,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136162,8 +79723,6 @@ "type": "object", "description": "Percentage of kWh lost due to snow based on typical meteorogical month, calculation based on major design/energy production model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136172,7 +79731,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136185,8 +79745,6 @@ "type": "object", "description": "Percentage of kWh lost due to soiling based on typical meteorogical year, calculation based on major design model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136195,7 +79753,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136208,8 +79767,6 @@ "type": "object", "description": "Percentage of kWh lost due to soiling based on typical meteorological month, calculation based on major design model used.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136218,7 +79775,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136231,8 +79789,6 @@ "type": "object", "description": "Used to group information about a single piece of equipment used in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136241,7 +79797,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136254,8 +79811,6 @@ "type": "object", "description": "Table reflecting information about arrays, which are comprised of sub arrays; and sub arrays which are PV surface units with the same angle and orientation which combine together to make an array.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136264,7 +79819,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136277,8 +79833,6 @@ "type": "object", "description": "Used to identify different array types based on the orientation of the array. A sub array is a PV surface unit generally made up of the same types of module mounted together and set at the same angle and orientation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136287,7 +79841,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136300,8 +79855,6 @@ "type": "object", "description": "Used to identify different array types based on the orientation of the array. A sub array is a PV surface unit generally made up of the same types of module mounted together and set at the same angle and orientation.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136310,7 +79863,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136323,8 +79877,6 @@ "type": "object", "description": "Header for All Elements", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136333,7 +79885,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136346,202 +79899,16 @@ "type": "object", "description": "Amount of the contribution made.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -136554,8 +79921,6 @@ "type": "object", "description": "Number of solar panels or modules in an array.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136564,7 +79929,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136577,8 +79943,6 @@ "type": "object", "description": "Number of inverters connected to an array.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136587,7 +79951,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136600,8 +79965,6 @@ "type": "object", "description": "Percent capacity of the array lost each year due to degradation.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136610,7 +79973,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136623,8 +79987,6 @@ "type": "object", "description": "Information about the source of funds used for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136633,7 +79995,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136646,8 +80009,6 @@ "type": "object", "description": "Identifier for the source of funds for an individual financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136656,7 +80017,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136669,8 +80031,6 @@ "type": "object", "description": "Indication as to whether the funding source is a bank entity. If it is a bank, TRUE; if it is not a bank, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136679,7 +80039,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136692,8 +80053,6 @@ "type": "object", "description": "Identifier for the counterparty that is providing the funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136702,7 +80061,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136715,8 +80075,6 @@ "type": "object", "description": "Description of the contribution made, for example, Bank contributed 45% of funds for initial funding of XYZ project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136725,7 +80083,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136738,8 +80097,6 @@ "type": "object", "description": "Identifier for the source of funds for an individual financing event.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136748,7 +80105,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136761,8 +80119,6 @@ "type": "object", "description": "Use to group a listing of information about the source of funds for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136771,7 +80127,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136784,8 +80141,6 @@ "type": "object", "description": "Identifier for the SPV that is providing the funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136794,7 +80149,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136807,11 +80163,6 @@ "type": "object", "description": "Indication as to whether the source is an SPV entity or Counterparty.", "x-ob-item-type": "solar-types:sPVOrCounterpartyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "SPV", - "Counterparty" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136820,7 +80171,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136833,8 +80185,6 @@ "type": "object", "description": "Represents information about the various sources of funds that may be used for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136843,7 +80193,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136856,8 +80207,6 @@ "type": "object", "description": "Date when an entity was incorporated", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136866,7 +80215,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136879,8 +80229,6 @@ "type": "object", "description": "State or Country Name where an entity is incorporated", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136889,7 +80237,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136902,8 +80251,6 @@ "type": "object", "description": "Indicates availability of the legal entity membership certificate. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136912,7 +80259,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136925,8 +80273,6 @@ "type": "object", "description": "Information about the Special Purpose Vehicle.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136935,7 +80281,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136948,8 +80295,6 @@ "type": "object", "description": "Indicates availability of the Legal Entity articles of organization. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136958,7 +80303,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136971,8 +80317,6 @@ "type": "object", "description": "Link to a copy of the articles of organization for the legal entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -136981,7 +80325,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -136994,8 +80339,6 @@ "type": "object", "description": "Bank internal code for the Special Purpose Vehicle.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137004,7 +80347,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137017,8 +80361,6 @@ "type": "object", "description": "Indicates availability of the legal entities certificate of organization. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137027,7 +80369,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137040,8 +80383,6 @@ "type": "object", "description": "Date on which the Special Purpose Vehicle was established.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137050,7 +80391,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137063,8 +80405,6 @@ "type": "object", "description": "Used to group a listing of information about a Special Purpose Vehicle.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137073,7 +80413,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137086,8 +80427,6 @@ "type": "object", "description": "Used as the identifier for the Special Purpose Vehicles.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137096,7 +80435,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137109,8 +80449,6 @@ "type": "object", "description": "Used as the identifier for the Special Purpose Vehicles.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137119,7 +80457,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137132,8 +80471,6 @@ "type": "object", "description": "Description of the type of legal entity, for example LLC or Corporation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137142,7 +80479,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137155,8 +80493,6 @@ "type": "object", "description": "Link to a copy of membership certificate for the legal entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137165,7 +80501,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137178,8 +80515,6 @@ "type": "object", "description": "Indicates availability of the legal entity operating agreement. If available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137188,7 +80523,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137201,8 +80537,6 @@ "type": "object", "description": "Link to the certificate of organization for the legal entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137211,7 +80545,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137224,8 +80559,6 @@ "type": "object", "description": "Link to a copy of operating agreement for the Legal Entity.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137234,7 +80567,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137247,8 +80581,6 @@ "type": "object", "description": "Represents information related to Special Purpose Vehicles (SPV) such as location, legal entity identifiers and links to related agreements.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137257,7 +80589,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137270,8 +80603,6 @@ "type": "object", "description": "Description of the type of Special Purpose Vehicle, for example Project Company or Fund Company.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137280,7 +80611,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137293,8 +80625,6 @@ "type": "object", "description": "Information about Sponsor Group (the organization that sponsors or develops the project).", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137303,7 +80633,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137316,8 +80647,6 @@ "type": "object", "description": "Bank internal rating for sponsor", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137326,7 +80655,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137339,8 +80669,6 @@ "type": "object", "description": "Used to group a listing of information about a Sponsor Group.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137349,7 +80677,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137362,8 +80691,6 @@ "type": "object", "description": "Used as the identifier for the Sponsor Group.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137372,7 +80699,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137385,8 +80713,6 @@ "type": "object", "description": "Identifier for the Sponsor Group.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137395,7 +80721,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137408,8 +80735,6 @@ "type": "object", "description": "Used as the identifier for the Sponsor Group.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137418,7 +80743,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137431,8 +80757,6 @@ "type": "object", "description": "Represents information about sponsors such as name and credit rating.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137441,7 +80765,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137454,8 +80779,6 @@ "type": "object", "description": "Description of the standard or source of publicly available procedure that is applicable to the data needed.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137464,7 +80787,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137477,8 +80801,6 @@ "type": "object", "description": "Test condition measurement is performed using Standard Test Conditions which include the following constraints: cell temperature = 45; wind speed = 1; air mass = 1.5; irradiance = 1000; ambient temperature = 25.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137487,7 +80809,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137500,8 +80823,6 @@ "type": "object", "description": "Time stamp indicating first day of IEC 61724-3 test, administered under OD-402.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137510,7 +80831,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137523,17 +80845,6 @@ "type": "object", "description": "Time stamp indicating the first day of the IEC 61724-2 test, administered under OD-401 or OD-402.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137542,7 +80853,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137555,8 +80867,6 @@ "type": "object", "description": "Uncertainty in expected energy arising from all factors (including bias and precision) of energy measured, expressed as +/- percent uncertainty.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137565,7 +80875,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137578,8 +80889,6 @@ "type": "object", "description": "Uncertainty in expected energy arising from uncertainty in the measured weather data, expressed as +/- percent uncertainty. For example, 3% uncertain that the expected energy will be xx.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137588,7 +80897,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137601,8 +80911,6 @@ "type": "object", "description": "Status report on Independent Engineer Mechanical Completion Certificate.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137611,7 +80919,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137624,8 +80933,6 @@ "type": "object", "description": "Status report on List of documents relied upon for Independent Engineer opinion.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137634,7 +80941,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137647,8 +80955,6 @@ "type": "object", "description": "Status report on Independent Engineer Opinion Letter for sales lease-back.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137657,7 +80963,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137670,8 +80977,6 @@ "type": "object", "description": "Status report on IE Reports.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137680,7 +80985,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137693,8 +80999,6 @@ "type": "object", "description": "Status report on Independent Engineer Substantial Completion Certificate.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137703,7 +81007,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137716,8 +81021,6 @@ "type": "object", "description": "Status report on Project Description.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137726,7 +81029,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137739,8 +81043,6 @@ "type": "object", "description": "Status report on Project Scorecard.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137749,7 +81051,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137762,8 +81065,6 @@ "type": "object", "description": "Status report on Supplemental Independent Engineer Reports (bring-downs).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137772,7 +81073,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137785,8 +81087,6 @@ "type": "object", "description": "String equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137795,7 +81095,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137808,8 +81109,6 @@ "type": "object", "description": "A sub array is a PV surface unit made up of the same types of module mounted together and set at the same angle and orientation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137818,7 +81117,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137831,8 +81131,6 @@ "type": "object", "description": "Information about the SubArray Geospatial Layout.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137841,7 +81139,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137854,13 +81153,6 @@ "type": "object", "description": "Type of file format used for the GIS File which could be GeoJSON, Shapefile, KML or GML.", "x-ob-item-type": "solar-types:gISFileFormatItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "GEOJson", - "Shapefile", - "KML", - "GML" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137869,7 +81161,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137882,8 +81175,6 @@ "type": "object", "description": "Link to the SubArray Geospatial Layout (GIS) file.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137892,7 +81183,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137905,8 +81197,6 @@ "type": "object", "description": "Unique Identifier used to identify the subarray", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137915,7 +81205,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137928,8 +81219,6 @@ "type": "object", "description": "Information about the subcontractor for the project site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137938,7 +81227,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137951,8 +81241,6 @@ "type": "object", "description": "Information about the Substantial Completion Certificate which is issued by an independent engineer stating that the project has been built to plan, is free of any material issues that will threaten ongoing safety or performance, and has been tested to confirm expected performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137961,7 +81249,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137974,8 +81263,6 @@ "type": "object", "description": "Indicates if the Substantial Completion Certificate is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -137984,7 +81271,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -137997,8 +81285,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Substantial Completion Certificate. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138007,7 +81293,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138020,8 +81307,6 @@ "type": "object", "description": "Indicates if the Substantial Completion Certificate is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138030,7 +81315,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138043,8 +81329,6 @@ "type": "object", "description": "Names of counterparties to the Substantial Completion Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138053,7 +81337,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138066,8 +81351,6 @@ "type": "object", "description": "Link to the Substantial Completion Certificate document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138076,7 +81359,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138089,8 +81373,6 @@ "type": "object", "description": "Effective date of the Substantial Completion Certificate.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138099,7 +81381,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138112,8 +81395,6 @@ "type": "object", "description": "Description of any exceptions to the Substantial Completion Certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138122,7 +81403,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138135,8 +81417,6 @@ "type": "object", "description": "Substantial Completion confirmation that all construction is complete and equipment is tested and commissioned per plan.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138145,7 +81425,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138158,8 +81439,6 @@ "type": "object", "description": "Confirmation that Continuity of Operations Program (COP) documentation has been uploaded to investor share drive.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138168,7 +81447,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138181,8 +81461,6 @@ "type": "object", "description": "Passing of Functional (Availability) Test (continuous, autonomous operation with no material equipment failures or clear line of sight to remedy failures, recommended to be at least 5 days for DG, 15 days for US at sufficient solar irradiance).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138191,7 +81469,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138204,8 +81483,6 @@ "type": "object", "description": "Exception is made to the passing of the Functional (Availability) Test.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138214,7 +81491,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138225,10 +81503,8 @@ }, { "type": "object", - "description": "Completion confirmation of investor's parallel monitoring feed functionality via email from investor’s parallel monitoring service or other means.", + "description": "Completion confirmation of investor's parallel monitoring feed functionality via email from investor’s parallel monitoring service or other means.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138237,7 +81513,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138250,8 +81527,6 @@ "type": "object", "description": "Completion of Operations and Maintenance Manual Review.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138260,7 +81535,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138273,8 +81549,6 @@ "type": "object", "description": "Passing of Performance Tests (recommended to be at least 5 days for DG, 15 days for utility scale at sufficient solar irradiance), e.g. Energy Yield Tests, Performance Ratio Tests or Capacity Test.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138283,7 +81557,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138296,8 +81571,6 @@ "type": "object", "description": "Exception is made to the passing of the Performance Test.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138306,7 +81579,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138319,8 +81593,6 @@ "type": "object", "description": "Completion of Punch List Review to confirm no material risk to project operation or pro forma.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138329,7 +81601,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138342,8 +81615,6 @@ "type": "object", "description": "Completion confirmation of remote SCADA system functionality at operator's facility via witness, e.g. screen sharing with operator.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138352,7 +81623,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138363,10 +81635,8 @@ }, { "type": "object", - "description": "Completion confirmation of VPN connection to SCADA system at back-up operator's facility via email from investor’s back-up operator.", + "description": "Completion confirmation of VPN connection to SCADA system at back-up operator's facility via email from investor’s back-up operator.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138375,7 +81645,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138388,8 +81659,6 @@ "type": "object", "description": "Review of report for construction monitoring reports typically by Indpendent Engineer.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138398,7 +81667,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138411,8 +81681,6 @@ "type": "object", "description": "Review of supplemental reports and reference in Independent Engineer reports) for Insurance review.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138421,7 +81689,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138434,8 +81703,6 @@ "type": "object", "description": "Review of supplemental reports and reference in Independent Engineer reports) for local tax review.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138444,7 +81711,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138457,8 +81725,6 @@ "type": "object", "description": "Review of report for module factory audit reports typically by Independent Engineer.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138467,7 +81733,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138480,8 +81747,6 @@ "type": "object", "description": "Review of report for module lab testing reports typically by Indendent Engineer.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138490,7 +81755,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138503,8 +81769,6 @@ "type": "object", "description": "Information about the Supply Agreements for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138513,7 +81777,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138526,8 +81791,6 @@ "type": "object", "description": "Indicates if the Supply Agreements is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138536,7 +81799,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138549,8 +81813,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Supply Agreements or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138559,7 +81821,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138572,8 +81835,6 @@ "type": "object", "description": "Indicates if the Supply Agreements is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138582,7 +81843,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138595,8 +81857,6 @@ "type": "object", "description": "Names of counterparties to the Supply Agreements.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138605,7 +81865,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138618,8 +81879,6 @@ "type": "object", "description": "Link to the Supply Agreements document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138628,7 +81887,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138641,8 +81901,6 @@ "type": "object", "description": "Effective date of the Supply Agreements.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138651,7 +81909,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138664,8 +81923,6 @@ "type": "object", "description": "Description of any exceptions to the Supply Agreements or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138674,7 +81931,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138687,8 +81945,6 @@ "type": "object", "description": "Expiration date of the Supply Agreements.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138697,7 +81953,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138710,8 +81967,6 @@ "type": "object", "description": "Description of the surety bond form used which can include the name of the form and version number. For example, a form provided by the Association of General Contractors or ACORD.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138720,7 +81975,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138733,8 +81989,6 @@ "type": "object", "description": "The name of the Principal to a surety bond, which is a promise by a surety or guarantor to pay one party (the obligee) a certain amount if a second party (the principal) fails to meet some obligation, such as fulfilling the terms of a contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138743,7 +81997,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138756,8 +82011,6 @@ "type": "object", "description": "Email address of the Principal to the surety bond.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138766,7 +82019,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138779,8 +82033,6 @@ "type": "object", "description": "Email address of the Obligee to the surety bond.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138789,7 +82041,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138802,8 +82055,6 @@ "type": "object", "description": "Surety bond number which is assigned by the surety company and is the surety company's unique identifier.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -138812,7 +82063,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -138825,202 +82077,16 @@ "type": "object", "description": "Value of the surety bond.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -139033,8 +82099,6 @@ "type": "object", "description": "Email address of the insurance carrier or the surety carrier.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139043,7 +82107,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139056,8 +82121,6 @@ "type": "object", "description": "Flag indicating if the surety bond is electronic. If it is electronic, TRUE; if it is not electronic, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139066,7 +82129,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139079,8 +82143,6 @@ "type": "object", "description": "Validation web site of the surety electronic bond carrier.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139089,7 +82151,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139102,8 +82165,6 @@ "type": "object", "description": "Bond Verification Number which comes from the Electronic Bond Provider and is unique to their system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139112,7 +82173,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139125,202 +82187,16 @@ "type": "object", "description": "Annual amount of the surety premium.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -139333,8 +82209,6 @@ "type": "object", "description": "Effective date of the surety bond.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139343,7 +82217,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139356,8 +82231,6 @@ "type": "object", "description": "Contract date of the surety bond.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139366,7 +82239,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139379,8 +82253,6 @@ "type": "object", "description": "Description of the surety bond contract.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139389,7 +82261,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139402,8 +82275,6 @@ "type": "object", "description": "Jurisdiction for the bond which is usually identified in the contract, to be used to determine where a case would be brought in the event of a dispute.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139412,7 +82283,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139425,8 +82297,6 @@ "type": "object", "description": "Switchgear equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139435,7 +82305,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139448,8 +82319,6 @@ "type": "object", "description": "Information about the system during the onboarding process.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139458,7 +82327,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139471,8 +82341,6 @@ "type": "object", "description": "Information about the System.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139481,7 +82349,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139494,16 +82363,6 @@ "type": "object", "description": "Indicates the system availability mode which can be Islanded, Standby, Environment, Grid, Shutdown, Forced, or Emergency.", "x-ob-item-type": "solar-types:systemAvailabilityModeItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Emergency", - "Environment", - "Forced", - "Grid", - "Islanded", - "Shutdown", - "Standby" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139512,7 +82371,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139525,11 +82385,6 @@ "type": "object", "description": "Explains how the battery is coupled with the system which can be DC-coupled or AC-coupled.", "x-ob-item-type": "solar-types:batteryConnectionItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "DC-Coupled", - "AC-Coupled" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139538,7 +82393,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139551,8 +82407,6 @@ "type": "object", "description": "Information about the system used during the build stage.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139561,7 +82415,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139574,8 +82429,6 @@ "type": "object", "description": "Date of commissioning which includes conditional acceptance by owner.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139584,7 +82437,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139597,8 +82451,6 @@ "type": "object", "description": "Date when the electrical system is complete including capability to connect to the grid, but it is not yet fully tested and not necessarily connected to grid.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139607,7 +82459,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139620,8 +82473,6 @@ "type": "object", "description": "Date when owner accepts system, usually approximately one year after operation begins.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139630,7 +82481,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139643,8 +82495,6 @@ "type": "object", "description": "Date when owner accepts system as final per EPC Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139653,7 +82503,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139666,8 +82517,6 @@ "type": "object", "description": "Date at which the design is completed and ready to move forward with ordering equipment and starting construction.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139676,7 +82525,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139689,8 +82539,6 @@ "type": "object", "description": "Date at which the installation obtains Placed in Service (PIS) Status. This is used for tax purposes and means the system has met the following: (1) It is synched with the grid, (2) it has no major outstanding permits, (3) it has or is capable of commencing delivery of energy to the grid, (4) care, custody and control of the system has been transferred to the operator, and (5) critical tests are complete, for example, those required by the EPC and interconnection agreements.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139699,7 +82547,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139712,8 +82561,6 @@ "type": "object", "description": "Date when the power system has been interconnected and is ready to generate power. This date is often used for funding purposes.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139722,7 +82569,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139735,8 +82583,6 @@ "type": "object", "description": "Information about important dates in the system life cycle.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139745,7 +82591,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139758,8 +82605,6 @@ "type": "object", "description": "Date when all of the equipment is in place, so the installation could connect to the grid, (ready to request PTO - permission to operate), but do not yet have permission.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139768,7 +82613,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139781,8 +82627,6 @@ "type": "object", "description": "Date when all major equipment has been installed, but the project is not yet interconnected to the grid.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139791,7 +82635,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139804,8 +82649,6 @@ "type": "object", "description": "Date when the system is decommissioned.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139814,7 +82657,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139827,8 +82671,6 @@ "type": "object", "description": "Name of the person or entity authorized to access security data about the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139837,7 +82679,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139850,8 +82693,6 @@ "type": "object", "description": "Date the operations of the entity are expected to commence which is when interconnection is made and electricity starts flowing onto the grid.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139860,7 +82701,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139873,8 +82715,6 @@ "type": "object", "description": "Date the operations of the entity commenced which is when interconnection is made and electricity starts flowing onto the grid, may also be called Operations Commenced Date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139883,7 +82723,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139896,8 +82737,6 @@ "type": "object", "description": "Date at which conditional acceptance and permission from the utility is completed and the project has moved into the operating phase.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139906,7 +82745,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139919,8 +82759,6 @@ "type": "object", "description": "Information about the costs of the photovoltaic system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -139929,7 +82767,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -139942,202 +82781,16 @@ "type": "object", "description": "Engineering procurement and construction costs of the system.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -140150,202 +82803,16 @@ "type": "object", "description": "Installation Costs paid to the manufacturer, excludes cost of equipment.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -140358,202 +82825,16 @@ "type": "object", "description": "Installation Costs paid to the manufacturer, excludes cost of equipment.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -140566,202 +82847,16 @@ "type": "object", "description": "Interconnection Fees at installation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -140774,202 +82869,16 @@ "type": "object", "description": "Installation Labor Costs excluding manufactuer costs with a labor component.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -140982,202 +82891,16 @@ "type": "object", "description": "Costs of Municipal Inspection at installation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -141190,202 +82913,16 @@ "type": "object", "description": "Permitting Fees at installation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -141398,202 +82935,16 @@ "type": "object", "description": "Costs of utility inspection at installation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -141606,202 +82957,16 @@ "type": "object", "description": "Other costs associated with the system implementation.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -141814,8 +82979,6 @@ "type": "object", "description": "Actual degradation rate of the system, in percent of kWh lost.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -141824,7 +82987,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -141837,8 +83001,6 @@ "type": "object", "description": "Aggregate number of modules (panels) in a system.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -141847,7 +83009,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -141860,14 +83023,6 @@ "type": "object", "description": "DER (Distributed Energy Resource) type of the system, which could be PV System Only, Storage Only, PV plus Storage, Wind or PV Charging Station.", "x-ob-item-type": "solar-types:DERItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "PV System", - "Storage", - "PV Storage", - "Wind", - "EV Charging Station" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -141876,7 +83031,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -141889,8 +83045,6 @@ "type": "object", "description": "Information about the design and modeling of the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -141899,7 +83053,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -141912,8 +83067,6 @@ "type": "object", "description": "Details about the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -141922,7 +83075,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -141935,8 +83089,6 @@ "type": "object", "description": "Used to group a listing of information about the System on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -141945,7 +83097,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -141958,8 +83111,6 @@ "type": "object", "description": "URL link to the drawing of the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -141968,7 +83119,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -141981,8 +83133,6 @@ "type": "object", "description": "Contains details of the equipment that is used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -141991,7 +83141,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142004,8 +83155,6 @@ "type": "object", "description": "Used to represent information about the equipment used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142014,7 +83163,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142027,8 +83177,6 @@ "type": "object", "description": "Table used to describe the costs by equipment type. Device cost can be reported as an aggregate or can be broken down by indiviual classes of equipment.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142037,7 +83185,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142050,8 +83199,6 @@ "type": "object", "description": "Information about the system needed during the evaluation stage.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142060,7 +83207,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142073,8 +83221,6 @@ "type": "object", "description": "Indication as to whether the system allows for grid charging.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142083,7 +83229,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142096,8 +83243,6 @@ "type": "object", "description": "Identifier for the System (plant).", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142106,7 +83251,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142119,8 +83265,6 @@ "type": "object", "description": "Information about the type and capacity of modules used in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142129,7 +83273,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142142,8 +83287,6 @@ "type": "object", "description": "Tables used to describe the type and capacity of modules used in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142152,7 +83295,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142165,8 +83309,6 @@ "type": "object", "description": "Represents type or style of modules used in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142175,7 +83317,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142188,8 +83331,6 @@ "type": "object", "description": "Represents type or style of modules used in a system.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142198,7 +83339,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142211,8 +83353,6 @@ "type": "object", "description": "Used to group a listing of information about the modules used in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142221,7 +83361,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142234,8 +83375,6 @@ "type": "object", "description": "Name of the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142244,7 +83383,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142257,8 +83397,6 @@ "type": "object", "description": "Nameplate information related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142267,7 +83405,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142280,8 +83419,6 @@ "type": "object", "description": "Information about the system used during the operations stage.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142290,7 +83427,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142303,8 +83441,6 @@ "type": "object", "description": "Information about the system operations and maintenance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142313,7 +83449,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142326,13 +83463,6 @@ "type": "object", "description": "Indicates the operational status of the system which can be operational, under maintenance, communication failure, or decommissioned.", "x-ob-item-type": "solar-types:systemOperationalStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Operational", - "Under Maintenance", - "Communication Failure", - "Decommissioned" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142341,7 +83471,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142354,8 +83485,6 @@ "type": "object", "description": "Name of the company that has or will install the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142364,7 +83493,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142377,8 +83507,6 @@ "type": "object", "description": "Name of the company that monitors the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142387,7 +83515,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142400,8 +83529,6 @@ "type": "object", "description": "Name of company that is responsible for operating the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142410,7 +83537,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142423,8 +83551,6 @@ "type": "object", "description": "Information about the performance of the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142433,7 +83559,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142446,8 +83573,6 @@ "type": "object", "description": "Actual percent uptime of the project during normal operating conditions for a specified month, availability defined per IECRE 61724-3 or through another standard method.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142456,7 +83581,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142469,8 +83595,6 @@ "type": "object", "description": "Percent uptime of the project during normal operating conditions from inception to date, actual, availability defined per IECRE 61724-3 or through another standard method.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142479,7 +83603,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142492,8 +83617,6 @@ "type": "object", "description": "Information about availability of the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142502,7 +83625,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142515,8 +83639,6 @@ "type": "object", "description": "Percent availability required to meet the achievement goal, for example 98% plant availability.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142525,7 +83647,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142538,8 +83661,6 @@ "type": "object", "description": "Description of the system availability achievement requirement, for example, 98% availability over two years.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142548,7 +83669,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142561,8 +83683,6 @@ "type": "object", "description": "Reconciliation period during which the system availability must be met.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142571,7 +83691,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142584,8 +83705,6 @@ "type": "object", "description": "Units, for example, months, years, for the reconciliation period during which the system availability must be met.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142594,7 +83713,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142607,13 +83727,6 @@ "type": "object", "description": "Barometric pressure at the site.", "x-ob-item-type": "num-us:pressureItemType", - "x-ob-unit": [ - "Pascal", - "Bar", - "Pounds Per Square Inch", - "Standard Atmosphere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142622,7 +83735,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142635,17 +83749,6 @@ "type": "object", "description": "DC capacity of the system at Standard Test Condition (STC), often referred to as kWp (kilowatt peak).", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142654,7 +83757,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142667,12 +83771,6 @@ "type": "object", "description": "Temperature of the combiner box, the mechanism that brings together multiple solar strings. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142681,7 +83779,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142694,10 +83793,6 @@ "type": "object", "description": "Amount of DC input in current, measured in amps.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142706,7 +83801,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142719,17 +83815,6 @@ "type": "object", "description": "Amount of DC input measured in power which is voltage times current.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142738,7 +83823,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142751,13 +83837,6 @@ "type": "object", "description": "Amount of DC input in voltage, measured in volts.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142766,7 +83845,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142779,31 +83859,6 @@ "type": "object", "description": "Computed average monthly energy production, since Activation Date (in kWh).", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142812,7 +83867,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142825,8 +83881,6 @@ "type": "object", "description": "Information about energy measures, actual and expected.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142835,7 +83889,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142848,31 +83903,6 @@ "type": "object", "description": "Estimated energy lost in kWh which could be associated with a specific event or downtime.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142881,7 +83911,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142894,8 +83925,6 @@ "type": "object", "description": "Expected average P50 insolation generated in kWh per square meter. The value can be reported for the period defined on the PeriodAxis, for example to record the average insolation for Q1, this element would be used with the PeriodFirstQuarterMember on the Period Axis.", "x-ob-item-type": "num-us:insolationItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142904,7 +83933,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142917,8 +83947,6 @@ "type": "object", "description": "Expected average P50 insolation generated in kWh per square meters from inception to date.", "x-ob-item-type": "num-us:insolationItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142927,7 +83955,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142940,8 +83969,6 @@ "type": "object", "description": "Expected percent uptime of the project during normal operating conditions for a specified month, defined per IECRE 61724-3 or through another standard method.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142950,7 +83977,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142963,8 +83991,6 @@ "type": "object", "description": "Percent uptime of the project during normal operating conditions from inception to date, expected, availability defined per IECRE 61724-3 or through another standard method.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142973,7 +83999,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -142986,8 +84013,6 @@ "type": "object", "description": "Total amount of shortwave radiation received from above by a surface horizontal to the ground at the location of the solar installation, measured in watts per square meter.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -142996,7 +84021,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143009,10 +84035,6 @@ "type": "object", "description": "Frequency of the current being exported to the grid in hertz. This is a static amount that the system uses rather than the hertz at a point in time.", "x-ob-item-type": "num-us:frequencyItemType", - "x-ob-unit": [ - "Hertz" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143021,7 +84043,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143034,8 +84057,6 @@ "type": "object", "description": "Information about insolation performance measures, measured and expected.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143044,7 +84065,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143057,8 +84079,6 @@ "type": "object", "description": "Actual measured insolation of the system since activation date in kWh/square meter.", "x-ob-item-type": "num-us:insolationItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143067,7 +84087,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143080,31 +84101,6 @@ "type": "object", "description": "Energy measured at the revenue meter for the indicated time period according to IEC 61724-3 Section 6.7.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143113,7 +84109,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143126,31 +84123,6 @@ "type": "object", "description": "Computed average energy generated for the period, adjusted for the difference between measured weather conditions, e.g., irradiance and temperature, and expected weather conditions for the same period during the Typical Meteorological Year or the equivalent used to predict P50 energy generation and the expected degradation rate. The period is defined on the PeriodAxis over all years of operation since activation date in kWh. To record the average energy for Q1 for example this element would be used with the PeriodFirstQuarterMember on the Period Axis. If the period axis is not used this represents the energy over all years of operation since Activation Date (in kWh).", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143159,7 +84131,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143172,31 +84145,6 @@ "type": "object", "description": "Computed average energy production for the period defined on the PeriodAxis over all years of operation since activation date in kWh. To record the average energy for Q1 for example this element would be used with the PeriodFirstQuarterMember on the Period Axis. If the period axis is not used this represents the energy over all years of operation since Activation Date (in kWh).", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143205,7 +84153,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143218,31 +84167,6 @@ "type": "object", "description": "Computed average energy production for the three month period of October, November, and December over all years of operation since Activation Date (in kWh).", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143251,7 +84175,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143264,8 +84189,6 @@ "type": "object", "description": "Ratio of measured energy to measured energy adjusted for weather.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143274,7 +84197,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143287,31 +84211,6 @@ "type": "object", "description": "Energy generated over reporting period adjusted for the difference between measured weather conditions, e.g., irradiance and temperature, and expected weather conditions for the same period during the Typical Meteorological Year or the equivalent used to predict P50 energy generation and the expected degradation rate.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143320,7 +84219,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143333,8 +84233,6 @@ "type": "object", "description": "Actual measured insolation generated in kWh per square meter for a specific duration of time. This is used to measure the insolation from one date to another date. This differs from the element SystemPerformanceMeasuredInsolationAverage which is used to measure system performance from activation date to the current date and can be reported by dividing by periods such as months and quarters or years.", "x-ob-item-type": "num-us:insolationItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143343,7 +84241,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143356,8 +84255,6 @@ "type": "object", "description": "Computed average insolation, for the period defined on the PeriodAxis over all years of operation since activation date in kWh/square meter. To record the average insolation for Q1 for example this element would be used with the PeriodFirstQuarterMember on the Period Axis. If the period axis is not used this represents the insolation over the entire life of the project from activation date up to the contextual date.", "x-ob-item-type": "num-us:insolationItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143366,7 +84263,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143379,8 +84277,6 @@ "type": "object", "description": "Computed average monthly insolation, since activation date in kWh/square meter.", "x-ob-item-type": "num-us:insolationItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143389,7 +84285,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143402,8 +84299,6 @@ "type": "object", "description": "Actual measured insolation divided by weather adjusted insolation.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143412,7 +84307,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143425,8 +84321,6 @@ "type": "object", "description": "Actual measured insolation divided by weather adjusted insolation inception to date.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143435,7 +84329,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143448,8 +84343,6 @@ "type": "object", "description": "Description of the method used to determine system availability which could be defined as in IECRE 61724-3 or some other standard method.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143458,7 +84351,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143471,8 +84365,6 @@ "type": "object", "description": "Performance ratio, non-weather corrected calculated per IEC 61724-1 and measured per IEC 61724-2, unless otherwise specified.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143481,7 +84373,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143494,8 +84387,6 @@ "type": "object", "description": "Performance ratio, weather corrected calculated per IEC 61724-1 and measured per IEC 61724-2, unless otherwise specified.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143504,7 +84395,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143517,8 +84409,6 @@ "type": "object", "description": "Information about power measures related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143527,7 +84417,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143540,17 +84431,6 @@ "type": "object", "description": "Rate at which performance data is collected from equipment.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143559,7 +84439,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143572,8 +84453,6 @@ "type": "object", "description": "Ratio of actual measured energy to expected energy at the revenue meter, per IECRE 61724-3.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143582,7 +84461,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143595,8 +84475,6 @@ "type": "object", "description": "Ratio of actual measured energy to expected energy at the revenue meter, per IECRE 61724-3, from inception to date.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143605,7 +84483,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143618,8 +84497,6 @@ "type": "object", "description": "Actual measured insolation divided by P50 insolation.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143628,7 +84505,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143641,8 +84519,6 @@ "type": "object", "description": "Actual measured insolation divided by P50 insolation from inception to date.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143651,7 +84527,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143664,8 +84541,6 @@ "type": "object", "description": "Sysyem performance line Items", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143674,7 +84549,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143687,8 +84563,6 @@ "type": "object", "description": "Table used to capture the systems performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143697,7 +84571,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143710,8 +84585,6 @@ "type": "object", "description": "Description of method used to adjust energy generation for weather.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143720,7 +84593,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143733,8 +84607,6 @@ "type": "object", "description": "Information about permits required for an installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143743,7 +84615,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143756,8 +84629,6 @@ "type": "object", "description": "Description of project permits required before the project can begin on a single solar installation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143766,7 +84637,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143779,8 +84651,6 @@ "type": "object", "description": "Information about expected system production.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143789,7 +84659,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143802,8 +84673,6 @@ "type": "object", "description": "Power factor setting of the power system which is defined as the ratio of the real power flowing to the load, to the apparent power in the circuit. It is a dimensionless number in the closed internal of -1 to +1.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143812,7 +84681,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143825,31 +84695,6 @@ "type": "object", "description": "Expected system production at P50 which is the expected energy production reached with a probability of 50%. This element is used with the PeriodAxis to indicate the period of production. Usually this will be a year.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143858,7 +84703,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143871,31 +84717,6 @@ "type": "object", "description": "Expected system production at P75 which is the expected energy production reached with a probability of 75%. This element is used with the PeriodAxis to indicate the period of production. Usually this will be a year.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143904,7 +84725,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143917,31 +84739,6 @@ "type": "object", "description": "Expected system production at P90 which is the expected energy production reached with a probability of 90%. This element is used with the PeriodAxis to indicate the period of production. Usually this will be a year.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143950,7 +84747,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -143963,31 +84761,6 @@ "type": "object", "description": "Expected system production at P95 which is the expected energy production reached with a probability of 95%. This element is used with the PeriodAxis to indicate the period of production. Usually this will be a year.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -143996,7 +84769,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144009,31 +84783,6 @@ "type": "object", "description": "Expected system production at P99 which is the expected energy production reached with a probability of 99%. This element is used with the PeriodAxis to indicate the period of production. Usually this will be a year.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144042,7 +84791,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144055,8 +84805,6 @@ "type": "object", "description": "Description of the system quality.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144065,7 +84813,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144078,8 +84827,6 @@ "type": "object", "description": "Description of the system structure which can be Rooftop, Carport or Ground Mount.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144088,7 +84835,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144101,16 +84849,6 @@ "type": "object", "description": "Indicates the system characterization of the site as either Residential, Community Solar, Commercial, Industrial, Agricultural, Utility.\n", "x-ob-item-type": "solar-types:solarSystemCharacterItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Aggregate", - "Agricultural", - "Commercial", - "Community Solar", - "Industrial", - "Residential", - "Utility" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144119,7 +84857,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144132,8 +84871,6 @@ "type": "object", "description": "Information about the target balance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144142,7 +84879,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144155,202 +84893,16 @@ "type": "object", "description": "Specifies target balance amount.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -144363,8 +84915,6 @@ "type": "object", "description": "Used as the identifier for the target balance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144373,7 +84923,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144386,8 +84937,6 @@ "type": "object", "description": "Used as the identifier for the target balance.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144396,7 +84945,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144409,8 +84959,6 @@ "type": "object", "description": "Used to group information about the target balance in a bank account.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144419,7 +84967,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144432,17 +84981,6 @@ "type": "object", "description": "Period of time during which the target balance applies.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144451,7 +84989,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144464,8 +85003,6 @@ "type": "object", "description": "Represents information related to the target balance in a Bank Account which is used for a system implementation. Information about the target balance can include bank account identification number, period during which the target balance applies and amount of target balance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144474,7 +85011,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144487,202 +85025,16 @@ "type": "object", "description": "Amount of the tax equity cash distributions.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -144695,8 +85047,6 @@ "type": "object", "description": "Description of the developer plan for tax equity reporting and communication including a short description of how the sponsor will interface with the tax equity recipient on consent requests, operating issues, tax return filing, tracking models, operating reports and other issues.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144705,7 +85055,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144718,8 +85069,6 @@ "type": "object", "description": "Information about the Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144728,7 +85077,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144741,8 +85091,6 @@ "type": "object", "description": "Indicates if the Tax Indemnity Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144751,7 +85099,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144764,8 +85113,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Tax Indemnity Agreement. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144774,7 +85121,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144787,8 +85135,6 @@ "type": "object", "description": "Indicates if the Tax Indemnity Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144797,7 +85143,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144810,8 +85157,6 @@ "type": "object", "description": "Names of counterparties to the Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144820,7 +85165,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144833,8 +85179,6 @@ "type": "object", "description": "Effective date of the Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144843,7 +85187,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144856,8 +85201,6 @@ "type": "object", "description": "Description of any exceptions to the Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144866,7 +85209,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144879,8 +85223,6 @@ "type": "object", "description": "Expiration date of the Tax Indemnity Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144889,7 +85231,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144902,8 +85245,6 @@ "type": "object", "description": "Link to the Tax Indemnity Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144912,7 +85253,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144925,8 +85267,6 @@ "type": "object", "description": "Information about the Tax Opinion for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144935,7 +85275,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144948,8 +85289,6 @@ "type": "object", "description": "Indicates if the Tax Opinion is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144958,7 +85297,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144971,8 +85311,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Tax Opinion or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -144981,7 +85319,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -144994,8 +85333,6 @@ "type": "object", "description": "Indicates if the Tax Opinion is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145004,7 +85341,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145017,8 +85355,6 @@ "type": "object", "description": "Names of counterparties to the Tax Opinion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145027,7 +85363,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145040,8 +85377,6 @@ "type": "object", "description": "Link to the Tax Opinion document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145050,7 +85385,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145063,8 +85399,6 @@ "type": "object", "description": "Effective date of the Tax Opinion.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145073,7 +85407,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145086,8 +85421,6 @@ "type": "object", "description": "Description of any exceptions to the Tax Opinion or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145096,7 +85429,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145109,8 +85443,6 @@ "type": "object", "description": "Expiration date of the Tax Opinion.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145119,7 +85451,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145132,202 +85465,16 @@ "type": "object", "description": "Amount of tax preparation fees incurred during the period.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -145340,8 +85487,6 @@ "type": "object", "description": "Telcom equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145350,7 +85495,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145363,8 +85509,6 @@ "type": "object", "description": "Information about a Term Loan.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145373,7 +85517,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145386,8 +85531,6 @@ "type": "object", "description": "Indicates if the Term Loan is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145396,7 +85539,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145409,8 +85553,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Term Loan or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145419,7 +85561,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145432,8 +85575,6 @@ "type": "object", "description": "Indicates if the Term Loan is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145442,7 +85583,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145455,8 +85597,6 @@ "type": "object", "description": "Names of counterparties to the Term Loan.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145465,7 +85605,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145478,8 +85619,6 @@ "type": "object", "description": "Link to the Term Loan document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145488,7 +85627,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145501,8 +85641,6 @@ "type": "object", "description": "Effective date of the Term Loan.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145511,7 +85649,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145524,8 +85663,6 @@ "type": "object", "description": "Description of any exceptions to the Term Loan or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145534,7 +85671,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145547,8 +85685,6 @@ "type": "object", "description": "Expiration date of the Term Loan.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145557,7 +85693,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145570,8 +85707,6 @@ "type": "object", "description": "Information about the Term Sheet for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145580,7 +85715,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145593,8 +85729,6 @@ "type": "object", "description": "Indicates if the Term Sheet is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145603,7 +85737,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145616,8 +85751,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Term Sheet or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145626,7 +85759,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145639,8 +85773,6 @@ "type": "object", "description": "Indicates if the Term Sheet is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145649,7 +85781,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145662,8 +85795,6 @@ "type": "object", "description": "Names of counterparties to the Term Sheet.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145672,7 +85803,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145685,8 +85817,6 @@ "type": "object", "description": "Link to the Term Sheet document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145695,7 +85825,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145708,8 +85839,6 @@ "type": "object", "description": "Effective date of the Term Sheet.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145718,7 +85847,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145731,8 +85861,6 @@ "type": "object", "description": "Description of any exceptions to the Term Sheet or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145741,7 +85869,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145754,8 +85883,6 @@ "type": "object", "description": "Expiration date of the Term Sheet.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145764,7 +85891,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145777,8 +85905,6 @@ "type": "object", "description": "Description of the test condition.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145787,7 +85913,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145800,22 +85927,6 @@ "type": "object", "description": "Air mass during the test condition.", "x-ob-item-type": "num:massItemType", - "x-ob-unit": [ - "Pound", - "Ounce", - "Troy Ounce", - "Ton", - "Tonne", - "Gram", - "Kilogram", - "Thousand Tons", - "Million Tons", - "Billion Tons", - "Kilotonne", - "Megatonne", - "Gigatonne" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145824,7 +85935,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145837,12 +85949,6 @@ "type": "object", "description": "Ambient temperature during the test condition. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145851,7 +85957,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145864,8 +85971,6 @@ "type": "object", "description": "Used to identify test conditions such as Standard Test Conditions, PTC or Nominal Operating Conditions used when measuring s.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145874,7 +85979,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145887,12 +85993,6 @@ "type": "object", "description": "Ambient temperature during the test condition. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145901,7 +86001,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145914,8 +86015,6 @@ "type": "object", "description": "Used to identify test conditions such as Standard Test Conditions, PTC or Nominal Operating Conditions used when measuring. The default is normal operating conditions.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145924,7 +86023,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145937,8 +86037,6 @@ "type": "object", "description": "Information about a custom test condition that was used in the event that STC, PTC or Nominal Operating Condition is not used as the test condition.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145947,7 +86045,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145960,8 +86059,6 @@ "type": "object", "description": "Amount of irradiance during the test condition.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145970,7 +86067,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -145983,8 +86081,6 @@ "type": "object", "description": "Wind speed during the test condition.", "x-ob-item-type": "num-us:speedItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -145993,7 +86089,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146006,8 +86103,6 @@ "type": "object", "description": "Information about third parties.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146016,7 +86111,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146029,8 +86125,6 @@ "type": "object", "description": "Used to group a listing of information about a third party.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146039,7 +86133,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146052,202 +86147,16 @@ "type": "object", "description": "Amount of the total fee for the engagement.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -146260,8 +86169,6 @@ "type": "object", "description": "Description of type of entity who engaged the third party, for example, Sponsor, Fund, Bank.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146270,7 +86177,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146283,8 +86191,6 @@ "type": "object", "description": "Description of the quality of the work delivered.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146293,7 +86199,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146306,8 +86213,6 @@ "type": "object", "description": "Used as the identifier for the third parties.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146316,7 +86221,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146329,8 +86235,6 @@ "type": "object", "description": "Used as the identifier for the third parties.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146339,7 +86243,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146352,8 +86257,6 @@ "type": "object", "description": "Full legal name of a third party.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146362,7 +86265,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146375,8 +86279,6 @@ "type": "object", "description": "Used as the identifier for the the role of a third party.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146385,7 +86287,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146398,8 +86301,6 @@ "type": "object", "description": "Used to group information about the role of a third party..", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146408,7 +86309,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146421,8 +86323,6 @@ "type": "object", "description": "Used as the identifier for the the role of a third party.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146431,7 +86331,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146444,8 +86345,6 @@ "type": "object", "description": "Represents information about the roles of third party organizations involved in a fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146454,7 +86353,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146467,8 +86367,6 @@ "type": "object", "description": "Represents information related to third parties involved in funds including information such as vendor code and type of fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146477,7 +86375,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146490,8 +86389,6 @@ "type": "object", "description": "The vendor code in the bank's internal systems.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146500,7 +86397,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146513,8 +86411,6 @@ "type": "object", "description": "Information about the title policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146523,7 +86419,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146536,8 +86433,6 @@ "type": "object", "description": "Indication as to whether the site has a title policy available.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146546,7 +86441,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146559,8 +86455,6 @@ "type": "object", "description": "Information about title policy exceptions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146569,7 +86463,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146582,8 +86477,6 @@ "type": "object", "description": "Used as identifier for title policy exceptions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146592,7 +86485,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146605,8 +86499,6 @@ "type": "object", "description": "Description of the title policy exception.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146615,7 +86507,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146628,8 +86521,6 @@ "type": "object", "description": "Used to group information about title policy exceptions on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146638,7 +86529,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146651,8 +86543,6 @@ "type": "object", "description": "Used as identifier for title policy exceptions.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146661,7 +86551,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146674,8 +86565,6 @@ "type": "object", "description": "Represents information related to title policy exceptions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146684,7 +86573,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146697,8 +86587,6 @@ "type": "object", "description": "Information about title policy exclusions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146707,7 +86595,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146720,8 +86609,6 @@ "type": "object", "description": "Used as identifier for title policy exclusions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146730,7 +86617,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146743,8 +86631,6 @@ "type": "object", "description": "Description of the Title Policy Exclusion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146753,7 +86639,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146766,8 +86653,6 @@ "type": "object", "description": "Used to group information about title policy exclusions on a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146776,7 +86661,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146789,8 +86675,6 @@ "type": "object", "description": "Used as identifier for title policy exclusion.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146799,7 +86683,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146812,8 +86697,6 @@ "type": "object", "description": "Identifier for the Title Policy Exclusion.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146822,7 +86705,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146835,8 +86719,6 @@ "type": "object", "description": "Represents information about exclusions to title policies for a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146845,7 +86727,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146858,8 +86741,6 @@ "type": "object", "description": "Amount of the title policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146868,7 +86749,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146881,8 +86763,6 @@ "type": "object", "description": "Name of the insurance company for the title insurance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146891,7 +86771,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146904,8 +86785,6 @@ "type": "object", "description": "Link to the final title policy insurance document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146914,7 +86793,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146927,8 +86807,6 @@ "type": "object", "description": "Link to the pro forma document for the title policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146937,7 +86815,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146950,13 +86829,6 @@ "type": "object", "description": "Status of the title policy, which may be Not applicable, Not issued, Pro Forma, or Final.", "x-ob-item-type": "solar-types:titlePolicyInsuranceItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not Applicable", - "Not Issued", - "Pro Forma", - "Final" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146965,7 +86837,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -146978,8 +86851,6 @@ "type": "object", "description": "Link to the title report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -146988,7 +86859,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147001,8 +86873,6 @@ "type": "object", "description": "Information about the Title Survey.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147011,7 +86881,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147024,8 +86895,6 @@ "type": "object", "description": "Indicates if the Title Survey is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147034,7 +86903,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147047,8 +86917,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Title Survey or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147057,7 +86925,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147070,8 +86939,6 @@ "type": "object", "description": "Indicates if the Title Survey is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147080,7 +86947,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147093,8 +86961,6 @@ "type": "object", "description": "Names of counterparties to the Title Survey.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147103,7 +86969,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147116,8 +86983,6 @@ "type": "object", "description": "Link to the Title Survey document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147126,7 +86991,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147139,8 +87005,6 @@ "type": "object", "description": "Effective date of the Title Survey.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147149,7 +87013,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147162,8 +87027,6 @@ "type": "object", "description": "Description of any exceptions to the Title Survey or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147172,7 +87035,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147185,8 +87049,6 @@ "type": "object", "description": "Expiration date of the Title Survey.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147195,7 +87057,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147208,31 +87071,6 @@ "type": "object", "description": "Sum of expected energies for both times of availability and unavailability, calculated as Expected Energy At Revenue Meter + Expected Energy At Unavailable Times. This element should be used with the Period Axis to indicate the period.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147241,7 +87079,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147254,19 +87093,6 @@ "type": "object", "description": "The height of the tracker from ground-level.", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147275,7 +87101,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147288,11 +87115,6 @@ "type": "object", "description": "Azimuth measure of the tracker.", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147301,7 +87123,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147314,17 +87137,6 @@ "type": "object", "description": "Tracker Capacity in kWdc.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147333,7 +87145,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147346,8 +87159,6 @@ "type": "object", "description": "Tracker Materials & Workmanship Warranty expiration date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147356,7 +87167,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147369,8 +87181,6 @@ "type": "object", "description": "Tracker Materials & Workmanship Warranty initiation date.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147379,7 +87189,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147392,8 +87203,6 @@ "type": "object", "description": "Tracker equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147402,7 +87211,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147415,8 +87225,6 @@ "type": "object", "description": "Number of tracker controllers which are electronic devices that directs the tracker.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147425,7 +87233,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147438,8 +87247,6 @@ "type": "object", "description": "Stow wind speed in meters/second; tracker stow threshold", "x-ob-item-type": "num-us:speedItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147448,7 +87255,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147461,15 +87269,6 @@ "type": "object", "description": "Indicates whether the system tracker is fixed, horizontal axis, two-axis, vertical, vertical-axis, or seasonal tilt.", "x-ob-item-type": "solar-types:trackerItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Azimuth Axis Tracking", - "Fixed Tilt", - "Single Axis Tracking", - "Dual Axis Tracking", - "Seasonal Tilt", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147478,7 +87277,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147491,8 +87291,6 @@ "type": "object", "description": "Indicator if the tracker is fixed tilt; if it is TRUE, if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147501,7 +87299,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147514,8 +87313,6 @@ "type": "object", "description": "Indicator if the tracker is dual axis; if it is TRUE, if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147524,7 +87321,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147537,8 +87335,6 @@ "type": "object", "description": "Indicator if the tracker is single axis; if it is TRUE, if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147547,7 +87343,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147560,11 +87357,6 @@ "type": "object", "description": "The tracker's tilt angle in degrees from horizontal, where zero degrees is horizontal, and 90 degrees is vertical and facing the equator (in both the southern and northern hemispheres).", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147573,7 +87365,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147586,8 +87379,6 @@ "type": "object", "description": "Multiplier indicating the amount that the module can operate at above the nameplate capacity. For example at factor of 1.1, can safely operate 10% above the stated nameplate capacity rating.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147596,7 +87387,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147609,8 +87401,6 @@ "type": "object", "description": "Transformer equipment.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147619,7 +87409,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147632,13 +87423,6 @@ "type": "object", "description": "Transformer pressure, in PSI.", "x-ob-item-type": "num-us:pressureItemType", - "x-ob-unit": [ - "Pascal", - "Bar", - "Pounds Per Square Inch", - "Standard Atmosphere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147647,7 +87431,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147660,8 +87445,6 @@ "type": "object", "description": "Description of the tranformer technology style used such as 2/3/4 winding, Inverter step up transformer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147670,7 +87453,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147683,12 +87467,6 @@ "type": "object", "description": "Transformer temperature. Can be reported as Celsius or Fahrenheit by the preparer when specifying units in the instance document.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147697,7 +87475,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147710,8 +87489,6 @@ "type": "object", "description": "Transmission and curtailment report, historical and forward looking analysis.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147720,7 +87497,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147733,8 +87511,6 @@ "type": "object", "description": "Transmission and curtailment report, tracking account estimate (for project settling on LMP market).", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147743,7 +87519,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147756,8 +87533,6 @@ "type": "object", "description": "Information about the Transmission Report and Curtailment Estimate for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147766,7 +87541,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147779,8 +87555,6 @@ "type": "object", "description": "Indicates if the Transmission Report and Curtailment Estimate is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147789,7 +87563,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147802,8 +87577,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Transmission Report and Curtailment Estimate or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147812,7 +87585,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147825,8 +87599,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Transmission Report and Curtailment Estimate or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147835,7 +87607,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147848,8 +87621,6 @@ "type": "object", "description": "Description of exceptions to the transmission and curtailment report.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147858,7 +87629,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147871,8 +87643,6 @@ "type": "object", "description": "Indicates if the Transmission Report and Curtailment Estimate is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147881,7 +87651,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147894,8 +87665,6 @@ "type": "object", "description": "Names of counterparties to the Transmission Report and Curtailment Estimate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147904,7 +87673,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147917,8 +87687,6 @@ "type": "object", "description": "Effective date of the Transmission Report and Curtailment Estimate.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147927,7 +87695,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147940,8 +87709,6 @@ "type": "object", "description": "Expiration date of the Transmission Report and Curtailment Estimate.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147950,7 +87717,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147963,8 +87731,6 @@ "type": "object", "description": "Link to the Transmission Report And Curtailment Estimate document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -147973,7 +87739,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -147986,24 +87753,6 @@ "type": "object", "description": "The value of the item defined as a member for equipment for example, ModuleMember, TransformerMember, LoggerMember.", "x-ob-item-type": "solar-types:deviceItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "ModuleMember", - "OptimizerMember", - "DCDisconnectSwitchMember", - "ACDisconnectSwitchMember", - "InverterMember", - "TrackerMember", - "CombinerMember", - "MetStationMember", - "TransformerMember", - "BatteryMember", - "BatteryManagementSystemMember", - "LoggerMember", - "MeterMember", - "StringMember", - "MountingMember" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148012,7 +87761,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148025,8 +87775,6 @@ "type": "object", "description": "Information about the UCC Precautionary Lease Filing for the project which is a legal form filed to indicate that they have or will have an interest in the property of the debtor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148035,7 +87783,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148048,8 +87797,6 @@ "type": "object", "description": "Indicates if the UCC Precautionary Lease Filing is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148058,7 +87805,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148071,8 +87819,6 @@ "type": "object", "description": "Indicates if there are exceptions to the UCC Precautionary Lease Filing or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148081,7 +87827,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148094,8 +87841,6 @@ "type": "object", "description": "Indicates if the UCC Precautionary Lease Filing, a legal form filed to indicate that they have or will have an interest in the property of the debtor. is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148104,7 +87849,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148117,8 +87863,6 @@ "type": "object", "description": "Names of counterparties to the UCC Precautionary Lease Filing, a legal form filed to indicate that they have or will have an interest in the property of the debtor.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148127,7 +87871,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148140,8 +87885,6 @@ "type": "object", "description": "Link to the UCC Precautionary Lease Filing document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148150,7 +87893,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148163,8 +87907,6 @@ "type": "object", "description": "Effective date of the UCC Precautionary Lease Filing, a legal form filed to indicate that they have or will have an interest in the property of the debtor.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148173,7 +87915,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148186,8 +87929,6 @@ "type": "object", "description": "Description of any exceptions to the UCC Precautionary Lease Filing or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148196,7 +87937,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148209,8 +87951,6 @@ "type": "object", "description": "Expiration date of the UCC Precautionary Lease Filing, a legal form filed to indicate that they have or will have an interest in the property of the debtor.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148219,7 +87959,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148232,8 +87973,6 @@ "type": "object", "description": "Information about the UCC Security Agreement for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148242,7 +87981,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148255,8 +87995,6 @@ "type": "object", "description": "Indicates if the UCC Security Agreement is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148265,7 +88003,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148278,8 +88017,6 @@ "type": "object", "description": "Indicates if there are exceptions to the UCC Security Agreement or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148288,7 +88025,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148301,8 +88039,6 @@ "type": "object", "description": "Indicates if the UCC Security Agreement is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148311,7 +88047,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148324,8 +88061,6 @@ "type": "object", "description": "Names of counterparties to the UCC Security Agreement.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148334,7 +88069,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148347,8 +88083,6 @@ "type": "object", "description": "Link to the UCC Security Agreement document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148357,7 +88091,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148370,8 +88105,6 @@ "type": "object", "description": "Effective date of the UCC Security Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148380,7 +88113,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148393,8 +88127,6 @@ "type": "object", "description": "Description of any exceptions to the UCC Security Agreement or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148403,7 +88135,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148416,8 +88149,6 @@ "type": "object", "description": "Expiration date of the UCC Security Agreement.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148426,7 +88157,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148439,8 +88171,6 @@ "type": "object", "description": "Information about the UCC Tax Lien and Judgment Lien Searches for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148449,7 +88179,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148462,8 +88193,6 @@ "type": "object", "description": "Indicates if the UCC Tax Lien and Judgment Lien Searches are available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148472,7 +88201,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148485,8 +88215,6 @@ "type": "object", "description": "Indicates if there are exceptions to the UCC Tax Lien and Judgment Lien Searches or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148495,7 +88223,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148508,8 +88237,6 @@ "type": "object", "description": "Indicates if the UCC Tax Lien and Judgment Lien Searches are available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148518,7 +88245,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148531,8 +88259,6 @@ "type": "object", "description": "Names of counterparties to the UCC Tax Lien and Judgment Lien Searches.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148541,7 +88267,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148554,8 +88281,6 @@ "type": "object", "description": "Effective date of the UCC Tax Lien and Judgment Lien Searches.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148564,7 +88289,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148577,8 +88303,6 @@ "type": "object", "description": "Description of any exceptions to the UCC Tax Lien and Judgment Lien Searches or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148587,7 +88311,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148600,8 +88325,6 @@ "type": "object", "description": "Expiration date of the UCC Tax Lien and Judgment Lien Searches.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148610,7 +88333,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148623,8 +88347,6 @@ "type": "object", "description": "Link to the UCC Tax Lien And Judgment Searches document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148633,7 +88355,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148646,202 +88369,16 @@ "type": "object", "description": "Amount of prepaid expenses.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -148854,8 +88391,6 @@ "type": "object", "description": "Prepaid expenses are available for the project; if available, TRUE; if not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148864,7 +88399,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148877,8 +88413,6 @@ "type": "object", "description": "Description of cross collateralization structure among funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148887,7 +88421,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148900,8 +88435,6 @@ "type": "object", "description": "Description of purpose of Letter of Credit", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148910,7 +88443,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148923,8 +88457,6 @@ "type": "object", "description": "Description of any other features of the underwriting structure.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -148933,7 +88465,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -148946,202 +88479,16 @@ "type": "object", "description": "Present Value of the project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -149154,8 +88501,6 @@ "type": "object", "description": "Description of protection mechanism.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149164,7 +88509,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -149177,8 +88523,6 @@ "type": "object", "description": "Rent coverage ratio, defined as Earnings Before Income, Tax, Depreciation and Amortization, divided by rent payments.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149187,7 +88531,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -149200,8 +88545,6 @@ "type": "object", "description": "Description of reserve structure.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149210,7 +88553,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -149223,8 +88567,6 @@ "type": "object", "description": "Description of revenue sources.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149233,7 +88575,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -149246,8 +88589,6 @@ "type": "object", "description": "Information about the underwriting structure of the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149256,7 +88597,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -149269,202 +88611,16 @@ "type": "object", "description": "Termination value of the project.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -149477,202 +88633,16 @@ "type": "object", "description": "Difference between the actual termination value and the present value of the project value at the time of the termination.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -149685,8 +88655,6 @@ "type": "object", "description": "Type of design model when the model is changed which could be Pvsyst, SAM, PV Watts, or Other.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149695,7 +88663,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -149708,202 +88677,16 @@ "type": "object", "description": "Amount of the payment made for the use of the funds.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -149916,8 +88699,6 @@ "type": "object", "description": "Information about the use of funds for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149926,7 +88707,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -149939,8 +88721,6 @@ "type": "object", "description": "Identifier for the use of funds for an individual financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149949,7 +88729,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -149962,8 +88743,6 @@ "type": "object", "description": "Identifier for the counterparty that is using the funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149972,7 +88751,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -149985,8 +88765,6 @@ "type": "object", "description": "Description of the contribution, for example, 45% of funding provided for XYZ project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -149995,7 +88773,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150008,8 +88787,6 @@ "type": "object", "description": "Identifier for the use of funds for an individual financing event.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150018,7 +88795,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150031,8 +88809,6 @@ "type": "object", "description": "Indication of the type of entity using the funds which could be Special Purpose Vehicle (SPV), Counterparty or Third Party.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150041,7 +88817,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150054,8 +88831,6 @@ "type": "object", "description": "Use to group a listing of information about the use of funds for a financing event.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150064,7 +88839,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150077,8 +88853,6 @@ "type": "object", "description": "Indication as to whether the use of funds is for a specific project. If it is for a specific project, TRUE; if it is not for a specific project, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150087,7 +88861,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150100,8 +88875,6 @@ "type": "object", "description": "Identifier for the SPV that is using the funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150110,7 +88883,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150123,8 +88897,6 @@ "type": "object", "description": "Represents information about the use of funds for a financing event such as counterparties involved, amount and the user of the funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150133,7 +88905,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150146,8 +88919,6 @@ "type": "object", "description": "Identifier for the third party that is using the funds.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150156,7 +88927,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150169,202 +88941,16 @@ "type": "object", "description": "Utilities costs incurred during the reporting period for services, such as water, sewer, gas, electricity and telephone required to operate a building.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -150377,8 +88963,6 @@ "type": "object", "description": "Contact name for the utility company where the grid connection will reside.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150387,7 +88971,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150400,8 +88985,6 @@ "type": "object", "description": "Contact title for the utility company where the grid connection will reside.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150410,7 +88993,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150423,202 +89007,16 @@ "type": "object", "description": "Tax Rebate Incentive based on the cost of the system", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -150631,8 +89029,6 @@ "type": "object", "description": "Date Tax Rebate is applied", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150641,7 +89037,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150654,10 +89051,6 @@ "type": "object", "description": "Electricity cost for the utility company where the grid connection will reside in amount per kWh.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -150666,7 +89059,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -150679,202 +89073,16 @@ "type": "object", "description": "Amount for the electricity expense for the utility company where the grid connection will reside.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -150887,202 +89095,16 @@ "type": "object", "description": "Reduction in system cost by grant amount", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -151095,8 +89117,6 @@ "type": "object", "description": "Information about the utility.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151105,7 +89125,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151118,8 +89139,6 @@ "type": "object", "description": "Name of utility company where the grid connection will reside.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151128,7 +89147,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151141,10 +89161,6 @@ "type": "object", "description": "Incentive based on the production of the system, provided by the Utility.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151153,7 +89169,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151166,8 +89183,6 @@ "type": "object", "description": "Name of the rate charged by the utility to the offtaker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151176,7 +89191,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151189,8 +89205,6 @@ "type": "object", "description": "Utility email address.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151199,7 +89213,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151212,8 +89227,6 @@ "type": "object", "description": "Date range for the time period during which the Utility rate is applicable.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151222,7 +89235,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151235,8 +89249,6 @@ "type": "object", "description": "Method of compensation for energy produced by solar installation, for example, net energy metering, feed-in tarriff.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151245,7 +89257,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151258,8 +89271,6 @@ "type": "object", "description": "Represents information about a Utility.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151268,7 +89279,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151281,8 +89293,6 @@ "type": "object", "description": "The Legal Entity Identifier of the utility.", "x-ob-item-type": "dei:legalEntityIdentifierItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151291,7 +89301,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151304,8 +89315,6 @@ "type": "object", "description": "The Legal Entity Identifier for the utility.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151314,7 +89323,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151327,8 +89337,6 @@ "type": "object", "description": "The Legal Entity Identifier for the utility.", "x-ob-item-type": "dei:legalEntityIdentifierItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151337,7 +89345,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151350,8 +89359,6 @@ "type": "object", "description": "Used to group a listing of information about a Utility.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151360,7 +89367,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151373,8 +89381,6 @@ "type": "object", "description": "Information about vegetation management on the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151383,7 +89389,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151396,16 +89403,6 @@ "type": "object", "description": "Amount of acreage where there is vegetation such as trees and grass that must be managed by the project.", "x-ob-item-type": "num:areaItemType", - "x-ob-unit": [ - "Acre", - "Square Foot", - "Square Mile", - "Square Yard", - "Hectare", - "Square km", - "Square metre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151414,7 +89411,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151427,10 +89425,6 @@ "type": "object", "description": "Proforma and actual cost of vegetation management in currency per acre.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151439,7 +89433,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151452,202 +89447,16 @@ "type": "object", "description": "Rental expense for equipment used for vegetation management.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -151660,8 +89469,6 @@ "type": "object", "description": "Number of times per year vegetation is tended.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151670,7 +89477,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151683,8 +89491,6 @@ "type": "object", "description": "Warranty review of Communication Infrastructure.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151693,7 +89499,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151706,8 +89513,6 @@ "type": "object", "description": "Warranty review of Data Acquisition System/Meters.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151716,7 +89521,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151729,8 +89535,6 @@ "type": "object", "description": "Warranty review of Generation Step-up Transformers.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151739,7 +89543,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151752,8 +89557,6 @@ "type": "object", "description": "Warranty review of Inverters.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151762,7 +89565,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151775,8 +89579,6 @@ "type": "object", "description": "Warranty review of Medium Voltage Transformers.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151785,7 +89587,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151798,8 +89601,6 @@ "type": "object", "description": "Warranty review of Meteorological Station.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151808,7 +89609,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151821,8 +89623,6 @@ "type": "object", "description": "Warranty review of Other material equipment if any.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151831,7 +89631,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151844,8 +89645,6 @@ "type": "object", "description": "Warranty review of PV modules.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151854,7 +89653,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151867,8 +89667,6 @@ "type": "object", "description": "Warranty review of Racking, Tracker or Parking Structure.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151877,7 +89675,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151890,8 +89689,6 @@ "type": "object", "description": "Warranty review of SCADA System/Meters.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151900,7 +89697,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151913,8 +89711,6 @@ "type": "object", "description": "Information about the washing and waste activities and expenses.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -151923,7 +89719,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -151936,202 +89733,16 @@ "type": "object", "description": "Cost per gallon of water.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -152144,202 +89755,16 @@ "type": "object", "description": "Cost to wash an individual module.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -152352,202 +89777,16 @@ "type": "object", "description": "Rental expense for washing equipment.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -152560,202 +89799,16 @@ "type": "object", "description": "Cost of disposing of waste.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -152768,202 +89821,16 @@ "type": "object", "description": "Cost of water used to wash.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -152976,8 +89843,6 @@ "type": "object", "description": "Number of times per year equipment must be washed.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -152986,7 +89851,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -152999,8 +89865,6 @@ "type": "object", "description": "Number of solar modules that are washed.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153009,7 +89873,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153022,22 +89887,6 @@ "type": "object", "description": "Amount of water needed for washing in gallons.", "x-ob-item-type": "num:volumeItemType", - "x-ob-unit": [ - "Barrel", - "Cubic Foot", - "Gallon", - "Thousand Barrels", - "Thousands Cubic Feet", - "Million Barrels", - "Millions Cubic Feet", - "Litre", - "Cubic Metre", - "Bushel", - "Acre-Foot", - "Billions of cubic feet", - "Trillions of cubic feet" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153046,7 +89895,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153059,8 +89909,6 @@ "type": "object", "description": "Information about the Wiring Instructions for the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153069,7 +89917,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153082,8 +89931,6 @@ "type": "object", "description": "Indicates if the Wiring Instructions is available. If it is available, TRUE; if it is not available, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153092,7 +89939,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153105,8 +89953,6 @@ "type": "object", "description": "Indicates if there are exceptions to the Wiring Instructions or issues raised. If there are exceptions, TRUE; if there are no exceptions, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153115,7 +89961,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153128,8 +89975,6 @@ "type": "object", "description": "Indicates if the Wiring Instructions is available in final form. If it is available in fnal form, TRUE; if it is only available in draft form, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153138,7 +89983,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153151,8 +89997,6 @@ "type": "object", "description": "Names of counterparties to the Wiring Instructions.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153161,7 +90005,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153174,8 +90019,6 @@ "type": "object", "description": "Link to the Wiring Instructions document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153184,7 +90027,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153197,8 +90041,6 @@ "type": "object", "description": "Effective date of the Wiring Instructions.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153207,7 +90049,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153220,8 +90063,6 @@ "type": "object", "description": "Description of any exceptions to the Wiring Instructions or issues raised.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153230,7 +90071,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153243,8 +90085,6 @@ "type": "object", "description": "Expiration date of the Wiring Instructions.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153253,7 +90093,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153266,8 +90107,6 @@ "type": "object", "description": "Description of the zoning covenant / obligation.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153276,7 +90115,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153289,8 +90129,6 @@ "type": "object", "description": "Used as the identifier for the zoning covenant.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153299,7 +90137,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153312,8 +90151,6 @@ "type": "object", "description": "Used to group a listing of information about zoning covenants.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153322,7 +90159,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153335,8 +90173,6 @@ "type": "object", "description": "Used as the identifier for the zoning covenant.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153345,7 +90181,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153358,8 +90195,6 @@ "type": "object", "description": "Represents information about zoning covenants for a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153368,7 +90203,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153381,8 +90217,6 @@ "type": "object", "description": "Information about zoning permits and zoning covenants for a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153391,7 +90225,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153404,8 +90239,6 @@ "type": "object", "description": "Authority issuing the permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153414,7 +90247,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153427,8 +90261,6 @@ "type": "object", "description": "Identifier for the zoning permit related to a site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153437,7 +90269,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153450,8 +90283,6 @@ "type": "object", "description": "Does the sponsor need to post credit support for site restoration and system removal conditions. If the sponsor needs to post credit support, TRUE; if not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153460,7 +90291,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153473,8 +90305,6 @@ "type": "object", "description": "Used to group information about the zoning permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153483,7 +90313,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153496,8 +90327,6 @@ "type": "object", "description": "Used as the identifier for the zoning permit document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153506,7 +90335,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153519,8 +90349,6 @@ "type": "object", "description": "Used to group a listing of information about zoning permit documents.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153529,7 +90357,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153542,8 +90371,6 @@ "type": "object", "description": "Used as the identifier for the zoning permit document.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153552,7 +90379,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153565,8 +90393,6 @@ "type": "object", "description": "Link to the actual zoning permit document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153575,7 +90401,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153588,8 +90415,6 @@ "type": "object", "description": "Represents information about documents related to zoning permit such as type of document and link to document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153598,7 +90423,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153611,8 +90437,6 @@ "type": "object", "description": "Description of the type of documents which could be a permit or a supporting document.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153621,7 +90445,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153634,8 +90459,6 @@ "type": "object", "description": "Used as the identifier for the zoning permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153644,7 +90467,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153657,8 +90481,6 @@ "type": "object", "description": "Used as the identifier for the zoning permit.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153667,7 +90489,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153680,8 +90503,6 @@ "type": "object", "description": "Date on which the permit was issued.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153690,7 +90511,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153703,12 +90525,6 @@ "type": "object", "description": "Identifies whether this is a permit for the plant, gen tie line, or substation.", "x-ob-item-type": "solar-types:zoningPermitPropertyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Plant", - "Gen Tie Line", - "Substation" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153717,7 +90533,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153730,8 +90547,6 @@ "type": "object", "description": "Description of the amount, frequency and timing of the recurring fee.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153740,7 +90555,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153753,8 +90569,6 @@ "type": "object", "description": "Indicates if there is a recurring fee for the zoning permit. If there is a recurring fee, TRUE; if there is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153763,7 +90577,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153776,8 +90591,6 @@ "type": "object", "description": "Indicates if the zoning permit can be renewed at the end of the term. If it can be renewed, TRUE; if it cannot be renewed, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153786,7 +90599,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153799,8 +90613,6 @@ "type": "object", "description": "Indication as to whether a zoning permit is required.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153809,7 +90621,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153822,8 +90635,6 @@ "type": "object", "description": "Indicates if the site needs to be restored at the end of the term. If the site needs to be restored, TRUE; if not required, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153832,7 +90643,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153845,8 +90657,6 @@ "type": "object", "description": "Indicates if the zoning permit requires system removal at the end of the term. If system removal is required, TRUE; if not required, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153855,7 +90665,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153868,8 +90679,6 @@ "type": "object", "description": "Represents information related to various zoning permits for a site, such as fees, date of issue, term, and renewal policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153878,7 +90687,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153891,17 +90701,6 @@ "type": "object", "description": "Term of the permit. The value should be entered using the ISO8601 format of PnYnMnDTnHnMnS. For example, a 5-year term would be represented as P5Y, a 3-month term as P3M, and a 4-year, 6-month and 10-day term would be represented as P4Y6M10D.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153910,7 +90709,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153923,8 +90723,6 @@ "type": "object", "description": "Used to group a listing of information about terminations of zoning permits.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153933,7 +90731,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153946,8 +90745,6 @@ "type": "object", "description": "Description of the zoning permit termination provision.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153956,7 +90753,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153969,8 +90767,6 @@ "type": "object", "description": "Name of the individual or organization that has termination rights.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -153979,7 +90775,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -153992,8 +90789,6 @@ "type": "object", "description": "Represents information about terminations of zoning permits.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154002,7 +90797,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154015,8 +90811,6 @@ "type": "object", "description": "Description of the type of zoning permit, for example, Special Use, Conditional Use, Variance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154025,7 +90819,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154038,202 +90833,16 @@ "type": "object", "description": "Amount of the upfront fee for the zoning permit.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -154246,8 +90855,6 @@ "type": "object", "description": "Indicates if there is an upfront fee. If there is an upfront fee, TRUE; if there is not an upfront fee, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154256,7 +90863,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154269,14 +90877,6 @@ "type": "object", "description": "Description of the status of the upfront fee, for example, Not Applicable, Not Due, Overdue, Partially Paid, Fully Paid.", "x-ob-item-type": "solar-types:feeStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Not Applicable", - "Not Due", - "Overdue", - "Partially Paid", - "Fully Paid" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154285,7 +90885,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154298,8 +90899,6 @@ "type": "object", "description": "Timing of the upfront fee for the zoning permit.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154308,7 +90907,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154321,8 +90921,6 @@ "type": "object", "description": "Used to indicate a generic period of time such as a quarter or month that is not related to a specific time span. For example rental expense for a month, or monthly . Includes specific months and the concept of a month.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154331,7 +90929,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154344,8 +90943,6 @@ "type": "object", "description": "The default domain of the period axis.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154354,7 +90951,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154367,8 +90965,6 @@ "type": "object", "description": "Represents the time period of 1 month. This can be any month of any year. Used to indicate that an amount is a monthly amount. i.e. the rent is $1000 a month.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154377,7 +90973,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154390,8 +90987,6 @@ "type": "object", "description": "Represents the time period of the month of January. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154400,7 +90995,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154413,8 +91009,6 @@ "type": "object", "description": "Represents the time period of the month of February. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154423,7 +91017,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154436,8 +91031,6 @@ "type": "object", "description": "Represents the time period of the month of March. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154446,7 +91039,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154459,8 +91053,6 @@ "type": "object", "description": "Represents the time period of the month of April. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154469,7 +91061,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154482,8 +91075,6 @@ "type": "object", "description": "Represents the time period of the month of May. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154492,7 +91083,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154505,8 +91097,6 @@ "type": "object", "description": "Represents the time period of the month of June. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154515,7 +91105,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154528,8 +91119,6 @@ "type": "object", "description": "Represents the time period of the month of July. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154538,7 +91127,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154551,8 +91141,6 @@ "type": "object", "description": "Represents the time period of the month of August. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154561,7 +91149,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154574,8 +91163,6 @@ "type": "object", "description": "Represents the time period of the month of September. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154584,7 +91171,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154597,8 +91185,6 @@ "type": "object", "description": "Represents the time period of the month of October. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154607,7 +91193,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154620,8 +91207,6 @@ "type": "object", "description": "Represents the time period of the month of November. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154630,7 +91215,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154643,8 +91229,6 @@ "type": "object", "description": "Represents the time period of the month of December. Used for this month of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154653,7 +91237,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154666,8 +91251,6 @@ "type": "object", "description": "Represents the time period of 1 quarter. This can be any quarter of any year. Used to indicate that an amount is a quarterly amount. i.e. the rent is $1000 a quarter.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154676,7 +91259,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154689,8 +91273,6 @@ "type": "object", "description": "Represents the time period of the first quarter. Used for this quarter of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154699,7 +91281,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154712,8 +91295,6 @@ "type": "object", "description": "Represents the time period of the second quarter. Used for this quarter of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154722,7 +91303,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154735,8 +91317,6 @@ "type": "object", "description": "Represents the time period of the third quarter. Used for this quarter of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154745,7 +91325,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154758,8 +91339,6 @@ "type": "object", "description": "Represents the time period of the fourth quarter. Used for this quarter of any year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154768,7 +91347,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154781,8 +91361,6 @@ "type": "object", "description": "Represents the time period of 1 year. This can be any year. Used to indicate that an amount is a annual amount. i.e. the rent is $1000 a year.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154791,7 +91369,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154804,8 +91383,6 @@ "type": "object", "description": "Table used to capture the production statistics of a system including the forecasted and expected production as well as the actual production.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154814,7 +91391,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154827,8 +91405,6 @@ "type": "object", "description": "Information about the solar systems production.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154837,7 +91413,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154850,8 +91427,6 @@ "type": "object", "description": "Information about offtaker.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154860,7 +91435,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154873,8 +91449,6 @@ "type": "object", "description": "Operational Financial Performance", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154883,7 +91457,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154896,8 +91471,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154906,7 +91479,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154919,8 +91493,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154929,7 +91501,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154942,8 +91515,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -154952,7 +91523,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -154965,202 +91537,16 @@ "type": "object", "description": "Amount of investments including trading securities, available-for-sale securities, held-to-maturity securities, and short-term investments classified as other and current.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -155173,202 +91559,16 @@ "type": "object", "description": "The total amount due to the entity within one year of the balance sheet date (or one operating cycle, if longer) from outside sources, including trade accounts receivable, notes and loans receivable, as well as any other types of receivables, net of allowances established for the purpose of reducing such receivables to an amount that approximates their net realizable value.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -155381,202 +91581,16 @@ "type": "object", "description": "Amount of asset related to consideration paid in advance for costs that provide economic benefits within a future period of one year or the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -155589,202 +91603,16 @@ "type": "object", "description": "Sum of the carrying amounts as of the balance sheet date of deferred costs capitalized at the end of the reporting period that are expected to be charged against earnings within one year or the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -155797,202 +91625,16 @@ "type": "object", "description": "Carrying amount due within one year of the balance sheet date (or one operating cycle, if longer) from tax authorities as of the balance sheet date representing refunds of overpayments or recoveries based on agreed-upon resolutions of disputes.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -156005,202 +91647,16 @@ "type": "object", "description": "Amount, after allocation of valuation allowances and deferred tax liability, of deferred tax asset attributable to deductible differences and carryforwards, netted by jurisdiction and classified as current.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -156213,202 +91669,16 @@ "type": "object", "description": "Amount of current assets classified as other.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -156421,202 +91691,16 @@ "type": "object", "description": "Sum of the carrying amounts as of the balance sheet date of all assets that are expected to be realized in cash, sold, or consumed within one year (or the normal operating cycle, if longer). Assets are probable future economic benefits obtained or controlled by an entity as a result of past transactions or events.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -156629,8 +91713,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -156639,7 +91721,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -156652,8 +91735,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -156662,7 +91743,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -156675,202 +91757,16 @@ "type": "object", "description": "Amount before accumulated depreciation, depletion and amortization of physical assets used in the normal conduct of business and not intended for resale. Examples include, but are not limited to, land, buildings, machinery and equipment, office equipment, and furniture and fixtures.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -156883,202 +91779,16 @@ "type": "object", "description": "Amount of accumulated depreciation, depletion and amortization for physical assets used in the normal conduct of business to produce goods and services.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -157091,202 +91801,16 @@ "type": "object", "description": "Amount after accumulated depreciation, depletion and amortization of physical assets used in the normal conduct of business to produce goods and services and not intended for resale. Examples include, but are not limited to, land, buildings, machinery and equipment, office equipment, and furniture and fixtures.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -157299,202 +91823,16 @@ "type": "object", "description": "Sum of the carrying amounts of deferred costs that are expected to be recognized as a charge against earnings in periods after one year or beyond the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -157507,202 +91845,16 @@ "type": "object", "description": "Sum of the carrying amounts as of the balance sheet date of all assets that are expected to be realized in cash, sold or consumed after one year or beyond the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -157715,8 +91867,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -157725,7 +91875,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -157738,8 +91889,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -157748,7 +91897,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -157761,8 +91911,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -157771,7 +91919,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -157784,202 +91933,16 @@ "type": "object", "description": "Carrying value as of the balance sheet date of liabilities incurred (and for which invoices have typically been received) and payable to vendors for goods and services received that are used in an entity's business. Used to reflect the current portion of the liabilities (due within one year or within the normal operating cycle if longer).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -157992,202 +91955,16 @@ "type": "object", "description": "Carrying value as of the balance sheet date of obligations incurred and payable, pertaining to costs that are statutory in nature, are incurred on contractual obligations, or accumulate over time and for which invoices have not yet been received or will not be rendered. Examples include taxes, interest, rent and utilities. Used to reflect the current portion of the liabilities (due within one year or within the normal operating cycle if longer).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -158200,202 +91977,16 @@ "type": "object", "description": "Carrying value as of the balance sheet date of obligations incurred and payable for statutory income, sales, use, payroll, excise, real, property and other taxes. Used to reflect the current portion of the liabilities (due within one year or within the normal operating cycle if longer).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -158408,202 +91999,16 @@ "type": "object", "description": "Amount, after deferred tax asset, of deferred tax liability attributable to taxable differences, with jurisdictional netting and classified as current.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -158616,202 +92021,16 @@ "type": "object", "description": "Amount of short-term debt and current maturity of long-term debt and capital lease obligations due within one year or the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -158824,202 +92043,16 @@ "type": "object", "description": "Carrying value of the obligation (known or estimated) arising from requirements to perform activities to remediate one or more sites, payable in twelve months or in the next operating cycle if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -159032,202 +92065,16 @@ "type": "object", "description": "Current portion of the carrying amount of a liability for an asset retirement obligation. An asset retirement obligation is a legal obligation associated with the disposal or retirement of a tangible long-lived asset that results from the acquisition, construction or development, or the normal operations of a long-lived asset, except for certain obligations of lessees.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -159240,202 +92087,16 @@ "type": "object", "description": "Amount of liabilities classified as other, due within one year or the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -159448,202 +92109,16 @@ "type": "object", "description": "Total obligations incurred as part of normal operations that are expected to be paid during the following twelve months or within one business cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -159656,8 +92131,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -159666,7 +92139,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -159679,8 +92153,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -159689,7 +92161,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -159702,202 +92175,16 @@ "type": "object", "description": "Amount after unamortized (discount) premium and debt issuance costs of long-term debt classified as noncurrent and excluding amounts to be repaid within one year or the normal operating cycle, if longer. Includes, but not limited to, notes payable, bonds payable, debentures, mortgage loans and commercial paper. Excludes capital lease obligations.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -159910,202 +92197,16 @@ "type": "object", "description": "Amount equal to the present value (the principal) at the beginning of the lease term of minimum lease payments during the lease term (excluding that portion of the payments representing executory costs such as insurance, maintenance, and taxes to be paid by the lessor, together with any profit thereon) net of payments or other amounts applied to the principal, through the balance sheet date and due to be paid more than one year (or one operating cycle, if longer) after the balance sheet date.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -160118,202 +92219,16 @@ "type": "object", "description": "Amount of long-term debt and capital lease obligation due after one year or beyond the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -160326,8 +92241,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -160336,7 +92249,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -160349,202 +92263,16 @@ "type": "object", "description": "Sum of the carrying values as of the balance sheet date of obligations incurred through that date and due after one year (or beyond the operating cycle if longer), including liabilities for compensation costs, fringe benefits other than pension and postretirement obligations, rent, contractual rights and obligations, and statutory obligations.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -160557,202 +92285,16 @@ "type": "object", "description": "Total carrying amount of consideration received or receivable as of the balance sheet date representing potential earnings that were not as yet recognized as revenue or other forms of income in conformity with GAAP, and which are expected to be recognized as such after one year or beyond the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -160765,202 +92307,16 @@ "type": "object", "description": "Noncurrent portion of the carrying amount of a liability for an asset retirement obligation. An asset retirement obligation is a legal obligation associated with the disposal or retirement of a tangible long-lived asset that results from the acquisition, construction or development, or the normal operations of a long-lived asset, except for certain obligations of lessees.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -160973,202 +92329,16 @@ "type": "object", "description": "Amount, after deferred tax asset, of deferred tax liability attributable to taxable differences, with jurisdictional netting and classified as noncurrent.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -161181,202 +92351,16 @@ "type": "object", "description": "Amount of liabilities classified as other, due after one year or the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -161389,202 +92373,16 @@ "type": "object", "description": "Aggregated carrying amounts of obligations as of the balance sheet date, excluding long-term debt, incurred as part of the normal operations that are expected to be paid after one year or beyond the normal operating cycle, if longer. Alternate captions include Total Deferred Credits and Other Liabilities.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -161597,202 +92395,16 @@ "type": "object", "description": "Amount of obligation due after one year or beyond the normal operating cycle, if longer.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -161805,8 +92417,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -161815,7 +92425,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -161828,202 +92439,16 @@ "type": "object", "description": "Aggregate par or stated value of issued nonredeemable preferred stock (or preferred stock redeemable solely at the option of the issuer). This item includes treasury stock repurchased by the entity. Note: elements for number of nonredeemable preferred shares, par value and other disclosure concepts are in another section within stockholders' equity.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -162036,202 +92461,16 @@ "type": "object", "description": "Aggregate par or stated value of issued nonredeemable common stock (or common stock redeemable solely at the option of the issuer). This item includes treasury stock repurchased by the entity. Note: elements for number of nonredeemable common shares, par value and other disclosure concepts are in another section within stockholders' equity.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -162244,202 +92483,16 @@ "type": "object", "description": "Excess of issue price over par or stated value of the entity's capital stock and amounts received from other transactions involving the entity's stock or stockholders. Includes adjustments to additional paid in capital. Some examples of such adjustments include recording the issuance of debt with a beneficial conversion feature and certain tax consequences of equity instruments awarded to employees. Use this element for the aggregate amount of additional paid-in capital associated with common and preferred stock. For additional paid-in capital associated with only common stock, use the element additional paid in capital, common stock. For additional paid-in capital associated with only preferred stock, use the element additional paid in capital, preferred stock.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -162452,202 +92505,16 @@ "type": "object", "description": "The amount allocated to treasury stock. Treasury stock is common and preferred shares of an entity that were issued, repurchased by the entity, and are held in its treasury.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -162660,202 +92527,16 @@ "type": "object", "description": "Accumulated change in equity from transactions and other events and circumstances from non-owner sources, net of tax effect, at period end. Excludes Net Income (Loss), and accumulated changes in equity from transactions resulting from investments by owners and distributions to owners. Includes foreign currency translation items, certain pension adjustments, unrealized gains and losses on certain investments in debt and equity securities, other than temporary impairment (OTTI) losses related to factors other than credit losses on available-for-sale and held-to-maturity debt securities that an entity does not intend to sell and it is not more likely than not that the entity will be required to sell before recovery of the amortized cost basis, as well as changes in the fair value of derivatives related to the effective portion of a designated cash flow hedge.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -162868,202 +92549,16 @@ "type": "object", "description": "The cumulative amount of the reporting entity's undistributed earnings or deficit.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -163076,202 +92571,16 @@ "type": "object", "description": "Total of all stockholders' equity (deficit) items, net of receivables from officers, directors, owners, and affiliates of the entity which are attributable to the parent. The amount of the economic entity's stockholders' equity attributable to the parent excludes the amount of stockholders' equity which is allocable to that ownership interest in subsidiary equity which is not attributable to the parent (noncontrolling interest, minority interest). This excludes temporary equity and is sometimes called permanent equity.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -163284,8 +92593,6 @@ "type": "object", "description": "#NAME?", "x-ob-item-type": "#NAME?", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163294,7 +92601,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163307,8 +92615,6 @@ "type": "object", "description": "Federal tax identification number for the developer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163317,7 +92623,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163330,8 +92637,6 @@ "type": "object", "description": "Federal tax identification number for the Asset Manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163340,7 +92645,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163353,8 +92659,6 @@ "type": "object", "description": "Federal tax identification number for the Operations Manager.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163363,7 +92667,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163376,8 +92681,6 @@ "type": "object", "description": "", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163386,7 +92689,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163399,8 +92703,6 @@ "type": "object", "description": "Indicates if the IEC 62445-1 or local Grid Code Compliance has been met. If it has been met, TRUE; if it has not been met, FALSE", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163409,7 +92711,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163422,8 +92725,6 @@ "type": "object", "description": "Indicates if the report providing details of soil consistency, chemistry, site soil measurements (probing trench, probing drill, etc) has been submitted. If it has been submitted, TRUE; if it has not been submitted, FALSE", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163432,7 +92733,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163445,8 +92747,6 @@ "type": "object", "description": "Indicates if IEC RE Rules Of Procedure have been met. If it has been met, TRUE; if it has not been met, FALSE", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163455,7 +92755,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163468,8 +92769,6 @@ "type": "object", "description": "Indicates if a review of the PPA contract has been considered. If it has been considered, TRUE; if it has not been considered, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163478,7 +92777,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163491,8 +92791,6 @@ "type": "object", "description": "Indicates if the site permit review has been considered. If it has been considered, TRUE; if it has not been considered, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163501,7 +92799,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163514,8 +92813,6 @@ "type": "object", "description": "Indicates if the offtaker contract review has been considered. If it has been considered, TRUE; if it has not been considered, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163524,7 +92821,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163537,8 +92835,6 @@ "type": "object", "description": "Indicates if the O&M contract review has been considered. If it has been considered, TRUE; if it has not been considered, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163547,7 +92843,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163560,8 +92857,6 @@ "type": "object", "description": "Indicates if the EPC contract review has been considered. If it has been considered, TRUE; if it has not been considered, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163570,7 +92865,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163583,8 +92879,6 @@ "type": "object", "description": "Indicates if the suppliers contract review has been considered. If it has been considered, TRUE; if it has not been considered, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163593,7 +92887,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163606,8 +92901,6 @@ "type": "object", "description": "Indicates if the geotechnical report has been reviewed. If it has been reviewed, TRUE; if it has not been reviewed, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163616,7 +92909,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163629,8 +92923,6 @@ "type": "object", "description": "Indicates if the fire risk report has been submitted. If it has been submitted, TRUE; if it has not been submitted, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163639,7 +92931,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163652,8 +92945,6 @@ "type": "object", "description": "Indicates if the econological/wildlife/plant life report has been reviewed. If it has been reviewed, TRUE; if it has not been reviewed, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163662,7 +92953,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163675,8 +92967,6 @@ "type": "object", "description": "Indicates if the cultural resources and archeological report has been reviewed. If it has been reviewed, TRUE; if it has not been reviewed, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163685,7 +92975,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163698,8 +92989,6 @@ "type": "object", "description": "Information about insurance and surety needed for IECRE certificates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163708,7 +92997,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163721,8 +93011,6 @@ "type": "object", "description": "Table containing data about insurance and surety needed for IECRE certificates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163731,7 +93019,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163744,8 +93033,6 @@ "type": "object", "description": "Used to represent information about insurance and surety related to IECRE certificates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163754,7 +93041,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163767,8 +93055,6 @@ "type": "object", "description": "Information about the site related to the IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163777,7 +93063,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163790,8 +93077,6 @@ "type": "object", "description": "Information about the system related to the IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163800,7 +93085,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163813,8 +93099,6 @@ "type": "object", "description": "Information about financing of the system that may be needed for an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163823,7 +93107,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163836,8 +93121,6 @@ "type": "object", "description": "Information about letters of credit for the system that may be needed for an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163846,7 +93129,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163859,8 +93143,6 @@ "type": "object", "description": "Table containing data about letters of credit for the system that may be needed for an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163869,7 +93151,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163882,8 +93165,6 @@ "type": "object", "description": "Used to represent information about letters of credit for a system that may be needed for an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163892,7 +93173,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163905,8 +93187,6 @@ "type": "object", "description": "Information about financing events that may be needed for an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163915,7 +93195,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163928,8 +93209,6 @@ "type": "object", "description": "Table containing data about financing events that may be needed for an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163938,7 +93217,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163951,8 +93231,6 @@ "type": "object", "description": "Used to represent information about financing events that may be needed for an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163961,7 +93239,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -163974,17 +93253,6 @@ "type": "object", "description": "Resolution Time (repair time) is the time to resolve the fault starting from the moment of reaching the PV plant. Resolution Time is may not be guaranteed, because resolution time often does not depend totally on the O&M Contractor. The value should be entered as a durationItemType using the ISO8601 format of PnYnMnDTnHnMnS, where H means hours, M means minutes, and S means seconds.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -163993,7 +93261,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164004,19 +93273,8 @@ }, { "type": "object", - "description": "The time between detecting the problem (receipt of the alarm or noticing a fault) and the acknowledgement of the fault by the O&M Contractor which is signaled by dispatching a technician. The acknowledgement time reflects the O&M Contractor’s operational ability. The value should be entered as a durationItemType using the ISO8601 format of PnYnMnDTnHnMnS. Acknowledgement Time may also be called Reaction Time, where H means hours, M means minutes, and S means seconds.", + "description": "The time between detecting the problem (receipt of the alarm or noticing a fault) and the acknowledgement of the fault by the O&M Contractor which is signaled by dispatching a technician. The acknowledgement time reflects the O&M Contractor’s operational ability. The value should be entered as a durationItemType using the ISO8601 format of PnYnMnDTnHnMnS. Acknowledgement Time may also be called Reaction Time, where H means hours, M means minutes, and S means seconds.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164025,7 +93283,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164038,17 +93297,6 @@ "type": "object", "description": "The amount of time to reach the plant by a service technician or a subcontractor when the visit by the O&M contractor is contractually necessary, from the moment of acknowledgement. Intervention Time assesses the capacity of the O&M Contractor to mobilize and be on site. The value should be entered as a durationItemType using the ISO8601 format of PnYnMnDTnHnMnS, where H means hours, M means minutes, and S means seconds.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164057,7 +93305,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164070,8 +93319,6 @@ "type": "object", "description": "Indicates that the operational issue is warranty related. If it is warranty related, TRUE; if it is not, FALSE", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164080,7 +93327,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164093,8 +93341,6 @@ "type": "object", "description": "Indicates that the operational issue is warranty related. If it is environmental health and safety related, TRUE; if it is not, FALSE", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164103,7 +93349,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164116,17 +93363,6 @@ "type": "object", "description": "Average amount of time between failures of any piece of equipment or the system as a whole. The value should be entered as a durationItemType using the ISO8601 format of PnYnMnDTnHnMnS, where H means hours, M means minutes, and S means seconds.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164135,7 +93371,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164148,11 +93385,6 @@ "type": "object", "description": "Indicates if the status of the spare parts level is sufficient or insufficient.", "x-ob-item-type": "solar-types:sparePartsStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Sufficient", - "Insufficient" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164161,7 +93393,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164174,11 +93407,6 @@ "type": "object", "description": "Indication of the status of preventative maintenance tasks performed for cycle, which can be complete or incomplete.", "x-ob-item-type": "solar-types:preventiveMaintenanceTaskStatusItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Complete", - "Incomplete" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164187,7 +93415,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164200,8 +93429,6 @@ "type": "object", "description": "Used to represent a start date for a future time period, in CCYY-MM-DD format. This axis is used to report values that are estimated into the future.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164210,7 +93437,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164223,8 +93451,6 @@ "type": "object", "description": "Used to represent a start date for a future time period, in CCYY-MM-DD format. This axis is used to report values that are estimated into the future.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164233,7 +93459,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164246,17 +93473,6 @@ "type": "object", "description": "Period in which the curtailment amount or percent is estimated, in 'PnYnMnDTnHnMnS' format, for example, 'P1Y5M13D' represents reported fact of one year, five months, and thirteen days, or 'P1Y' represents a reported fact for one year, or 'P1M' represents a reported fact for one month. Should be used with the EstimationPeriodStartDateAxis which represents the starting date for the period.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164265,7 +93481,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164278,8 +93495,6 @@ "type": "object", "description": "Information about curtailment model factor estimates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164288,7 +93503,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164301,8 +93517,6 @@ "type": "object", "description": "Percentage of energy lost due to economic curtailment based on major design/energy production model. Economic curtailment is a result of wholesale market pricing, etc. To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164311,7 +93525,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164324,8 +93539,6 @@ "type": "object", "description": "Percentage of energy lost due to stability or congestion curtailment on the transmission system, based on major design/energy production model. To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164334,7 +93547,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164347,8 +93561,6 @@ "type": "object", "description": "Percentage of energy lost due to curtailment from emergencies or construction work, based on major design/energy production model.To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164357,7 +93569,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164370,8 +93583,6 @@ "type": "object", "description": "Percentage of energy lost due to curtailment caused by reasons other than economics (wholesale market pricing or the like), stability, congestion, emergencies, or construction. Value reported should be based on major design/energy production model. To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164380,7 +93591,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164393,8 +93605,6 @@ "type": "object", "description": "Percentage of energy lost due to curtailment based on major design/energy production model. To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, and the EstimationPeriodForCurtailment.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164403,7 +93613,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164416,31 +93627,6 @@ "type": "object", "description": "Amount of energy lost due to economic curtailment based on major design/energy production model. Economic curtailment is a result of wholesale market pricing, etc. To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164449,7 +93635,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164462,31 +93649,6 @@ "type": "object", "description": "Amount of energy lost due to stability or congestion curtailment on the transmission system, based on major design/energy production model. To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164495,7 +93657,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164508,31 +93671,6 @@ "type": "object", "description": "Amount of energy lost due to curtailment based on major design/energy production model for emergencies or construction work.To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164541,7 +93679,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164554,31 +93693,6 @@ "type": "object", "description": "Amount of energy lost due to curtailment based on major design/energy production model due to reasons other than economics (wholesale market pricing or the like), stability, congestion, emergencies, or construction. To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164587,7 +93701,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164600,31 +93715,6 @@ "type": "object", "description": "Amount of energy lost due to curtailment based on major design/energy production model.To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164633,7 +93723,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164646,8 +93737,6 @@ "type": "object", "description": "Estimated degradation rate of the system, in percent of kWh lost. To report estimated values for specified future periods, use the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164656,7 +93745,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164669,8 +93759,6 @@ "type": "object", "description": "Estimated percent capacity of the array lost in future periods, e.g., year, month, due to degradation. Should be used with the EstimationPeriodStartDateAxis, in conjunction with the concept EstimationPeriodForCurtailment.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164679,7 +93767,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164692,17 +93781,6 @@ "type": "object", "description": "Period in which the degradation amount or percent is estimated, in 'PnYnMnDTnHnMnS' format, for example, 'P1Y5M13D' represents reported fact of one year, five months, and thirteen days, or 'P1Y' represents a reported fact for one year, or 'P1M' represents a reported fact for one month. Should be used with the EstimationPeriodStartDateAxis which represents the starting date for the period.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164711,7 +93789,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164724,8 +93803,6 @@ "type": "object", "description": "Information about estimated future degradation rates for the system and the array.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164734,7 +93811,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164747,8 +93825,6 @@ "type": "object", "description": "Used to collect information about supply agreements for equipment used in the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164757,7 +93833,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164770,8 +93847,6 @@ "type": "object", "description": "Table represents information about equipment supply agreements.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164780,7 +93855,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164793,8 +93869,6 @@ "type": "object", "description": "Used to represent supply agreements related to a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164803,7 +93877,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164816,8 +93891,6 @@ "type": "object", "description": "Used to represent supply agreements related to a system.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164826,7 +93899,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164839,31 +93913,6 @@ "type": "object", "description": "Actual (measured) amount of energy lost due to soiling.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164872,7 +93921,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164885,31 +93935,6 @@ "type": "object", "description": "Actual (measured) amount of energy lost due to inverter issues.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164918,7 +93943,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164931,8 +93957,6 @@ "type": "object", "description": "Percentage of P50 energy variation expected year to year over a single standard variation based on the historical variability of weather observed.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164941,7 +93965,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164954,8 +93979,6 @@ "type": "object", "description": "Percentage of P50 energy variation expected between a given month to the same month in the following over a single standard variation year based on the historical variability of weather observed.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164964,7 +93987,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -164977,8 +94001,6 @@ "type": "object", "description": "Minimum irradiance required to activate a PV system or subarray.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -164987,7 +94009,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165000,10 +94023,6 @@ "type": "object", "description": "Plant energy production or plant energy metered in the time period divided by the sum of that value and the calculated lost energy in the period (kWh). Energy-Based Availability takes into consideration that an hour in a period with high irradiance is more valuable than in a period with low irradiance.", "x-ob-item-type": "us-types:perUnitItemType", - "x-ob-unit": [ - "Monetary/Decimal" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165012,7 +94031,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165025,8 +94045,6 @@ "type": "object", "description": "Technical contract review including gap analysis of guarantees, tests, and operating requirements of Consumables List. Consumables are parts that are used up quickly and must be replenished, such as fuses.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165035,7 +94053,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165048,31 +94067,6 @@ "type": "object", "description": "The measure of the total energy generated per kWp installed over a certain period of time.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165081,7 +94075,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165094,31 +94089,6 @@ "type": "object", "description": "Actual amount of active energy consumed by the system, also called Parasitic Load.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165127,7 +94097,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165138,10 +94109,8 @@ }, { "type": "object", - "description": "Measure of system availability (uptime), calculated by taking the ratio of total useful time (time during which the plant is operating without taking any exclusion factors into account) minus total downtime, divided by the total useful time, multipled by 100. Total useful time is defined as the time when the plant is exposed to irradiation levels above the generator’s Minimum Irradiance Threshold (MIT). This measure is sourced from Solar Power Europe.", + "description": "Measure of system availability (uptime), calculated by taking the ratio of total useful time (time during which the plant is operating without taking any exclusion factors into account) minus total downtime, divided by the total useful time, multipled by 100. Total useful time is defined as the time when the plant is exposed to irradiation levels above the generator’s Minimum Irradiance Threshold (MIT). This measure is sourced from Solar Power Europe.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165150,7 +94119,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165163,8 +94133,6 @@ "type": "object", "description": "Table represents early buy out options in project financing. Project financing may have more than one early buy out option with associated date and amount.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165173,7 +94141,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165186,8 +94155,6 @@ "type": "object", "description": "Used to represent early buy out options in project financing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165196,7 +94163,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165209,8 +94177,6 @@ "type": "object", "description": "Used to represent early buy out options in project financing.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165219,7 +94185,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165232,8 +94199,6 @@ "type": "object", "description": "Line items represent information about early buy out options in project financing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165242,7 +94207,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165255,202 +94221,16 @@ "type": "object", "description": "Amount of the buy-out at the end of the lease.", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -165463,8 +94243,6 @@ "type": "object", "description": "In the event of an early buyout, earliest date at which the buyout can occur; can have multiple projects so this would be associated with a project", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165473,7 +94251,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165486,8 +94265,6 @@ "type": "object", "description": "Information about early buy out options in project financing. A project can have multiple early buy out options.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165496,7 +94273,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165509,8 +94287,6 @@ "type": "object", "description": "Measured energy availability for the indicated time period due to issues with wind turbines on an entire wind farm calculated as the ratio of the total energy that could have been produced minus the energy lost due to turbine issues divided by the total energy that could have been produced.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165519,7 +94295,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165532,8 +94309,6 @@ "type": "object", "description": "Measured energy availability for the indicated time period due to issues with Balance of Plant (BOP) components calculated as the ratio of the total energy that could have been produced minus the energy lost due to BOP issues divided by the total energy that could have been produced.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165542,7 +94317,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165555,8 +94331,6 @@ "type": "object", "description": "Measured energy availability for the indicated time period due to issues with the single wind turbine indicated calculated as the ratio of the total energy that could have been produced minus the energy lost due to turbine issues divided by the total energy that could have been produced.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165565,7 +94339,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165578,202 +94353,16 @@ "type": "object", "description": "The aggregate amount of income or expense from ancillary business-related activities (that is to say, excluding major activities considered part of the normal operations of the business).", "x-ob-item-type": "xbrli:monetaryItemType", - "x-ob-unit": [ - "U.A.E. dirham", - "Afghan afghani", - "Albanian lek", - "Armenian dram", - "Netherlands Antillean guilder", - "Angolan kwanza", - "Argentine peso", - "Australian dollar", - "Aruban florin", - "Azerbaijani manat", - "Bosnia and Herzegovina convertible mark", - "Barbados dollar", - "Bangladeshi taka", - "Bulgarian lev", - "Bahraini dinar", - "Burundian franc", - "Bermuda Dollar", - "Brunei dollar", - "Boliviano", - "Bolivian Mvdol", - "Brazilian real", - "Bahamian dollar", - "Bhutanese ngultrum", - "Botswana pula", - "Belarusian ruble", - "Belarusian ruble", - "Belize dollar", - "Canadian dollar", - "Congolese franc", - "WIR Bank", - "Swiss franc", - "WIR Bank", - "Unidad de Fomento", - "Chilean peso", - "Chinese yuan", - "Colombian peso", - "Unidad de Valor Real", - "Costa Rican colon", - "Cuban convertible peso", - "Cuban peso", - "Cape Verde escudo", - "Czech koruna", - "Djiboutian franc", - "Danish krone", - "Dominican peso", - "Algerian dinar", - "Estonian kroon", - "Egyptian pound", - "Eritrean nakfa", - "Ethiopian birr", - "Euro", - "Fiji dollar", - "Falkland Islands pound", - "Pound sterling", - "Georgian lari", - "Ghanaian cedi", - "Gibraltar pound", - "Gambian dalasi", - "Guinean franc", - "Guatemalan quetzal", - "Guyanese dollar", - "Hong Kong dollar", - "Honduran lempira", - "Croatian kuna", - "Haitian gourde", - "Hungarian forint", - "Indonesian rupiah", - "Israeli new sheqel", - "Indian rupee", - "Iraqi dinar", - "Iranian rial", - "Icelandic króna", - "Jamaican dollar", - "Jordanian dinar", - "Japanese yen", - "Kenyan shilling", - "Kyrgyzstani som", - "Cambodian riel", - "Comoro franc", - "North Korean won", - "South Korean won", - "Kuwaiti dinar", - "Cayman Islands dollar", - "Kazakhstani tenge", - "Lao kip", - "Lebanese pound", - "Sri Lanka rupee", - "Liberian dollar", - "Lesotho loti", - "Lithuanian litas", - "Latvian lats", - "Libyan dinar", - "Moroccan dirham", - "Moldovan leu", - "Malagasy ariary", - "Macedonian denar", - "Myanma kyat", - "Mongolian tugrik", - "Macanese pataca", - "Mauritanian ouguiya", - "Mauritian rupee", - "Maldivian rufiyaa", - "Malawian kwacha", - "Mexican peso", - "Mexican UDI", - "Malaysian ringgit", - "Mozambican metical", - "Namibian dollar", - "Nigerian naira", - "Cordoba oro", - "Norwegian krone", - "Nepalese rupee", - "New Zealand dollar", - "Omani rial", - "Panamanian balboa", - "Peruvian nuevo sol", - "Papua New Guinean kina", - "Philippine peso", - "Pakistani rupee", - "Polish zÅ‚oty", - "Paraguayan guaraní", - "Qatari rial", - "Romanian new leu", - "Serbian dinar", - "Rouble", - "Rwandan franc", - "Riyal", - "Solomon Islands dollar", - "Seychelles rupee", - "Sudanese pound", - "Swedish krona", - "Singapore dollar", - "Saint Helena pound", - "Leone", - "Somali shilling", - "Surinamese dollar", - "South Sudanese pound", - "São Tomé and Príncipe dobra", - "Salvadoran colón", - "Syrian pound", - "Lilangeni", - "Baht", - "Tajikistani somoni", - "Turkmenistani manat", - "Tunisian dinar", - "Pa'anga", - "Turkish lira", - "Trinidad and Tobago dollar", - "New Taiwan dollar", - "Tanzanian shilling", - "Hryvnia", - "Ugandan shilling", - "US Dollar", - "Next Day US Dollar", - "Same Day US Dollar", - "Uruguay Peso en Unidades Indexadas", - "Uruguayan peso", - "Som", - "Venezualan Bolivar", - "Venezuelan Bolivar Fuerte", - "đồng", - "Vanuatu vatu", - "Samoan tala", - "CFA Franc BEAC", - "Silver", - "Gold", - "EURCO", - "E.M.U.-6", - "E.U.A.-9", - "E.U.A.-17", - "East Caribbean dollar", - "Special Drawing Rights", - "UIC Franc", - "CFA Franc BCEAO", - "Palladium", - "CFP Franc", - "Platinum", - "SUCRE", - "ADB Unit of Account", - "Yemeni rial", - "South African rand", - "Zambian kwacha", - "Zambian kwacha", - "Zimbabwe dollar" - ], - "x-ob-enum": "", - "x-ob-usage-tips": "", - "x-ob-sample-value": { - "Decimals": "", - "EndTime": "", - "Precision": "", - "StartTime": "", - "Unit": "", - "Value": "" - } + "x-ob-usage-tips": "", + "x-ob-sample-value": { + "Decimals": "", + "EndTime": "", + "Precision": "", + "StartTime": "", + "Unit": "", + "Value": "" + }, + "x-ob-item-type-group": "" } ] }, @@ -165786,8 +94375,6 @@ "type": "object", "description": "Information about measured energy related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165796,7 +94383,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165809,8 +94397,6 @@ "type": "object", "description": "Information about uncertainty measures related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165819,7 +94405,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165832,8 +94419,6 @@ "type": "object", "description": "Information about energy ratios and yields related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165842,7 +94427,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165855,8 +94441,6 @@ "type": "object", "description": "Information about expected energy related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165865,7 +94449,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165878,8 +94463,6 @@ "type": "object", "description": "Information about predicted energy related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165888,7 +94471,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165901,8 +94485,6 @@ "type": "object", "description": "Used as an identifier for an operational event that is reported.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165911,7 +94493,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165924,8 +94507,6 @@ "type": "object", "description": "Used as an identifier for an operational event that is reported.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165934,7 +94515,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165947,8 +94529,6 @@ "type": "object", "description": "Information about insurance related to the fund.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165957,7 +94537,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165970,8 +94551,6 @@ "type": "object", "description": "Identifier for a title policy.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -165980,7 +94559,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -165993,8 +94573,6 @@ "type": "object", "description": "Used to group information about Environmental Impact Reports related to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166003,7 +94581,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166016,8 +94595,6 @@ "type": "object", "description": "Used to group information about title surveys related to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166026,7 +94603,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166039,8 +94617,6 @@ "type": "object", "description": "Used to group information about environmental site assessment I reports related to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166049,7 +94625,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166062,8 +94639,6 @@ "type": "object", "description": "Used to group information about environmental site assessment II reports related to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166072,7 +94647,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166085,8 +94661,6 @@ "type": "object", "description": "Used to group information about the site lease assignment document related to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166095,7 +94669,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166108,8 +94683,6 @@ "type": "object", "description": "Used to group information about the site lease memos related to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166118,7 +94691,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166131,8 +94705,6 @@ "type": "object", "description": "Used to group information about the site license agreement related to the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166141,7 +94713,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166154,8 +94727,6 @@ "type": "object", "description": "Used to group information about the site control for the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166164,7 +94735,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166177,8 +94749,6 @@ "type": "object", "description": "Used to group information about the washing and waste for the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166187,7 +94757,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166200,8 +94771,6 @@ "type": "object", "description": "Used to group information about the vegetation management for the site.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166210,7 +94779,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166223,8 +94793,6 @@ "type": "object", "description": "Used to group information about measures that are estimated into the future.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166233,7 +94801,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166246,8 +94815,6 @@ "type": "object", "description": "Represents information about measures that are estimated into the future related to the system. Estimates should be used with EstimationPeriodStartDateAxis, and an EstimationPeriod for the concept being reported.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166256,7 +94823,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166269,8 +94837,6 @@ "type": "object", "description": "Used to group information about measures that are estimated into the future.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166279,7 +94845,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166292,8 +94859,6 @@ "type": "object", "description": "Represents information about the performance of a project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166302,7 +94867,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166315,8 +94881,6 @@ "type": "object", "description": "Used to group information about project performance.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166325,7 +94889,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166338,8 +94903,6 @@ "type": "object", "description": "Use to group information needed for a manufacturer cut sheet.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166348,7 +94911,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166361,8 +94925,6 @@ "type": "object", "description": "Represents information about products typically reported on a manufacturer cut sheet.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166371,7 +94933,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166384,8 +94947,6 @@ "type": "object", "description": "Represents information about equipment for the system related to the onboarding process.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166394,7 +94955,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166407,8 +94969,6 @@ "type": "object", "description": "Used to group equipment-related information that may be relevant to the onboarding process of a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166417,7 +94977,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166430,8 +94991,6 @@ "type": "object", "description": "Information about equipment in a system related to onboarding.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166440,7 +94999,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166453,8 +95013,6 @@ "type": "object", "description": "Table containing information about liability insurance, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166463,7 +95021,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166476,8 +95035,6 @@ "type": "object", "description": "Used to group information about liability insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166486,7 +95043,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166499,8 +95057,6 @@ "type": "object", "description": "Table containing information about Property insurance, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166509,7 +95065,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166522,8 +95079,6 @@ "type": "object", "description": "Used to group information about Property insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166532,7 +95087,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166545,8 +95101,6 @@ "type": "object", "description": "Table containing information about Casualty insurance, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166555,7 +95109,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166568,8 +95123,6 @@ "type": "object", "description": "Used to group information about Casualty insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166578,7 +95131,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166591,8 +95145,6 @@ "type": "object", "description": "Table containing information about Surety insurance, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166601,7 +95153,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166614,8 +95167,6 @@ "type": "object", "description": "Used to group information about Surety insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166624,7 +95175,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166637,8 +95189,6 @@ "type": "object", "description": "Table containing information about Universal insurance, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166647,7 +95197,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166660,8 +95211,6 @@ "type": "object", "description": "Used to group information about Universal insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166670,7 +95219,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166683,8 +95233,6 @@ "type": "object", "description": "Table containing information about Business Interruption insurance, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166693,7 +95241,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166706,8 +95255,6 @@ "type": "object", "description": "Used to group information about Business Interruption insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166716,7 +95263,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166729,8 +95277,6 @@ "type": "object", "description": "Table containing information about Commercial General Liability insurance, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166739,7 +95285,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166752,8 +95299,6 @@ "type": "object", "description": "Used to group information about Commercial General Liability insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166762,7 +95307,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166775,8 +95321,6 @@ "type": "object", "description": "Table containing information about Workers Compensation insurance, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166785,7 +95329,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166798,8 +95343,6 @@ "type": "object", "description": "Used to group information about Workers Compensation insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166808,7 +95351,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166821,8 +95365,6 @@ "type": "object", "description": "Table containing information about Energy Production insurance, which may be required for different participants to the project such as a contractor, subcontractor, or project owner.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166831,7 +95373,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166844,8 +95387,6 @@ "type": "object", "description": "Used to group information about Energy Production insurance related to the project or the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166854,7 +95395,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166867,8 +95409,6 @@ "type": "object", "description": "Table containing information about operational events and issues related to the project.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166877,7 +95417,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166890,8 +95431,6 @@ "type": "object", "description": "Used to group information about operational events and issues related to the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166900,7 +95439,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166913,8 +95453,6 @@ "type": "object", "description": "Information about model factors used when working with IECRE certificates.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166923,7 +95461,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166936,8 +95475,6 @@ "type": "object", "description": "Information about expected performance data used in developing an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166946,7 +95483,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166959,8 +95497,6 @@ "type": "object", "description": "Information about expected measured data used in developing an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166969,7 +95505,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -166982,8 +95519,6 @@ "type": "object", "description": "Information about predicted performance data used in developing an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -166992,7 +95527,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167005,8 +95541,6 @@ "type": "object", "description": "Information about performance ratios used in developing an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167015,7 +95549,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167028,8 +95563,6 @@ "type": "object", "description": "Information about system availability used in developing an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167038,7 +95571,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167051,8 +95585,6 @@ "type": "object", "description": "Information about whether the model design takes various factors into consideration, for example, soiling, curtailment, snow, non unity power factor, and parasitic loss.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167061,7 +95593,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167074,8 +95607,6 @@ "type": "object", "description": "Information about uncertainty measures used in preparing an IECRE certificate.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167084,7 +95615,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167097,8 +95629,6 @@ "type": "object", "description": "Used to group information about actual and expected availability of the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167107,7 +95637,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167120,8 +95651,6 @@ "type": "object", "description": "Represents information about actual and expected availability of the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167130,7 +95659,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167143,8 +95673,6 @@ "type": "object", "description": "Information about penalties and costs associated with low performance and unavailability of the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167153,7 +95681,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167166,8 +95695,6 @@ "type": "object", "description": "Identifier for an individual piece of equipment used in a system, for example, ABC Brand inverter with serial number xxxx.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167176,7 +95703,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167189,8 +95717,6 @@ "type": "object", "description": "Used to identify maintenance events that may occur related to a components in a system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167199,7 +95725,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167212,8 +95739,6 @@ "type": "object", "description": "Used to identify maintenance events that may occur related to a components in a system.", "x-ob-item-type": "xs:token", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167222,7 +95747,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167235,8 +95761,6 @@ "type": "object", "description": "This section is used to define the relationship between the System and its entities. It is also used to relate an entity to multiple systems.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167245,7 +95769,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167258,8 +95783,6 @@ "type": "object", "description": "This table is used to define the relationship between the System and its entities. It is also used to relate a entity to multiple systems. The table is used by identifing a boolean value that has an associated system and entity identifier.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167268,7 +95791,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167281,8 +95805,6 @@ "type": "object", "description": "Used to relate a given entity identifier with a given system identifier.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167291,7 +95813,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167304,8 +95827,6 @@ "type": "object", "description": "Line Items used to link a system entity with a given system or to identify the entities associated with a given system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167314,7 +95835,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167327,8 +95849,6 @@ "type": "object", "description": "Description of the product, for example, 250 W Utility Interactive Microinverter.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167337,7 +95857,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167350,8 +95871,6 @@ "type": "object", "description": "Date when the inverter UL1741 Supplement A Certification was received.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167360,7 +95879,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167373,8 +95893,6 @@ "type": "object", "description": "Inverter has certification UL1741 Supplement A, for Inverters, Converters, Controllers and Interconnection System Equipment for Use with Distributed Energy Resources.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167383,7 +95901,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167396,8 +95915,6 @@ "type": "object", "description": "Version of firmware for the inverter that has been tested, for example, A.4.0.B, B.4.2.2, C.2.0.0.\n", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167406,7 +95923,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167419,8 +95937,6 @@ "type": "object", "description": "Indicates if the inverter is a microinverter. If it is a microinverter, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167429,7 +95945,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167442,8 +95959,6 @@ "type": "object", "description": "Descriptive notes about the inverter to be used on a cut sheet.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167452,7 +95967,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167465,17 +95981,6 @@ "type": "object", "description": "Amount of tare power lost at night. Tare losses are a measure of the energy the inverter consumes to power its internal electronics and magnetics.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167484,7 +95989,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167497,17 +96003,6 @@ "type": "object", "description": "Inverter continuous power rating at 40 degrees celsius.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167516,7 +96011,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167529,17 +96025,6 @@ "type": "object", "description": "Amount of tare power lost at night at 40 degrees celsius. Tare losses are a measure of the energy the inverter consumes to power its internal electronics and magnetics.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167548,7 +96033,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167561,8 +96047,6 @@ "type": "object", "description": "Weighted efficiency rating of the inverter at vmin which is the lowest possible operating voltage needed for energy efficiency and reliability optimization.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167571,7 +96055,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167584,8 +96069,6 @@ "type": "object", "description": "Weighted efficiency rating of the inverter at vmax which is the lowest possible operating voltage needed for energy efficiency and reliability optimization.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167594,7 +96077,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167607,8 +96091,6 @@ "type": "object", "description": "Weighted efficiency rating of the inverter at vmin which is the lowest possible operating voltage needed for energy efficiency and reliability optimization.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167617,7 +96099,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167630,8 +96113,6 @@ "type": "object", "description": "Represents information about inverter power levels.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167640,7 +96121,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167653,8 +96135,6 @@ "type": "object", "description": "Used to identify power levels for an inverter, for example 10% power level, 20% power level, 30% power level, weighted percent, etc.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167663,7 +96143,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167676,8 +96157,6 @@ "type": "object", "description": "Used to identify power levels for an inverter, for example 10% power level, 20% power level, 30% power level, weighted average..", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167686,7 +96165,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167699,8 +96179,6 @@ "type": "object", "description": "Used to group a listing of information about inverters at various power levels.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167709,7 +96187,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167722,8 +96201,6 @@ "type": "object", "description": "Percent efficiency rating of the inverter at vmin with a specified inverter power level. Vmin is the lowest possible operating voltage needed for energy efficiency and reliability optimization.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167732,7 +96209,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167745,8 +96223,6 @@ "type": "object", "description": "Percent efficiency rating of the inverter at vmax with a specified inverter power level. Vmax is the maximum DC input voltage of the inverter in DC.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167755,7 +96231,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167768,8 +96245,6 @@ "type": "object", "description": "Percent efficiency rating of the inverter at vnom with a specified inverter power level. Vnom is nominal input voltage of the inverter in DC.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167778,7 +96253,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167791,8 +96267,6 @@ "type": "object", "description": "Inverter is at 10% power level.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167801,7 +96275,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167814,8 +96289,6 @@ "type": "object", "description": "Inverter is at 20% power level.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167824,7 +96297,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167837,8 +96311,6 @@ "type": "object", "description": "Inverter is at 30% power level.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167847,7 +96319,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167860,8 +96333,6 @@ "type": "object", "description": "Inverter is at 50% power level.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167870,7 +96341,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167883,8 +96355,6 @@ "type": "object", "description": "Inverter is at 75% power level.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167893,7 +96363,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167906,8 +96377,6 @@ "type": "object", "description": "Inverter is at 100% power level.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167916,7 +96385,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167929,8 +96399,6 @@ "type": "object", "description": "Inverter is at a weighted average power level, calculated as 4% of 10% power level output + 5% at 20% power level output + 12% at 30% power level output + 21% at 50% power level output + 53% at 75% power level output + 5% at 100% power output level.", "x-ob-item-type": "nonnum:domainItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167939,7 +96407,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167952,8 +96421,6 @@ "type": "object", "description": "Indicates if the cut sheet is revised. If it is new, TRUE; if is not new, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167962,7 +96429,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167975,8 +96443,6 @@ "type": "object", "description": "Indicates if the cut sheet is revised. If it is revised, TRUE; if is not revised, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -167985,7 +96451,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -167998,8 +96465,6 @@ "type": "object", "description": "Description of the reason revisions were made to the cut sheet.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168008,7 +96473,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168021,8 +96487,6 @@ "type": "object", "description": "Information about the equipment manufacturer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168031,7 +96495,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168044,8 +96509,6 @@ "type": "object", "description": "Contact name for the equipment manufacturer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168054,7 +96517,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168067,8 +96531,6 @@ "type": "object", "description": "First line of the address of the equipment manufacturer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168077,7 +96539,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168090,8 +96553,6 @@ "type": "object", "description": "Second line of the address of the equipment manufacturer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168100,7 +96561,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168113,8 +96575,6 @@ "type": "object", "description": "City where equipment manufacturer is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168123,7 +96583,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168136,8 +96597,6 @@ "type": "object", "description": "ISO country code where the equipment manufacturer is located.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168146,7 +96605,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168159,8 +96619,6 @@ "type": "object", "description": "State or province where the equipment manufacturer is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168169,7 +96627,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168182,8 +96641,6 @@ "type": "object", "description": "Zip (postal) Code where the equipment manufacturer is based.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168192,7 +96649,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168205,8 +96663,6 @@ "type": "object", "description": "Indicates if the inverter is Utility Interactive. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168215,7 +96671,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168228,8 +96685,6 @@ "type": "object", "description": "Indicates if the inverter is Grid Support Utility Interactive. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168238,7 +96693,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168251,8 +96707,6 @@ "type": "object", "description": "Indicates if the inverter is part of an ACPV Module. If it is, TRUE; if it is not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168261,7 +96715,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168274,8 +96729,6 @@ "type": "object", "description": "Indicates if the test lab used was a Nationally Recognized Testing Laboratory (NRTL) whose Scope of Recognition under the Occupational Safety and Health Administration (OSHA) includes UL 1741. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168284,7 +96737,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168297,8 +96751,6 @@ "type": "object", "description": "Indicates if California Rule 21 was the source requirement document (SRD) for the tests. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168307,7 +96759,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168320,8 +96773,6 @@ "type": "object", "description": "Description of source document requirements used for other testing.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168330,7 +96781,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168343,8 +96795,6 @@ "type": "object", "description": "Indicates if the test equipment was calibrated when the test was performed. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168353,7 +96803,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168366,8 +96817,6 @@ "type": "object", "description": "Indicates if the signed Authorization to Mark Letter is from NRTL. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168376,7 +96825,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168389,8 +96839,6 @@ "type": "object", "description": "Indication if the MCOP (Maximum Continuous Output Power) measured data provided for at least 180 minutes at minimum intervals of 5 minutes. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168399,7 +96847,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168412,8 +96861,6 @@ "type": "object", "description": "Indication if the Power Rating (continuous at unity power factor) was provided in the weighted efficiency form. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168422,7 +96869,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168435,8 +96883,6 @@ "type": "object", "description": "Indication if the night tare loss data was provided in the Weighted Inverter Efficiency Form. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168445,7 +96891,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168458,8 +96905,6 @@ "type": "object", "description": "Indication if the three weighted efficiencies on the Summary sheet average to the CEC Efficiency value for the efficiency graph. If they do, TRUE; if they do not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168468,7 +96913,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168481,8 +96927,6 @@ "type": "object", "description": "Indication if the microinverter is attached to the module backsheet with adhesive. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168491,7 +96935,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168504,8 +96949,6 @@ "type": "object", "description": "Indication if test results were submitted for securement, humidity-freeze, and temperature cycling. If they were, TRUE; if they were not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168514,7 +96957,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168527,8 +96971,6 @@ "type": "object", "description": "Indication if a Construction Data Report (CDR) was submitted. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168537,7 +96979,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168550,8 +96993,6 @@ "type": "object", "description": "Information about testing requirements for inverter cut sheets.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168560,7 +97001,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168573,8 +97015,6 @@ "type": "object", "description": "Indication if the multiple listee letter for the inverter was signed by an NRTL. If it was, TRUE; if it was not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168583,7 +97023,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168596,13 +97037,6 @@ "type": "object", "description": "Type of technology used in the module which can be Mono-C-Si (single crystal crystalline silicon technology), Multi-C-Si (uses many crystals crystalline technology), or Thin Film (made by placing one or more films of PV material on a substrate).", "x-ob-item-type": "solar-types:moduleTechnologyItemType", - "x-ob-unit": "", - "x-ob-enum": [ - "Mono-C-Si", - "Multi-C-Si", - "Thin Film", - "Other" - ], "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168611,7 +97045,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168624,8 +97059,6 @@ "type": "object", "description": "Comments or notes about the product that may be found on a cut sheet. For example, ABC product also sold under the name XYZ product, or Model has been discontinued, or Part of family of several other models.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168634,7 +97067,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168647,12 +97081,6 @@ "type": "object", "description": "Average nominal operating cell temperature.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168661,7 +97089,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168674,10 +97103,6 @@ "type": "object", "description": "Value of the current when module is operating at maximum power and at NOCT (nominal operating cell temperature). May also be called Maximum Power Current or IPmax, NOCT.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168686,7 +97111,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168699,13 +97125,6 @@ "type": "object", "description": "Value of the voltage when module is operating at maximum power and at NOCT (nominal operating cell temperature). May also be called Maximum Power Voltage or VPmax, NOCT.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168714,7 +97133,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168727,10 +97147,6 @@ "type": "object", "description": "Value of the current when module is operating at maximum power and at low irradiance. May also be called Maximum Power Current, or IPmax, low.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168739,7 +97155,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168752,13 +97169,6 @@ "type": "object", "description": "Value of the voltage when module is operating at maximum power and at low irradiance. May also be called Maximum Power Voltage, or VPmax, low.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168767,7 +97177,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168780,16 +97191,6 @@ "type": "object", "description": "Aperture area of the module, measured by the long side of the module multiplied by the short of the module, measured in square meters. Also called A_c.", "x-ob-item-type": "num:areaItemType", - "x-ob-unit": [ - "Acre", - "Square Foot", - "Square Mile", - "Square Yard", - "Hectare", - "Square km", - "Square metre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168798,7 +97199,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168811,8 +97213,6 @@ "type": "object", "description": "Number of cells in a solar module series.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168821,7 +97221,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168834,8 +97235,6 @@ "type": "object", "description": "Indicates if the meter meets Performance Based Incentive Program eligibility with certificate documenting accuracy to less than 2%. If it does, TRUE; if it does not, FALSE.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168844,7 +97243,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168857,8 +97257,6 @@ "type": "object", "description": "Description of the meter display type, for example, LCD, digital, cyclometer.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168867,7 +97265,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168880,8 +97279,6 @@ "type": "object", "description": "Date when the product model was listed in the California Commission (CEC) repository.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168890,7 +97287,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168903,8 +97301,6 @@ "type": "object", "description": "Information about the IECRE Certificate for the system.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168913,7 +97309,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168926,8 +97323,6 @@ "type": "object", "description": "Information about certifications for specific products.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168936,7 +97331,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168949,8 +97345,6 @@ "type": "object", "description": "Certification number for the product.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168959,7 +97353,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168972,8 +97367,6 @@ "type": "object", "description": "Name of the organization certifying the product.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -168982,7 +97375,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -168995,8 +97389,6 @@ "type": "object", "description": "Name of the holder of the product certification.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169005,7 +97397,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169018,8 +97411,6 @@ "type": "object", "description": "Issue date of the product certification.", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169028,7 +97419,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169041,8 +97433,6 @@ "type": "object", "description": "Description of the product certificate type.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169051,7 +97441,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169064,8 +97455,6 @@ "type": "object", "description": "Optimal number of bypass diodes for system integration. Bypass diodes are used to eliminate the hot-spot phenomena which can damage PV cells and even cause fire if the light hitting the surface of the PV cells in a module is not uniform.", "x-ob-item-type": "xbrli:integerItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169074,7 +97463,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169085,10 +97475,8 @@ }, { "type": "object", - "description": "A product code is a standardized, unique human-readable identifier that is compact,and can be easily parsed. It consists of an entity code concatenated to a product specific identification string, separated by a hyphen. A product string is up to 16 characters, comprised of upper case letters, number, and hyphens (‘-‘).\nThe format of a product code is:\n[EntityCode]-[ProductString], e.g., UEE-E2000-3-XFM for company Universal Energy Enterprises with Entity Code UEE and Product String of E2000-3-XFM. ", + "description": "A product code is a standardized, unique human-readable identifier that is compact,and can be easily parsed. It consists of an entity code concatenated to a product specific identification string, separated by a hyphen. A product string is up to 16 characters, comprised of upper case letters, number, and hyphens (‘-‘).\nThe format of a product code is:\n[EntityCode]-[ProductString], e.g., UEE-E2000-3-XFM for company Universal Energy Enterprises with Entity Code UEE and Product String of E2000-3-XFM. ", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169097,7 +97485,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169110,8 +97499,6 @@ "type": "object", "description": "An entity code is a 2 to 6 character string comprised of upper-case letters and numbers (no hyphens). Each entity registers an entity code. Code should be chosen such that it is most recognizable. It is recommend that the entity code is either a truncated entity name or a stock ticker symbol.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169120,7 +97507,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169133,8 +97521,6 @@ "type": "object", "description": "Identifier used to identify a Product Type", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169143,7 +97529,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169156,8 +97543,6 @@ "type": "object", "description": "Date of last calibration", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169166,7 +97551,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169179,8 +97565,6 @@ "type": "object", "description": "Date of latest maintenance activity", "x-ob-item-type": "xbrli:dateItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169189,7 +97573,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169202,8 +97587,6 @@ "type": "object", "description": "Description of calibration method for an instrument.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169212,7 +97595,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169225,8 +97609,6 @@ "type": "object", "description": "Accuracy class of an instrument. The string should identify the standard where applicable, or a term in common use by calibration laboratories. For example, for a pyranometer, accuracy class can be \"Secondary Standard\". For an AC power meter, accuracy class could be \"ANSI C12.20-2015 Class 0.5\".", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169235,7 +97617,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169248,17 +97631,6 @@ "type": "object", "description": "The recommended time interval between calibrations.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169267,7 +97639,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169280,8 +97653,6 @@ "type": "object", "description": "Height above ground level", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169290,7 +97661,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169303,8 +97675,6 @@ "type": "object", "description": "The amount of direct irradiance received per unit area on a surface that is perpendicular (or normal) to the direction of the sun. Direct irradiance, also termed beam irradiance, is not scattered or reflected by the atmosphere, clouds, or other surfaces before arriving at the surface of measurement. Direct normal irradiance is measured in watts per square meter.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169313,7 +97683,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169326,8 +97697,6 @@ "type": "object", "description": "The amount of diffuse radiation received per unit area on a horizontal surface. Diffuse irradiance arrives at the surface of measurement from any direction other than the direction of the sun. Diffuse horizontal irradiance is measured in watts per square meter.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169336,7 +97705,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169349,8 +97719,6 @@ "type": "object", "description": "The irradiance on a plane from all sources, both direct and diffuse. The plane can be horizontal or tilted. Plane of array irradiance is measured in watts per square meter.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169359,7 +97727,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169372,8 +97741,6 @@ "type": "object", "description": "Total amount of shortwave radiation received per unit area on a horizontal surface. Measured in watts per square meter.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169382,7 +97749,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169395,12 +97763,6 @@ "type": "object", "description": "Temperature of the air.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169409,7 +97771,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169422,8 +97785,6 @@ "type": "object", "description": "Velocity of the wind, typically measured at 3m height above ground.", "x-ob-item-type": "num-us:speedItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169432,7 +97793,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169445,11 +97807,6 @@ "type": "object", "description": "Azimuth direction from which the wind is blowing.", "x-ob-item-type": "num-us:planeAngleItemType", - "x-ob-unit": [ - "Degree", - "Radian" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169458,7 +97815,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169471,8 +97829,6 @@ "type": "object", "description": "Ratio between the amount of moisture in the air and the maximum amount of moisture that could be present in the air at current air temperature.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169481,7 +97837,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169494,13 +97851,6 @@ "type": "object", "description": "The air pressure at the location of the weather data record", "x-ob-item-type": "num-us:pressureItemType", - "x-ob-unit": [ - "Pascal", - "Bar", - "Pounds Per Square Inch", - "Standard Atmosphere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169509,7 +97859,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169522,19 +97873,6 @@ "type": "object", "description": "Amount of rainfall in a given period of time", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169543,7 +97881,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169556,19 +97895,6 @@ "type": "object", "description": "Amount of snowfall in a given period of time", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169577,7 +97903,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169590,8 +97917,6 @@ "type": "object", "description": "Type of precipitation according to SYNOP codes", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169600,7 +97925,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169613,8 +97939,6 @@ "type": "object", "description": "Percentage of light that is reflected off the ground surface", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169623,7 +97947,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169636,19 +97961,6 @@ "type": "object", "description": "Depth of snow on the ground during a given period of time", "x-ob-item-type": "num:lengthItemType", - "x-ob-unit": [ - "Foot", - "Inch", - "Mile", - "Nautical Mile", - "Yard", - "Centimetre", - "Decimetre", - "Kilometre", - "Metre", - "Millimetre" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169657,7 +97969,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169670,12 +97983,6 @@ "type": "object", "description": "Temperature of a reference cell.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169684,7 +97991,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169697,10 +98005,6 @@ "type": "object", "description": "Current of a photovoltaic device at short circuit conditions.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169709,7 +98013,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169722,13 +98027,6 @@ "type": "object", "description": "Voltage of a photovoltaic device at open circuit conditions.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169737,7 +98035,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169750,10 +98049,6 @@ "type": "object", "description": "Current of a photovoltaic device at the maximum power point.", "x-ob-item-type": "num-us:electricCurrentItemType", - "x-ob-unit": [ - "Ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169762,7 +98057,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169775,13 +98071,6 @@ "type": "object", "description": "Voltage of a photovoltaic device at the maximum power point.", "x-ob-item-type": "num-us:voltageItemType", - "x-ob-unit": [ - "Volt", - "Kilovolt", - "Megavolt", - "Gigavolt" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169790,7 +98079,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169803,8 +98093,6 @@ "type": "object", "description": "True if power meter is revenue grade quality.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169813,7 +98101,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169826,8 +98115,6 @@ "type": "object", "description": "Scope of the power measurement. Can be \"System\" for the entire PV system, \"Inverter XXX\" for a specific inveter, \"String YYY\" for a specific string.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169836,7 +98123,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169849,8 +98137,6 @@ "type": "object", "description": "Current Transducer Ratio (CT Ratio).", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169859,7 +98145,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169872,17 +98159,6 @@ "type": "object", "description": "Power (AC) measured at an instant in time", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169891,7 +98167,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169904,17 +98181,6 @@ "type": "object", "description": "Power (DC) measured at an instant in time", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169923,7 +98189,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169936,31 +98203,6 @@ "type": "object", "description": "Energy (AC) measured for a period of time.", "x-ob-item-type": "num:energyItemType", - "x-ob-unit": [ - "Barrel of Oil Equivalent", - "British Thermal Unit", - "Foot-Pound", - "Thousand Barrels of Oil Equivalent", - "Thousand Cubic Foot Equivalent", - "Millions of Barrels of Oil Equivalent", - "Millions of BTU", - "Calorie", - "Joule", - "Kilojoule", - "Kilowatt-Hours", - "mJ", - "Megawatt-Hour", - "Gigawatt-Hour", - "Terawatt-Hour", - "Million Cubic Foot Equivalent", - "Billion Cubic Foot Equivalent", - "Trillion Cubic Foot Equivalent", - "Megawatt-Month", - "Gigawatt-Month", - "Watt-Hours", - "Volt-ampere-hours" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169969,7 +98211,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -169982,12 +98225,6 @@ "type": "object", "description": "Temperature of a power measurement device.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -169996,7 +98233,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170009,12 +98247,6 @@ "type": "object", "description": "Temperature measured at the back of a module.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170023,7 +98255,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170036,12 +98269,6 @@ "type": "object", "description": "Temperature of a cell in a module.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170050,7 +98277,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170063,17 +98291,6 @@ "type": "object", "description": "Curtailment limit on AC power during a period of time.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170082,7 +98299,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170095,8 +98313,6 @@ "type": "object", "description": "Percent of AC capacity available during a period of time.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170105,7 +98321,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170118,8 +98335,6 @@ "type": "object", "description": "Soiling ratio in percent. The soiling ratio is the ratio of irradiance reaching a soiled module's cells, to the irradiance reaching the cells of a clean module.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170128,7 +98343,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170141,8 +98357,6 @@ "type": "object", "description": "Type of soiling instrument.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170151,7 +98365,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170164,8 +98379,6 @@ "type": "object", "description": "Ratio of reference cell current to irradiance at spectrum for reporting condition, termed C_RC in ASTM E2848-11. Units of A/(W/m2).", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170174,7 +98387,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170187,8 +98401,6 @@ "type": "object", "description": "Indicates data inclusion or exclusion. True if data is retained; False if data is excluded.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170197,7 +98409,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170210,8 +98423,6 @@ "type": "object", "description": "Indicator that data pass checks by visual examination.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170220,7 +98431,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170233,8 +98445,6 @@ "type": "object", "description": "Indicator that data passes tests for outlier values.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170243,7 +98453,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170256,8 +98467,6 @@ "type": "object", "description": "Indicator that data passes tests that detect missing values.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170266,7 +98475,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170279,8 +98489,6 @@ "type": "object", "description": "Indicator that data passes checks for data collection system faults or outages.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170289,7 +98497,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170302,8 +98511,6 @@ "type": "object", "description": "Indicator that data passes checks for values outside of acceptable range.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170312,7 +98519,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170325,8 +98533,6 @@ "type": "object", "description": "Indicator that data values pass checks for unstable values, e.g., where data values change more than a threshold in a time interval.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170335,7 +98541,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170348,8 +98555,6 @@ "type": "object", "description": "Indicator that data passes checks for periods of inverter clipping or operating away from maximum power point tracking.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170358,7 +98563,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170371,8 +98577,6 @@ "type": "object", "description": "Indicator that data passes checks for periods of time where the irradiance instrument or PV system is shaded by nearby structures, soiling, snow, frost or other cause.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170381,7 +98585,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170394,8 +98599,6 @@ "type": "object", "description": "Indicator that data passes checks for alignment between an irradiance instrument and a PV system's plane of array.", "x-ob-item-type": "xbrli:booleanItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170404,7 +98607,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170417,8 +98621,6 @@ "type": "object", "description": "Upper limit on irradiance.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170427,7 +98629,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170440,8 +98643,6 @@ "type": "object", "description": "Lower limit on irradiance.", "x-ob-item-type": "num-us:irradianceItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170450,7 +98651,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170463,12 +98665,6 @@ "type": "object", "description": "Upper limit on ambient air temperature.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170477,7 +98673,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170490,12 +98687,6 @@ "type": "object", "description": "Upper limit on ambient air temperature.", "x-ob-item-type": "num-us:temperatureItemType", - "x-ob-unit": [ - "Celsius", - "Kelvin", - "Fahrenheit" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170504,7 +98695,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170517,8 +98709,6 @@ "type": "object", "description": "Upper limit on wind speed.", "x-ob-item-type": "num-us:speedItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170527,7 +98717,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170540,8 +98731,6 @@ "type": "object", "description": "Lower limit on wind speed.", "x-ob-item-type": "num-us:speedItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170550,7 +98739,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170563,17 +98753,6 @@ "type": "object", "description": "Upper limit on AC power.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170582,7 +98761,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170595,17 +98775,6 @@ "type": "object", "description": "Lower limit on AC power.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170614,7 +98783,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170627,8 +98797,6 @@ "type": "object", "description": "Maximum coefficient of variation (ratio of standard deviation to mean) of irradiance during a window of data.", "x-ob-item-type": "num:percentItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170637,7 +98805,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170650,17 +98819,6 @@ "type": "object", "description": "Duration of a window for determining irradiance stability.", "x-ob-item-type": "xbrli:durationItemType", - "x-ob-unit": [ - "Year", - "Month", - "Day", - "Hour", - "Minute", - "Second", - "Quarter", - "Week" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170669,7 +98827,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170682,8 +98841,6 @@ "type": "object", "description": "Coefficient a1 in Equation 1 of ASTM E2848-11, P = E(a1 + a2 x E + a3 x Ta + a4 x V) where P is power, E is in-plane irradiance, Ta is ambient air temperature and V is wind speed.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170692,7 +98849,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170705,8 +98863,6 @@ "type": "object", "description": "Coefficient a2 in Equation 1 of ASTM E2848-11, P = E(a1 + a2 x E + a3 x Ta + a4 x V) where P is power, E is in-plane irradiance, Ta is ambient air temperature and V is wind speed.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170715,7 +98871,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170728,8 +98885,6 @@ "type": "object", "description": "Coefficient a3 in Equation 1 of ASTM E2848-11, P = E(a1 + a2 x E + a3 x Ta + a4 x V) where P is power, E is in-plane irradiance, Ta is ambient air temperature and V is wind speed.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170738,7 +98893,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170751,8 +98907,6 @@ "type": "object", "description": "Coefficient a4 in Equation 1 of ASTM E2848-11, P = E(a1 + a2 x E + a3 x Ta + a4 x V) where P is power, E is in-plane irradiance, Ta is ambient air temperature and V is wind speed.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170761,7 +98915,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170774,17 +98929,6 @@ "type": "object", "description": "Power rating P0 at reporting condition calculated using fitted model. Calculated by Equation 2 of ASTM E2848-11, P0 = E(a1 + a2 x E + a3 x Ta + a4 x V) where E is in-plane irradiance, Ta is ambient air temperature and V is wind speed at the reporting condition.", "x-ob-item-type": "num:powerItemType", - "x-ob-unit": [ - "Horsepower", - "Gigawatt", - "Kilowatt", - "Megawatt", - "Terawatt", - "Watt", - "Volt-ampere reactive", - "Volt-ampere" - ], - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170793,7 +98937,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170806,8 +98951,6 @@ "type": "object", "description": "Expanded uncertainty of the power rating at the reference condition. See ASTM E2848-11 paragraph 9.4 for guidance on calculating the expanded uncertainty.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170816,7 +98959,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170829,8 +98973,6 @@ "type": "object", "description": "Mean value of the residuals of the regression model at ASTM E2848-11 Eq. 1.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170839,7 +98981,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170852,8 +98995,6 @@ "type": "object", "description": "Standard deviation of the residuals of the regression model at ASTM E2848-11 Eq. 1.", "x-ob-item-type": "xbrli:decimalItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170862,7 +99003,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170875,8 +99017,6 @@ "type": "object", "description": "Information about monitoring.", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170885,7 +99025,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170898,8 +99039,6 @@ "type": "object", "description": "Name of the manufacturer", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170908,7 +99047,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170921,8 +99061,6 @@ "type": "object", "description": "Profile of the device", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170931,7 +99069,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170944,8 +99083,6 @@ "type": "object", "description": "Time interval for a measurement period", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170954,7 +99091,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -170967,8 +99105,6 @@ "type": "object", "description": "Orange Button Abstract", "x-ob-item-type": "xbrli:stringItemType", - "x-ob-unit": "", - "x-ob-enum": "", "x-ob-usage-tips": "", "x-ob-sample-value": { "Decimals": "", @@ -170977,7 +99113,8 @@ "StartTime": "", "Unit": "", "Value": "" - } + }, + "x-ob-item-type-group": "" } ] }, @@ -171108,5 +99245,3399 @@ "x-ob-usage-tips": "" } } - } + }, + "x-ob-item-types": { + "xbrli:booleanItemType": { + "description": "" + }, + "xs:token": { + "description": "" + }, + "dei:legalEntityIdentifierItemType":{ + "description": "" + }, + "xbrli:decimalItemType": { + "description": "" + }, + "nonnum:domainItemType": { + "description": "" + }, + "xbrli:anyURIItemType": { + "description": "" + }, + "xbrli:dateItemType": { + "description": "" + }, + "xbrli:stringItemType": { + "description": "" + }, + "xbrli:integerItemType": { + "description": "" + }, + "num:areaItemType": { + "description": "The area item type is used to indicate that an element represents an area.", + "units": { + "acre": { + "label": "Acre", + "description": "Acre" + }, + "sqft": { + "label": "Square Foot", + "description": "Square Foot" + }, + "sqmi": { + "label": "Square Mile", + "description": "Square Miles" + }, + "sqyd": { + "label": "Square Yard", + "description": "Square Yard" + }, + "ha": { + "label": "Hectare", + "description": "Hectare" + }, + "sqkm": { + "label": "Square km", + "description": "Square Kilometer" + }, + "sqm": { + "label": "Square metre", + "description": "Square Metre" + } + } + }, + "num:energyItemType": { + "description": "The energy item type represents a unit of energy.", + "units": { + "Boe": { + "label": "Barrel of Oil Equivalent", + "description": "Barrel of Oil Equivalent" + }, + "Btu": { + "label": "British Thermal Unit", + "description": "British Thermal Unit" + }, + "ft_lb": { + "label": "Foot-Pound", + "description": "Foot-Pound Force" + }, + "MBoe": { + "label": "Thousand Barrels of Oil Equivalent", + "description": "Thousand Barrels of Oil Equivalent" + }, + "Mcfe": { + "label": "Thousand Cubic Foot Equivalent", + "description": "Thousand Cubic Foot Equivalent" + }, + "MMBoe": { + "label": "Millions of Barrels of Oil Equivalent", + "description": "Millions of Barrels of Oil Equivalent" + }, + "MMBTU": { + "label": "Millions of BTU", + "description": "Millions of BTU" + }, + "Cal": { + "label": "Calorie", + "description": "Calorie" + }, + "J": { + "label": "Joule", + "description": "Joule" + }, + "kJ": { + "label": "Kilojoule", + "description": "Thousand Joules" + }, + "kWh": { + "label": "Kilowatt-Hours", + "description": "Kilowatt-Hours of Energy" + }, + "mJ": { + "label": "mJ", + "description": "Millijoules" + }, + "MWh": { + "label": "Megawatt-Hour", + "description": "Megawatt-Hour" + }, + "GWh": { + "label": "Gigawatt-Hour", + "description": "Gigawatt-Hour" + }, + "TWh": { + "label": "Terawatt-Hour", + "description": "Terawatt-Hour" + }, + "MMcfe": { + "label": "Million Cubic Foot Equivalent", + "description": "Million cubic feet of natural gas equivalent" + }, + "Bcfe": { + "label": "Billion Cubic Foot Equivalent", + "description": "Thousand million cubic feet of natural gas equivalent" + }, + "Tcfe": { + "label": "Trillion Cubic Foot Equivalent", + "description": "Trillion cubic feet of natural gas equivalent" + }, + "MWM": { + "label": "Megawatt-Month", + "description": "Megawatt-Month assuming 730 hours per month" + }, + "GWM": { + "label": "Gigawatt-Month", + "description": "Gigawatt-Month assuming 730 hours per month" + }, + "Wh": { + "label": "Watt-Hours", + "description": "Watt-Hours of Energy" + }, + "VAh": { + "label": "Volt-ampere-hours", + "description": "Volt-ampere (VA) hours of energy." + } + } + }, + "num:lengthItemType": { + "description": "The length item type is a measure of distance.", + "units": { + "ft": { + "label": "Foot", + "description": "Twelve Inches" + }, + "in": { + "label": "Inch", + "description": "Inch" + }, + "mi": { + "label": "Mile", + "description": "5280 Feet" + }, + "nmi": { + "label": "Nautical Mile", + "description": "1.15078 Miles (One Minute of Arc Latitude)" + }, + "yd": { + "label": "Yard", + "description": "Three Feet" + }, + "cm": { + "label": "Centimetre", + "description": "One-hundreth of Metre" + }, + "dm": { + "label": "Decimetre", + "description": "Decimetre" + }, + "km": { + "label": "Kilometre", + "description": "Thousand Metres" + }, + "m": { + "label": "Metre", + "description": "Metre" + }, + "mm": { + "label": "Millimetre", + "description": "One-thousandth of Metre" + } + } + }, + "num:massItemType": { + "description": "The mass item type represents the mass of an object which can be measured.", + "units": { + "lb": { + "label": "Pound", + "description": "Pound of Mass, as Used in Commerce (http://en.wikipedia.org/wiki/Pound_(mass)#Use_in_Commerce))" + }, + "oz": { + "label": "Ounce", + "description": "US Ounce" + }, + "ozt": { + "label": "Troy Ounce", + "description": "Troy Ounce" + }, + "T": { + "label": "Ton", + "description": "US Ton" + }, + "t": { + "label": "Tonne", + "description": "Tonne (Metric Tonne, Metric Ton)" + }, + "g": { + "label": "Gram", + "description": "Gram" + }, + "kg": { + "label": "Kilogram", + "description": "Kilogram" + }, + "kT": { + "label": "Thousand Tons", + "description": "One thousand US tons" + }, + "MT": { + "label": "Million Tons", + "description": "One million US tons" + }, + "GT": { + "label": "Billion Tons", + "description": "One thousand million US tons" + }, + "kt": { + "label": "Kilotonne", + "description": "Thousand Tonnes (Metric Tonnes, Metric Tons)" + }, + "Mt": { + "label": "Megatonne", + "description": "Million Tonnes (Metric Tonnes, Metric Tons)" + }, + "Gt": { + "label": "Gigatonne", + "description": "Thousand Million Tonnes (Metric Tonnes, Metric Tons)" + } + } + }, + "num:powerItemType": { + "description": "Measures a rate of energy use or energy production and is equivalent to the use or production of energy during a period of time. I.e. a watt is the equal to one joule of energy per second.", + "units": { + "hp": { + "label": "Horsepower", + "description": "Horsepower (Foot-pound per Second)" + }, + "GW": { + "label": "Gigawatt", + "description": "Thousand Million Watts" + }, + "kW": { + "label": "Kilowatt", + "description": "Thousand Watts" + }, + "MW": { + "label": "Megawatt", + "description": "Million Watts" + }, + "TW": { + "label": "Terawatt", + "description": "Million Million Watts" + }, + "W": { + "label": "Watt", + "description": "Watt" + }, + "var": { + "label": "Volt-ampere reactive", + "description": "In electric power transmission and distribution, volt-ampere reactive (var) is a unit by which reactive power is expressed in an AC electric power system. Reactive power is the power that is wasted and not used to do work on the load." + }, + "VA": { + "label": "Volt-ampere", + "description": "A volt-ampere (VA) is the unit used for the apparent power in an electrical circuit, equal to the product of root-mean-square (RMS) voltage and RMS current. In direct current (DC) circuits, this product is equal to the real power (active power) in watts. Volt-amperes are useful only in the context of alternating current (AC) circuits." + } + } + }, + "num:volumeItemType": { + "description": "The Volume item type is used to indicate that an element represents a volume and can be used to express the volume of any substance, whether solid, liquid, or gas.", + "units": { + "bbl": { + "label": "Barrel", + "description": "Barrel (of Oil)" + }, + "ft3": { + "label": "Cubic Foot", + "description": "Cubic Foot" + }, + "gal": { + "label": "Gallon", + "description": "US Gallon" + }, + "MBbls": { + "label": "Thousand Barrels", + "description": "Thousands of Barrels (of Oil)" + }, + "Mcf": { + "label": "Thousands Cubic Feet", + "description": "Thousands of Cubic Feet" + }, + "MMBbls": { + "label": "Million Barrels", + "description": "Millions of Barrels (of Oil)" + }, + "MMcf": { + "label": "Millions Cubic Feet", + "description": "Millions of Cubic Feet" + }, + "l": { + "label": "Litre", + "description": "Litre" + }, + "m3": { + "label": "Cubic Metre", + "description": "Cubic Metre" + }, + "bu": { + "label": "Bushel", + "description": "US Bushel" + }, + "aft": { + "label": "Acre-Foot", + "description": "Volume of one acre of surface area to a depth of one foot using a US survey foot" + }, + "Bcf": { + "label": "Billions of cubic feet", + "description": "One thousand million cubic feet" + }, + "Tcf": { + "label": "Trillions of cubic feet", + "description": "One trillion cubic feet" + } + } + }, + "xbrli:monetaryItemType": { + "description": "", + "units": { + "AED": { + "label": "U.A.E. dirham", + "description": "United Arab Emirates dirham" + }, + "AFN": { + "label": "Afghan afghani", + "description": "Afghan afghani" + }, + "ALL": { + "label": "Albanian lek", + "description": "Albanian lek" + }, + "AMD": { + "label": "Armenian dram", + "description": "Armenian dram" + }, + "ANG": { + "label": "Netherlands Antillean guilder", + "description": "Netherlands Antillean guilder" + }, + "AOA": { + "label": "Angolan kwanza", + "description": "Angolan kwanza" + }, + "ARS": { + "label": "Argentine peso", + "description": "Argentine peso" + }, + "AUD": { + "label": "Australian dollar", + "description": "Australian dollar" + }, + "AWG": { + "label": "Aruban florin", + "description": "Aruban florin" + }, + "AZN": { + "label": "Azerbaijani manat", + "description": "Azerbaijani manat" + }, + "BAM": { + "label": "Bosnia and Herzegovina convertible mark", + "description": "Bosnia and Herzegovina convertible mark" + }, + "BBD": { + "label": "Barbados dollar", + "description": "Barbados dollar" + }, + "BDT": { + "label": "Bangladeshi taka", + "description": "Bangladeshi taka" + }, + "BGN": { + "label": "Bulgarian lev", + "description": "Bulgarian lev" + }, + "BHD": { + "label": "Bahraini dinar", + "description": "Bahraini dinar" + }, + "BIF": { + "label": "Burundian franc", + "description": "Burundian franc" + }, + "BMD": { + "label": "Bermuda Dollar", + "description": "Bermudian dollar (customarily known as Bermuda dollar)" + }, + "BND": { + "label": "Brunei dollar", + "description": "Brunei dollar" + }, + "BOB": { + "label": "Boliviano", + "description": "Boliviano" + }, + "BOV": { + "label": "Bolivian Mvdol", + "description": "Bolivian Mvdol (funds code)" + }, + "BRL": { + "label": "Brazilian real", + "description": "Brazilian real" + }, + "BSD": { + "label": "Bahamian dollar", + "description": "Bahamian dollar" + }, + "BTN": { + "label": "Bhutanese ngultrum", + "description": "Bhutanese ngultrum" + }, + "BWP": { + "label": "Botswana pula", + "description": "Botswana pula" + }, + "BYN": { + "label": "Belarusian ruble", + "description": "Belarusian ruble" + }, + "BYR": { + "label": "Belarusian ruble", + "description": "Belarusian ruble" + }, + "BZD": { + "label": "Belize dollar", + "description": "Belize dollar" + }, + "CAD": { + "label": "Canadian dollar", + "description": "Canadian dollar" + }, + "CDF": { + "label": "Congolese franc", + "description": "Congolese franc" + }, + "CHE": { + "label": "WIR Bank", + "description": "WIR Bank (complementary currency)" + }, + "CHF": { + "label": "Swiss franc", + "description": "Swiss franc" + }, + "CHW": { + "label": "WIR Bank", + "description": "WIR Bank (complementary currency)" + }, + "CLF": { + "label": "Unidad de Fomento", + "description": "Unidad de Fomento (funds code)" + }, + "CLP": { + "label": "Chilean peso", + "description": "Chilean peso" + }, + "CNY": { + "label": "Chinese yuan", + "description": "Chinese yuan (renmibi)" + }, + "COP": { + "label": "Colombian peso", + "description": "Colombian peso" + }, + "COU": { + "label": "Unidad de Valor Real", + "description": "Unidad de Valor Real" + }, + "CRC": { + "label": "Costa Rican colon", + "description": "Costa Rican colon" + }, + "CUC": { + "label": "Cuban convertible peso", + "description": "Cuban convertible peso" + }, + "CUP": { + "label": "Cuban peso", + "description": "Cuban peso" + }, + "CVE": { + "label": "Cape Verde escudo", + "description": "Cape Verde escudo" + }, + "CZK": { + "label": "Czech koruna", + "description": "Czech koruna" + }, + "DJF": { + "label": "Djiboutian franc", + "description": "Djiboutian franc" + }, + "DKK": { + "label": "Danish krone", + "description": "Danish krone" + }, + "DOP": { + "label": "Dominican peso", + "description": "Dominican peso" + }, + "DZD": { + "label": "Algerian dinar", + "description": "Algerian dinar" + }, + "EEK": { + "label": "Estonian kroon", + "description": "Estonian kroon" + }, + "EGP": { + "label": "Egyptian pound", + "description": "Egyptian pound" + }, + "ERN": { + "label": "Eritrean nakfa", + "description": "Eritrean nakfa" + }, + "ETB": { + "label": "Ethiopian birr", + "description": "Ethiopian birr" + }, + "EUR": { + "label": "Euro", + "description": "Euro" + }, + "FJD": { + "label": "Fiji dollar", + "description": "Fiji dollar" + }, + "FKP": { + "label": "Falkland Islands pound", + "description": "Falkland Islands pound" + }, + "GBP": { + "label": "Pound sterling", + "description": "Great Britain Pound sterling" + }, + "GEL": { + "label": "Georgian lari", + "description": "Georgian lari" + }, + "GHS": { + "label": "Ghanaian cedi", + "description": "Ghanaian cedi" + }, + "GIP": { + "label": "Gibraltar pound", + "description": "Gibraltar pound" + }, + "GMD": { + "label": "Gambian dalasi", + "description": "Gambian dalasi" + }, + "GNF": { + "label": "Guinean franc", + "description": "Guinean franc" + }, + "GTQ": { + "label": "Guatemalan quetzal", + "description": "Guatemalan quetzal" + }, + "GYD": { + "label": "Guyanese dollar", + "description": "Guyanese dollar" + }, + "HKD": { + "label": "Hong Kong dollar", + "description": "Hong Kong dollar" + }, + "HNL": { + "label": "Honduran lempira", + "description": "Honduran lempira" + }, + "HRK": { + "label": "Croatian kuna", + "description": "Croatian kuna" + }, + "HTG": { + "label": "Haitian gourde", + "description": "Haitian gourde" + }, + "HUF": { + "label": "Hungarian forint", + "description": "Hungarian forint" + }, + "IDR": { + "label": "Indonesian rupiah", + "description": "Indonesian rupiah" + }, + "ILS": { + "label": "Israeli new sheqel", + "description": "Israeli new sheqel" + }, + "INR": { + "label": "Indian rupee", + "description": "Indian rupee" + }, + "IQD": { + "label": "Iraqi dinar", + "description": "Iraqi dinar" + }, + "IRR": { + "label": "Iranian rial", + "description": "Iranian rial" + }, + "ISK": { + "label": "Icelandic króna", + "description": "Icelandic króna" + }, + "JMD": { + "label": "Jamaican dollar", + "description": "Jamaican dollar" + }, + "JOD": { + "label": "Jordanian dinar", + "description": "Jordanian dinar" + }, + "JPY": { + "label": "Japanese yen", + "description": "Japanese yen" + }, + "KES": { + "label": "Kenyan shilling", + "description": "Kenyan shilling" + }, + "KGS": { + "label": "Kyrgyzstani som", + "description": "Kyrgyzstani som" + }, + "KHR": { + "label": "Cambodian riel", + "description": "Cambodian riel" + }, + "KMF": { + "label": "Comoro franc", + "description": "Comoro franc" + }, + "KPW": { + "label": "North Korean won", + "description": "North Korean won" + }, + "KRW": { + "label": "South Korean won", + "description": "South Korean won" + }, + "KWD": { + "label": "Kuwaiti dinar", + "description": "Kuwaiti dinar" + }, + "KYD": { + "label": "Cayman Islands dollar", + "description": "Cayman Islands dollar" + }, + "KZT": { + "label": "Kazakhstani tenge", + "description": "Kazakhstani tenge" + }, + "LAK": { + "label": "Lao kip", + "description": "Lao kip" + }, + "LBP": { + "label": "Lebanese pound", + "description": "Lebanese pound" + }, + "LKR": { + "label": "Sri Lanka rupee", + "description": "Sri Lanka rupee" + }, + "LRD": { + "label": "Liberian dollar", + "description": "Liberian dollar" + }, + "LSL": { + "label": "Lesotho loti", + "description": "Lesotho loti" + }, + "LTL": { + "label": "Lithuanian litas", + "description": "Lithuanian litas" + }, + "LVL": { + "label": "Latvian lats", + "description": "Latvian lats" + }, + "LYD": { + "label": "Libyan dinar", + "description": "Libyan dinar" + }, + "MAD": { + "label": "Moroccan dirham", + "description": "Moroccan dirham" + }, + "MDL": { + "label": "Moldovan leu", + "description": "Moldovan leu" + }, + "MGA": { + "label": "Malagasy ariary", + "description": "Malagasy ariary" + }, + "MKD": { + "label": "Macedonian denar", + "description": "Macedonian denar" + }, + "MMK": { + "label": "Myanma kyat", + "description": "Myanma kyat" + }, + "MNT": { + "label": "Mongolian tugrik", + "description": "Mongolian tugrik" + }, + "MOP": { + "label": "Macanese pataca", + "description": "Macanese pataca" + }, + "MRO": { + "label": "Mauritanian ouguiya", + "description": "Mauritanian ouguiya" + }, + "MUR": { + "label": "Mauritian rupee", + "description": "Mauritian rupee" + }, + "MVR": { + "label": "Maldivian rufiyaa", + "description": "Maldivian rufiyaa" + }, + "MWK": { + "label": "Malawian kwacha", + "description": "Malawian kwacha" + }, + "MXN": { + "label": "Mexican peso", + "description": "Mexican peso" + }, + "MXV": { + "label": "Mexican UDI", + "description": "Mexican Unidad de Inversion (UDI) (funds code)" + }, + "MYR": { + "label": "Malaysian ringgit", + "description": "Malaysian ringgit" + }, + "MZN": { + "label": "Mozambican metical", + "description": "Mozambican metical" + }, + "NAD": { + "label": "Namibian dollar", + "description": "Namibian dollar" + }, + "NGN": { + "label": "Nigerian naira", + "description": "Nigerian naira" + }, + "NIO": { + "label": "Cordoba oro", + "description": "Cordoba oro" + }, + "NOK": { + "label": "Norwegian krone", + "description": "Norwegian krone" + }, + "NPR": { + "label": "Nepalese rupee", + "description": "Nepalese rupee" + }, + "NZD": { + "label": "New Zealand dollar", + "description": "New Zealand dollar" + }, + "OMR": { + "label": "Omani rial", + "description": "Omani rial" + }, + "PAB": { + "label": "Panamanian balboa", + "description": "Panamanian balboa" + }, + "PEN": { + "label": "Peruvian nuevo sol", + "description": "Peruvian nuevo sol" + }, + "PGK": { + "label": "Papua New Guinean kina", + "description": "Papua New Guinean kina" + }, + "PHP": { + "label": "Philippine peso", + "description": "Philippine peso" + }, + "PKR": { + "label": "Pakistani rupee", + "description": "Pakistani rupee" + }, + "PLN": { + "label": "Polish złoty", + "description": "Polish złoty" + }, + "PYG": { + "label": "Paraguayan guaraní", + "description": "Paraguayan guaraní" + }, + "QAR": { + "label": "Qatari rial", + "description": "Qatari rial" + }, + "RON": { + "label": "Romanian new leu", + "description": "Romanian new leu" + }, + "RSD": { + "label": "Serbian dinar", + "description": "Serbian dinar" + }, + "RUB": { + "label": "Rouble", + "description": "Russian rouble" + }, + "RWF": { + "label": "Rwandan franc", + "description": "Rwandan franc" + }, + "SAR": { + "label": "Riyal", + "description": "Saudi riyal" + }, + "SBD": { + "label": "Solomon Islands dollar", + "description": "Solomon Islands dollar" + }, + "SCR": { + "label": "Seychelles rupee", + "description": "Seychelles rupee" + }, + "SDG": { + "label": "Sudanese pound", + "description": "Sudanese pound" + }, + "SEK": { + "label": "Swedish krona", + "description": "Swedish krona/kronor" + }, + "SGD": { + "label": "Singapore dollar", + "description": "Singapore dollar" + }, + "SHP": { + "label": "Saint Helena pound", + "description": "Saint Helena pound" + }, + "SLL": { + "label": "Leone", + "description": "Sierra Leonean leone" + }, + "SOS": { + "label": "Somali shilling", + "description": "Somali shilling" + }, + "SRD": { + "label": "Surinamese dollar", + "description": "Surinamese dollar" + }, + "SSP": { + "label": "South Sudanese pound", + "description": "South Sudanese pound" + }, + "STD": { + "label": "São Tomé and Príncipe dobra", + "description": "São Tomé and Príncipe dobra" + }, + "SVC": { + "label": "Salvadoran colon", + "description": "Salvadoran colon" + }, + "SYP": { + "label": "Syrian pound", + "description": "Syrian pound" + }, + "SZL": { + "label": "Lilangeni", + "description": "Swaziland Lilangeni" + }, + "THB": { + "label": "Baht", + "description": "Thai baht" + }, + "TJS": { + "label": "Tajikistani somoni", + "description": "Tajikistani somoni" + }, + "TMT": { + "label": "Turkmenistani manat", + "description": "Turkmenistani manat" + }, + "TND": { + "label": "Tunisian dinar", + "description": "Tunisian dinar" + }, + "TOP": { + "label": "Pa'anga", + "description": "Tongan pa'anga" + }, + "TRY": { + "label": "Turkish lira", + "description": "Turkish lira" + }, + "TTD": { + "label": "Trinidad and Tobago dollar", + "description": "Trinidad and Tobago dollar" + }, + "TWD": { + "label": "New Taiwan dollar", + "description": "New Taiwan dollar" + }, + "TZS": { + "label": "Tanzanian shilling", + "description": "Tanzanian shilling" + }, + "UAH": { + "label": "Hryvnia", + "description": "Ukrainian hryvnia" + }, + "UGX": { + "label": "Ugandan shilling", + "description": "Ugandan shilling" + }, + "USD": { + "label": "US Dollar", + "description": "United States dollar" + }, + "USN": { + "label": "Next Day US Dollar", + "description": "United States dollar (next day) (funds code)" + }, + "USS": { + "label": "Same Day US Dollar", + "description": "United States dollar (same day) (funds code)" + }, + "UYI": { + "label": "Uruguay Peso en Unidades Indexadas", + "description": "Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)" + }, + "UYU": { + "label": "Uruguayan peso", + "description": "Uruguayan peso" + }, + "UZS": { + "label": "Som", + "description": "Uzbekistan som" + }, + "VEB": { + "label": "Venezualan Bolivar", + "description": "Venezuelan bolívar" + }, + "VEF": { + "label": "Venezuelan Bolivar Fuerte", + "description": "Venezuelan bolívar fuerte (equals 1000 VEB)" + }, + "VND": { + "label": "đồng", + "description": "Vietnamese đồng" + }, + "VUV": { + "label": "Vanuatu vatu", + "description": "Vanuatu vatu" + }, + "WST": { + "label": "Samoan tala", + "description": "Samoan tala" + }, + "XAF": { + "label": "CFA Franc BEAC", + "description": "CFA franc BEAC" + }, + "XAG": { + "label": "Silver", + "description": "Silver (one troy ounce)" + }, + "XAU": { + "label": "Gold", + "description": "Gold (one troy ounce)" + }, + "XBA": { + "label": "EURCO", + "description": "European Composite Unit (EURCO) (bond market unit)" + }, + "XBB": { + "label": "E.M.U.-6", + "description": "European Monetary Unit (E.M.U.-6) (bond market unit)" + }, + "XBC": { + "label": "E.U.A.-9", + "description": "European Unit of Account 9 (E.U.A.-9) (bond market unit)" + }, + "XBD": { + "label": "E.U.A.-17", + "description": "European Unit of Account 17 (E.U.A.-17) (bond market unit)" + }, + "XCD": { + "label": "East Caribbean dollar", + "description": "East Caribbean dollar" + }, + "XDR": { + "label": "Special Drawing Rights", + "description": "Special Drawing Rights" + }, + "XFU": { + "label": "UIC Franc", + "description": "UIC franc (special settlement currency)" + }, + "XOF": { + "label": "CFA Franc BCEAO", + "description": "CFA Franc BCEAO" + }, + "XPD": { + "label": "Palladium", + "description": "Palladium (one troy ounce)" + }, + "XPF": { + "label": "CFP Franc", + "description": "CFP franc" + }, + "XPT": { + "label": "Platinum", + "description": "Platinum (one troy ounce)" + }, + "XSU": { + "label": "SUCRE", + "description": "Unified System for Regional Compensation (SUCRE)" + }, + "XUA": { + "label": "ADB Unit of Account", + "description": "African Development Bank" + }, + "YER": { + "label": "Yemeni rial", + "description": "Yemeni rial" + }, + "ZAR": { + "label": "South African rand", + "description": "South African rand" + }, + "ZMK": { + "label": "Zambian kwacha", + "description": "Zambian kwacha" + }, + "ZMW": { + "label": "Zambian kwacha", + "description": "Zambian kwacha" + }, + "ZWL": { + "label": "Zimbabwe dollar", + "description": "Zimbabwe dollar" + } + } + }, + "num:memoryItemType": { + "description": "The memory item type is a measure of memory typically used in the IT industry.", + "units": { + "B": { + "label": "Byte", + "description": "8 adjacent bits of Memory per IEEE 1541-2002" + }, + "GB": { + "label": "Gigabyte", + "description": "Gigabytes of Memory per IEEE 1541-2002" + }, + "kB": { + "label": "Kilobyte", + "description": "Kilobytes of Memory per IEEE 1541-2002" + }, + "MB": { + "label": "Megabyte", + "description": "Megabytes of Memory per IEEE 1541-2002" + }, + "TB": { + "label": "Terabyte", + "description": "Terabytes of Memory per IEEE 1541-2002" + } + } + }, + "num-us:electricCurrentItemType": { + "description": "The electric current item type is used to represent a measure of electric current (the flow of electric charge over a circuit).", + "units": { + "A": { + "label": "Ampere", + "description": "Ampere" + } + } + }, + "num-us:voltageItemType": { + "description": "The voltage item type is used to represent a measure of voltage (the difference in electric potential energy between two points per unit electric charge).", + "units": { + "V": { + "label": "Volt", + "description": "Electromotive Force" + }, + "kV": { + "label": "Kilovolt", + "description": "Thousand Volts of Electromotive Force" + }, + "MV": { + "label": "Megavolt", + "description": "One million volts" + }, + "GV": { + "label": "Gigavolt", + "description": "One thousand million volts" + } + } + }, + "num-us:frequencyItemType": { + "description": "The frequency item type is used to represent a measure of the number of occurrences of a repeating event per unit time.", + "units": { + "Hz": { + "label": "Hertz", + "description": "Frequency or Number of Cycles per Second" + } + } + }, + "perShareItemType": { + "description": "The per share item type indicates a monetary amount divided by a number of shares. The per share item type has a Decimal base.", + "units": { + "Monetary_per_Share": { + "label": "Monetary/share", + "description": "Monetary Unit / Share" + } + } + }, + "us-types:perUnitItemType": { + "description": "", + "units": { + "Monetary_per_Decimal": { + "label": "Monetary/Decimal", + "description": "Monetary Unit / Anything" + } + } + }, + "xbrli:pureItemType": { + "description": "", + "units": { + "Monetary_per_Monetary": { + "label": "Monetary/Monetary", + "description": "Exchange Rate Expressed as: Monetary Unit / Monetary Unit" + }, + "pure": { + "label": "pure", + "description": "Dimensionless (Pure) Number" + }, + "Rate": { + "label": "Rate", + "description": "Rate" + } + } + }, + "sharesItemType": { + "description": "", + "units": { + "shares": { + "label": "Share", + "description": "Unit of Ownership (Stock)" + } + } + }, + "xbrli:durationItemType": { + "description": "", + "units": { + "Y": { + "label": "Year", + "description": "Gregorian calendar year of 365 days. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "M": { + "label": "Month", + "description": "Gregorian calendar month of 30.41 days. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "D": { + "label": "Day", + "description": "Day of 24 hours. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "H": { + "label": "Hour", + "description": "Hour of 60 minutes. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "MM": { + "label": "Minute", + "description": "Minute of 60 seconds. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "S": { + "label": "Second", + "description": "Second. Use only as a denominator because durationItemType is not numeric and has no units." + }, + "Q": { + "label": "Quarter", + "description": "Gregorian Calendar Quarter (three months). Use only as a denominator because durationItemType is not numeric and has no units." + }, + "WK": { + "label": "Week", + "description": "Gregorian Calendar Week. Use only as a denominator because durationItemType is not numeric and has no units." + } + } + }, + "flowItemType": { + "description": "The flow item type is used to represent a measure of volumetric flow rate.", + "units": { + "Volume_per_Duration": { + "label": "Volume/Duration", + "description": "Flow rate, as Volume per Duration" + }, + "Energy_per_Duration": { + "label": "Energy/Duration", + "description": "Flow rate, as Energy per Duration" + } + } + }, + "num-us:temperatureItemType": { + "description": "The temperature item type is used to represent a measure of temperature either in absolute terms or as a difference between two temperatures.", + "units": { + "Cel": { + "label": "Celsius", + "description": "A temperature scale based on 0° for the freezing point of water and 100° for the boiling point of water at 1 atm pressure." + }, + "K": { + "label": "Kelvin", + "description": "The kelvin is a unit of measure for temperature based upon an absolute scale. It is one of the seven base units in the International System of Units (SI) and is assigned the unit symbol K. The Kelvin scale is an absolute, thermodynamic temperature scale using as its null point absolute zero, the temperature at which all thermal motion ceases in the classical description of thermodynamics. The kelvin is defined as the fraction  1⁄273.16 of the thermodynamic temperature of the triple point of water (exactly 0.01 °C or 32.018 °F). In other words, it is defined such that the triple point of water is exactly 273.16 K." + }, + "F": { + "label": "Fahrenheit", + "description": "Fahrenheit is a unit of measure for temperature defined by two fixed points: the temperature at which water freezes into ice is defined as 32 °F, and the boiling point of water is defined to be 212 °F, a 180 °F separation, as defined at sea level and standard atmospheric pressure." + } + } + }, + "num-us:pressureItemType": { + "description": "The pressure item type is used to represent a measure of the force applied perpendicular to the surface of an object per unit area over which that force is distributed. Units include Pascal, PSI and Bar.", + "units": { + "Pa": { + "label": "Pascal", + "description": "The pascal is the SI derived unit of pressure used to quantify internal pressure, stress, Young's modulus and ultimate tensile strength. It is defined as one newton per square meter." + }, + "Bar": { + "label": "Bar", + "description": "The bar is a metric unit of pressure, but is not approved as part of the International System of Units (SI). It is defined as exactly equal to 100000 Pa, which is slightly less than the current average atmospheric pressure on Earth at sea level." + }, + "psi": { + "label": "Pounds Per Square Inch", + "description": "The pound per square inch is a unit of pressure or of stress based on avoirdupois units. It is the pressure resulting from a force of one pound-force applied to an area of one square inch." + }, + "atm": { + "label": "Standard Atmosphere", + "description": "The standard atmosphere is a unit of pressure defined as 101325 Pa (1.01325 bar). It is sometimes used as a reference or standard pressure." + } + } + }, + "forceItemType": { + "description": "The force item type is used to represent a measure of a physical force. Units include newtons.", + "units": { + "N": { + "label": "Newton", + "description": "The newton is the International System of Units (SI) derived unit of force. One newton is the force needed to accelerate one kilogram of mass at the rate of one metre per second squared in direction of the applied force." + } + } + }, + "electricChargeItemType": { + "description": "The electric charge item is used to represent a measure of electric charge (the physical property of matter that causes it to experience a force when placed in an electromagnetic field)", + "units": { + "Ah": { + "label": "Ampere Hours", + "description": "An ampere hour or amp hour is a unit of electric charge, equal to the charge transferred by a steady current of one ampere flowing for one hour." + }, + "C": { + "label": "Coulomb", + "description": "The coulomb is the International System of Units (SI) unit of electric charge. It is the charge transported by a constant current of one ampere in one second." + } + } + }, + "num-us:planeAngleItemType": { + "description": "The angle item type is used to represent the measurement of an angle. Units include radians, degrees and gradians.", + "units": { + "Degree": { + "label": "Degree", + "description": "The degree is a measurement of a plane angle, defined so that a full rotation is 360 degrees. In XBRL the degree is reported in a decimal format." + }, + "rad": { + "label": "Radian", + "description": "The radian is the standard unit of angular measure. The radian is an SI derived unit." + } + } + }, + "textBlockItemType": { + "description": "textBlockItemType specializes xmlNodesItemType. The unescaped content MUST have mixed content containing a simple string, or a fragment of XHTML or a mixture of both." + }, + "num:percentItemType": { + "description": "The percent item type is used to indicate that the value of the element is intended to be presented as a percentage. This does not contravene Specification section 4.8.2, which requires that percentages not be multiplied by 100." + }, + "weightItemType": { + "description": "The weight item type represents the weight of an object which can be measured." + }, + "num-us:insolationItemType": { + "description": "The insolation item type is used to represent a measure of energy per area over a period of time." + }, + "num-us:irradianceItemType": { + "description": "The irradiance item type is used to represent a measure irradiance (power per unit area)" + }, + "num-us:speedItemType": { + "description": " The speed item type is used to represent a measure of speed (distance travelled by an object per unit time). Units include knots, mach, and metres per second." + }, + "massFlowItemType": { + "description": "The mass flow item type is used to represent a measure of mass flow rate." + }, + "monetaryPerLengthItemType": { + "description": "The monetary per length item type is used to represent a measure of price or cost per unit length" + }, + "monetaryPerAreaItemType": { + "description": "The monetary per area item type is used to represent a measure of price or cost per unit area" + }, + "monetaryPerVolumeItemType": { + "description": "The monetary per volume item type is used to represent a measure of price or cost per unit volume" + }, + "monetaryPerDurationItemType": { + "description": "The monetary per duration item type is used to represent a measure of price or cost per unit duration" + }, + "monetaryPerEnergyItemType": { + "description": "The monetary per energy item type is used to represent a measure of price or cost per unit energy" + }, + "monetaryPerMassItemType": { + "description": "The monetary per mass item type is used to represent a measure of price or cost per unit mass" + }, + "solar-types:inverterItemType": { + "description": "", + "enums": { + "Central": { + "label": "", + "description": "" + }, + "String": { + "label": "", + "description": "" + }, + "MicroInverter": { + "label": "", + "description": "" + }, + "Distributed": { + "label": "", + "description": "" + }, + "Transformerless": { + "label": "", + "description": "" + }, + "Grounded": { + "label": "", + "description": "" + } + } + }, + "solar-types:moduleTechnologyItemType": { + "description": "", + "enums": { + "Mono_C_Si": { + "label": "", + "description": "" + }, + "Multi_C_Si": { + "label": "", + "description": "" + }, + "ThinFilm": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:moduleItemType": { + "description": "", + "enums": { + "ASi": { + "label": "", + "description": "" + }, + "ASi_Triple": { + "label": "", + "description": "" + }, + "ASi_Tandem": { + "label": "", + "description": "" + }, + "ASi_Single": { + "label": "", + "description": "" + }, + "BiPv": { + "label": "", + "description": "" + }, + "BiFacial": { + "label": "", + "description": "" + }, + "CdTe": { + "label": "", + "description": "" + }, + "CIGS": { + "label": "", + "description": "" + }, + "CPV": { + "label": "", + "description": "" + }, + "CSi": { + "label": "", + "description": "" + }, + "MonoSi": { + "label": "", + "description": "" + }, + "MultiSi": { + "label": "", + "description": "" + }, + "PSi": { + "label": "", + "description": "" + }, + "TFSI": { + "label": "", + "description": "" + }, + "HIT": { + "label": "", + "description": "" + }, + "Ribbon": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:trackerItemType": { + "description": "", + "enums": { + "AzimuthAxisTracking": { + "label": "", + "description": "" + }, + "FixedTilt": { + "label": "", + "description": "" + }, + "SingleAxisTracking": { + "label": "", + "description": "" + }, + "DualAxisTracking": { + "label": "", + "description": "" + }, + "SeasonalTilt": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:solarSystemCharacterItemType": { + "description": "", + "enums": { + "Aggregate": { + "label": "", + "description": "" + }, + "Agricultural": { + "label": "", + "description": "" + }, + "Commercial": { + "label": "", + "description": "" + }, + "CommunitySolar": { + "label": "", + "description": "" + }, + "Industrial": { + "label": "", + "description": "" + }, + "Residential": { + "label": "", + "description": "" + }, + "Utility": { + "label": "", + "description": "" + } + } + }, + "solar-types:internetConnectionItemType": { + "description": "", + "enums": { + "Cellular": { + "label": "", + "description": "" + }, + "SharedBroadband": { + "label": "", + "description": "" + }, + "DedicatedBroadband": { + "label": "", + "description": "" + }, + "Satellite": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:occupancyItemType": { + "description": "", + "enums": { + "OwnerOccupied": { + "label": "", + "description": "" + }, + "Rental": { + "label": "", + "description": "" + } + } + }, + "solar-types:climateZoneANSIItemType": { + "description": "", + "enums": { + "VeryHotHumid": { + "label": "", + "description": "" + }, + "VeryHotDry": { + "label": "", + "description": "" + }, + "HotHumid": { + "label": "", + "description": "" + }, + "HotDry": { + "label": "", + "description": "" + }, + "WarmHumid": { + "label": "", + "description": "" + }, + "WarmDry": { + "label": "", + "description": "" + }, + "WarmMarine": { + "label": "", + "description": "" + }, + "MixedHumid": { + "label": "", + "description": "" + }, + "MixedDry": { + "label": "", + "description": "" + }, + "MixedMarine": { + "label": "", + "description": "" + }, + "CoolHumid": { + "label": "", + "description": "" + }, + "CoolDry": { + "label": "", + "description": "" + }, + "CoolMarine": { + "label": "", + "description": "" + }, + "ColdHumid": { + "label": "", + "description": "" + }, + "ColdDry": { + "label": "", + "description": "" + }, + "VeryCold": { + "label": "", + "description": "" + }, + "Subarctic": { + "label": "", + "description": "" + } + } + }, + "solar-types:siteControlItemType": { + "description": "", + "enums": { + "Lease": { + "label": "", + "description": "" + }, + "Own": { + "label": "", + "description": "" + }, + "Rent": { + "label": "", + "description": "" + } + } + }, + "solar-types:moduleOrientationItemType": { + "description": "", + "enums": { + "Portrait": { + "label": "", + "description": "" + }, + "Landscape": { + "label": "", + "description": "" + } + } + }, + "solar-types:sPVOrCounterpartyItemType": { + "description": "", + "enums": { + "SPV": { + "label": "", + "description": "" + }, + "Counterparty": { + "label": "", + "description": "" + } + } + }, + "solar-types:fundOrProjectItemType": { + "description": "", + "enums": { + "Fund": { + "label": "", + "description": "" + }, + "Project": { + "label": "", + "description": "" + } + } + }, + "solar-types:fundStatusItemType": { + "description": "", + "enums": { + "Closed": { + "label": "", + "description": "" + }, + "Open": { + "label": "", + "description": "" + }, + "Committed": { + "label": "", + "description": "" + } + } + }, + "solar-types:financingEventItemType": { + "description": "", + "enums": { + "OriginationRequest": { + "label": "", + "description": "" + }, + "SigningNon_bindingCommitment": { + "label": "", + "description": "" + }, + "SigningBindingCommitment": { + "label": "", + "description": "" + }, + "SigningAndClosing": { + "label": "", + "description": "" + }, + "Closing": { + "label": "", + "description": "" + }, + "Funding": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:eventStatusItemType": { + "description": "", + "enums": { + "InProcess": { + "label": "", + "description": "" + }, + "Finalized": { + "label": "", + "description": "" + } + } + }, + "solar-types:participantItemType": { + "description": "", + "enums": { + "Appraiser": { + "label": "", + "description": "" + }, + "AssetManager": { + "label": "", + "description": "" + }, + "AssetOwner": { + "label": "", + "description": "" + }, + "AutomobileLiabilityInsurer": { + "label": "", + "description": "" + }, + "Back_leverageLender": { + "label": "", + "description": "" + }, + "Back_upAssetManager": { + "label": "", + "description": "" + }, + "Back_upMaintenanceProvider": { + "label": "", + "description": "" + }, + "Back_upMonitoringServiceProvider": { + "label": "", + "description": "" + }, + "BondAgent": { + "label": "", + "description": "" + }, + "Builders_ConstructionAll_RiskInsurers": { + "label": "", + "description": "" + }, + "BusinessInterruptionInsurer": { + "label": "", + "description": "" + }, + "CollateralAgent": { + "label": "", + "description": "" + }, + "CommercialLender": { + "label": "", + "description": "" + }, + "ContractAttorney": { + "label": "", + "description": "" + }, + "ConstructionContractorInstaller": { + "label": "", + "description": "" + }, + "ConstructionLender": { + "label": "", + "description": "" + }, + "ConstructionWarrantyProvider": { + "label": "", + "description": "" + }, + "CorporateAttorney": { + "label": "", + "description": "" + }, + "DeveloperAttorney": { + "label": "", + "description": "" + }, + "EnergyForecastingService": { + "label": "", + "description": "" + }, + "EnergyPriceForecaster": { + "label": "", + "description": "" + }, + "EquipmentWarrantyProvider": { + "label": "", + "description": "" + }, + "EngineeringContractorInstaller": { + "label": "", + "description": "" + }, + "EnvironmentalAttorney": { + "label": "", + "description": "" + }, + "EnvironmentalConsultant": { + "label": "", + "description": "" + }, + "EquipmentFactoryAuditor": { + "label": "", + "description": "" + }, + "EquipmentManufacturer": { + "label": "", + "description": "" + }, + "EquipmentReliabilityTestLab": { + "label": "", + "description": "" + }, + "Fund": { + "label": "", + "description": "" + }, + "GeneralContractor": { + "label": "", + "description": "" + }, + "GeneralLiabilityInsurer": { + "label": "", + "description": "" + }, + "HedgeProvider": { + "label": "", + "description": "" + }, + "IndependentEngineer": { + "label": "", + "description": "" + }, + "IndependentSystemOperatorasAuthorityHavingJurisdiction": { + "label": "", + "description": "" + }, + "InterconnectingUtilityasAuthorityHavingJurisdiction": { + "label": "", + "description": "" + }, + "InsuranceBroker": { + "label": "", + "description": "" + }, + "InsuranceConsultant": { + "label": "", + "description": "" + }, + "Land_UseAttorney": { + "label": "", + "description": "" + }, + "Lessor": { + "label": "", + "description": "" + }, + "LitigationAttorney": { + "label": "", + "description": "" + }, + "LLCPartnerManagingMember": { + "label": "", + "description": "" + }, + "LLCPartnerVotingMember": { + "label": "", + "description": "" + }, + "LLCPartnerPassiveMember": { + "label": "", + "description": "" + }, + "LongtermEquityInvestor": { + "label": "", + "description": "" + }, + "MaintenanceProvider": { + "label": "", + "description": "" + }, + "MonitoringServiceProvider": { + "label": "", + "description": "" + }, + "OceanCargoInsurer": { + "label": "", + "description": "" + }, + "Operator": { + "label": "", + "description": "" + }, + "ParallelMonitoringServiceProvider": { + "label": "", + "description": "" + }, + "PermittingAuthorityasAuthorityHavingJurisdiction": { + "label": "", + "description": "" + }, + "PersonalLender": { + "label": "", + "description": "" + }, + "PollutionLiabilityInsurer": { + "label": "", + "description": "" + }, + "PPAOfftaker": { + "label": "", + "description": "" + }, + "PrimeContractor": { + "label": "", + "description": "" + }, + "Project": { + "label": "", + "description": "" + }, + "ProjectPerformanceInsurer": { + "label": "", + "description": "" + }, + "ProjectDeveloper": { + "label": "", + "description": "" + }, + "ProjectHost": { + "label": "", + "description": "" + }, + "PropertyInsurer": { + "label": "", + "description": "" + }, + "RECOfftaker": { + "label": "", + "description": "" + }, + "RegionalTransmissionOperatorasAuthorityHavingJurisdiction": { + "label": "", + "description": "" + }, + "SchedulingCoordinator": { + "label": "", + "description": "" + }, + "SiteOwnerSiteControl": { + "label": "", + "description": "" + }, + "SiteSecurityCompany": { + "label": "", + "description": "" + }, + "Subcontractor": { + "label": "", + "description": "" + }, + "SubcontractorContractorInstaller": { + "label": "", + "description": "" + }, + "Surety": { + "label": "", + "description": "" + }, + "TaxAttorney": { + "label": "", + "description": "" + }, + "TaxConsultant": { + "label": "", + "description": "" + }, + "TaxequityInvestor": { + "label": "", + "description": "" + }, + "TelecomProvider": { + "label": "", + "description": "" + }, + "TransmissionConsultant": { + "label": "", + "description": "" + }, + "Trustee": { + "label": "", + "description": "" + }, + "UmbrellaExcessLiabilityInsurer": { + "label": "", + "description": "" + }, + "Utility": { + "label": "", + "description": "" + }, + "WeatherDataProvider": { + "label": "", + "description": "" + }, + "WorkersCompensationInsurer": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectAssetTypeItemType": { + "description": "", + "enums": { + "Wind": { + "label": "", + "description": "" + }, + "Solar": { + "label": "", + "description": "" + }, + "SolarPlusStorage": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectClassItemType": { + "description": "", + "enums": { + "UtilityScale": { + "label": "", + "description": "" + }, + "DistributedGeneration": { + "label": "", + "description": "" + }, + "CommunitySolar": { + "label": "", + "description": "" + }, + "Residential": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectInterconnectionItemType": { + "description": "", + "enums": { + "BehindtheMeter": { + "label": "", + "description": "" + }, + "VirtualNetMeter": { + "label": "", + "description": "" + }, + "InFrontofMeter": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectStageItemType": { + "description": "", + "enums": { + "UnderDevelopment": { + "label": "", + "description": "" + }, + "InConstruction": { + "label": "", + "description": "" + }, + "InOperation": { + "label": "", + "description": "" + } + } + }, + "solar-types:investmentStatusItemType": { + "description": "", + "enums": { + "Awarded": { + "label": "", + "description": "" + }, + "Committed": { + "label": "", + "description": "" + }, + "PartialFunding": { + "label": "", + "description": "" + }, + "FullyFunded": { + "label": "", + "description": "" + } + } + }, + "solar-types:regulatoryFacilityItemType": { + "description": "", + "enums": { + "QF": { + "label": "", + "description": "" + }, + "EWG": { + "label": "", + "description": "" + }, + "NA": { + "label": "", + "description": "" + } + } + }, + "solar-types:regulatoryApprovalStatusItemType": { + "description": "", + "enums": { + "NotSubmitted": { + "label": "", + "description": "" + }, + "Submitted": { + "label": "", + "description": "" + }, + "Approved": { + "label": "", + "description": "" + }, + "Declined": { + "label": "", + "description": "" + } + } + }, + "solar-types:hedgeItemType": { + "description": "", + "enums": { + "Swap": { + "label": "", + "description": "" + }, + "RevenuePut": { + "label": "", + "description": "" + }, + "CfD": { + "label": "", + "description": "" + }, + "None": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:divisionStateApprovalStatusItemType": { + "description": "", + "enums": { + "NotSubmitted": { + "label": "", + "description": "" + }, + "Submitted": { + "label": "", + "description": "" + }, + "Conditional": { + "label": "", + "description": "" + }, + "FinalApproval": { + "label": "", + "description": "" + }, + "NotApplicable": { + "label": "", + "description": "" + } + } + }, + "solar-types:feeStatusItemType": { + "description": "", + "enums": { + "NotApplicable": { + "label": "", + "description": "" + }, + "NotDue": { + "label": "", + "description": "" + }, + "Overdue": { + "label": "", + "description": "" + }, + "PartiallyPaid": { + "label": "", + "description": "" + }, + "FullyPaid": { + "label": "", + "description": "" + } + } + }, + "solar-types:zoningPermitPropertyItemType": { + "description": "", + "enums": { + "Plant": { + "label": "", + "description": "" + }, + "GenTieLine": { + "label": "", + "description": "" + }, + "Substation": { + "label": "", + "description": "" + } + } + }, + "solar-types:energyBudgetPhaseItemType": { + "description": "", + "enums": { + "Closing": { + "label": "", + "description": "" + }, + "InitialFunding": { + "label": "", + "description": "" + }, + "FinalFunding": { + "label": "", + "description": "" + } + } + }, + "solar-types:titlePolicyInsuranceItemType": { + "description": "", + "enums": { + "NotApplicable": { + "label": "", + "description": "" + }, + "NotIssued": { + "label": "", + "description": "" + }, + "ProForma": { + "label": "", + "description": "" + }, + "Final": { + "label": "", + "description": "" + } + } + }, + "solar-types:aLTASurveyItemType": { + "description": "", + "enums": { + "Notapplicable": { + "label": "", + "description": "" + }, + "NotReceived": { + "label": "", + "description": "" + }, + "Preliminary": { + "label": "", + "description": "" + }, + "Final": { + "label": "", + "description": "" + } + } + }, + "solar-types:batteryConnectionItemType": { + "description": "", + "enums": { + "DC_Coupled": { + "label": "", + "description": "" + }, + "AC_Coupled": { + "label": "", + "description": "" + } + } + }, + "solar-types:employeeRoleItemType": { + "description": "", + "enums": { + "Fund": { + "label": "", + "description": "" + }, + "Project": { + "label": "", + "description": "" + } + } + }, + "solar-types:employeeLevelItemType": { + "description": "", + "enums": { + "Lead": { + "label": "", + "description": "" + }, + "Support": { + "label": "", + "description": "" + } + } + }, + "solar-types:approvalRequestItemType": { + "description": "", + "enums": { + "Notsubmitted": { + "label": "", + "description": "" + }, + "Submitted": { + "label": "", + "description": "" + }, + "ConditionalApproval": { + "label": "", + "description": "" + }, + "FinalApproval": { + "label": "", + "description": "" + }, + "Declined": { + "label": "", + "description": "" + } + } + }, + "solar-types:creditSupportStatusItemType": { + "description": "", + "enums": { + "NotDue": { + "label": "", + "description": "" + }, + "OverDue": { + "label": "", + "description": "" + }, + "Granted": { + "label": "", + "description": "" + }, + "Expired": { + "label": "", + "description": "" + } + } + }, + "solar-types:securityInterestItemType": { + "description": "", + "enums": { + "Mortgage": { + "label": "", + "description": "" + }, + "DeedofTrust": { + "label": "", + "description": "" + }, + "Lien": { + "label": "", + "description": "" + }, + "Pledge": { + "label": "", + "description": "" + }, + "CollateralAssignment": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:assetSecuredItemType": { + "description": "", + "enums": { + "Land": { + "label": "", + "description": "" + }, + "MembershipInterest": { + "label": "", + "description": "" + }, + "Contract": { + "label": "", + "description": "" + }, + "BankAccount": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:securityInterestStatusItemType": { + "description": "", + "enums": { + "NotDue": { + "label": "", + "description": "" + }, + "OverDue": { + "label": "", + "description": "" + }, + "Granted": { + "label": "", + "description": "" + }, + "Expired": { + "label": "", + "description": "" + } + } + }, + "solar-types:inverterPhaseItemType": { + "description": "", + "enums": { + "SinglePhase": { + "label": "", + "description": "" + }, + "ThreePhaseWYE": { + "label": "", + "description": "" + }, + "ThreePhaseDelta": { + "label": "", + "description": "" + } + } + }, + "solar-types:approvalStatusItemType": { + "description": "", + "enums": { + "Closed": { + "label": "", + "description": "" + }, + "Open": { + "label": "", + "description": "" + } + } + }, + "solar-types:DERItemType": { + "description": "", + "enums": { + "PVSystem": { + "label": "", + "description": "" + }, + "Storage": { + "label": "", + "description": "" + }, + "PVStorage": { + "label": "", + "description": "" + }, + "Wind": { + "label": "", + "description": "" + }, + "EVChargingStation": { + "label": "", + "description": "" + } + } + }, + "solar-types:environmentalConditionsItemType": { + "description": "", + "enums": { + "Pollen": { + "label": "", + "description": "" + }, + "HighWind": { + "label": "", + "description": "" + }, + "Hail": { + "label": "", + "description": "" + }, + "SaltAir": { + "label": "", + "description": "" + }, + "DieselSoot": { + "label": "", + "description": "" + }, + "IndustrialEmmissions": { + "label": "", + "description": "" + }, + "BirdPopulations": { + "label": "", + "description": "" + }, + "Dust": { + "label": "", + "description": "" + }, + "HighInsolation": { + "label": "", + "description": "" + } + } + }, + "solar-types:optimizerTypeItemType": { + "description": "", + "enums": { + "Standalone": { + "label": "", + "description": "" + }, + "Attached": { + "label": "", + "description": "" + }, + "Embedded": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:systemAvailabilityModeItemType": { + "description": "", + "enums": { + "Emergency": { + "label": "", + "description": "" + }, + "Environment": { + "label": "", + "description": "" + }, + "Forced": { + "label": "", + "description": "" + }, + "Grid": { + "label": "", + "description": "" + }, + "Islanded": { + "label": "", + "description": "" + }, + "Shutdown": { + "label": "", + "description": "" + }, + "Standby": { + "label": "", + "description": "" + } + } + }, + "solar-types:mountingItemType": { + "description": "", + "enums": { + "Attached": { + "label": "", + "description": "" + }, + "Ballasted": { + "label": "", + "description": "" + }, + "BIPV": { + "label": "", + "description": "" + }, + "Pole_Pier": { + "label": "", + "description": "" + } + } + }, + "solar-types:roofSlopeItemType": { + "description": "", + "enums": { + "Flat": { + "label": "", + "description": "" + }, + "Sloped": { + "label": "", + "description": "" + }, + "Steep": { + "label": "", + "description": "" + } + } + }, + "solar-types:roofItemType": { + "description": "", + "enums": { + "AsphaltShingle": { + "label": "", + "description": "" + }, + "BuiltUpBituminous": { + "label": "", + "description": "" + }, + "CompositeShingle": { + "label": "", + "description": "" + }, + "EthylenePropyleneDieneTerpolymer": { + "label": "", + "description": "" + }, + "MetalRoof": { + "label": "", + "description": "" + }, + "PolyVinylChloride": { + "label": "", + "description": "" + }, + "SBS": { + "label": "", + "description": "" + }, + "Slate": { + "label": "", + "description": "" + }, + "ThermoplasticPolyolefin": { + "label": "", + "description": "" + }, + "TileConcrete": { + "label": "", + "description": "" + }, + "TileRoof": { + "label": "", + "description": "" + }, + "WoodShingle": { + "label": "", + "description": "" + } + } + }, + "solar-types:systemOperationalStatusItemType": { + "description": "", + "enums": { + "Operational": { + "label": "", + "description": "" + }, + "UnderMaintenance": { + "label": "", + "description": "" + }, + "CommunicationFailure": { + "label": "", + "description": "" + }, + "Decommissioned": { + "label": "", + "description": "" + } + } + }, + "solar-types:communicationProtocolItemType": { + "description": "", + "enums": { + "Modbus": { + "label": "", + "description": "" + }, + "Zigbee": { + "label": "", + "description": "" + }, + "WIFI": { + "label": "", + "description": "" + }, + "Ethernet": { + "label": "", + "description": "" + } + } + }, + "solar-types:reserveCollateralItemType": { + "description": "", + "enums": { + "LetterofCredit": { + "label": "", + "description": "" + }, + "Cash": { + "label": "", + "description": "" + } + } + }, + "solar-types:gISFileFormatItemType": { + "description": "", + "enums": { + "GEOJson": { + "label": "", + "description": "" + }, + "Shapefile": { + "label": "", + "description": "" + }, + "KML": { + "label": "", + "description": "" + }, + "GML": { + "label": "", + "description": "" + } + } + }, + "solar-types:reserveUseItemType": { + "description": "", + "enums": { + "Rent": { + "label": "", + "description": "" + }, + "Maintenance": { + "label": "", + "description": "" + }, + "Other": { + "label": "", + "description": "" + } + } + }, + "solar-types:deviceItemType": { + "description": "", + "enums": { + "ModuleMember": { + "label": "", + "description": "" + }, + "OptimizerMember": { + "label": "", + "description": "" + }, + "DCDisconnectSwitchMember": { + "label": "", + "description": "" + }, + "ACDisconnectSwitchMember": { + "label": "", + "description": "" + }, + "InverterMember": { + "label": "", + "description": "" + }, + "TrackerMember": { + "label": "", + "description": "" + }, + "CombinerMember": { + "label": "", + "description": "" + }, + "MetStationMember": { + "label": "", + "description": "" + }, + "TransformerMember": { + "label": "", + "description": "" + }, + "BatteryMember": { + "label": "", + "description": "" + }, + "BatteryManagementSystemMember": { + "label": "", + "description": "" + }, + "LoggerMember": { + "label": "", + "description": "" + }, + "MeterMember": { + "label": "", + "description": "" + }, + "StringMember": { + "label": "", + "description": "" + }, + "MountingMember": { + "label": "", + "description": "" + } + } + }, + "solar-types:projectPhaseItemType": { + "description": "", + "enums": { + "Pre_Construction": { + "label": "", + "description": "" + }, + "EarlyConstruction": { + "label": "", + "description": "" + }, + "PeriodicThroughoutConstruction": { + "label": "", + "description": "" + }, + "InitialFundingMechanicalCompletion": { + "label": "", + "description": "" + }, + "Post_Funding": { + "label": "", + "description": "" + } + } + }, + "solar-types:componentMaintenanceEventItemType": { + "description": "", + "enums": { + "Repair": { + "label": "", + "description": "" + }, + "Replace": { + "label": "", + "description": "" + } + } + }, + "solar-types:financialContractItemType": { + "description": "", + "enums": { + "Lease": { + "label": "", + "description": "" + }, + "PPA": { + "label": "", + "description": "" + }, + "Cash": { + "label": "", + "description": "" + }, + "Upfront": { + "label": "", + "description": "" + }, + "PSA": { + "label": "", + "description": "" + }, + "Unknown": { + "label": "", + "description": "" + } + } + }, + "solar-types:climateClassificationKoppenItemType": { + "description": "", + "enums": { + "Tropicalmegathermalclimates": { + "label": "", + "description": "" + }, + "Tropicalrainforestclimate": { + "label": "", + "description": "" + }, + "Tropicalmonsoonclimate": { + "label": "", + "description": "" + }, + "Tropicalwetanddryorsavannaclimates": { + "label": "", + "description": "" + }, + "Drydesertandsemi_aridclimates": { + "label": "", + "description": "" + }, + "Temperatemesothermalclimates": { + "label": "", + "description": "" + }, + "Mediterraneanclimates": { + "label": "", + "description": "" + }, + "Humidsubtropicalclimates": { + "label": "", + "description": "" + }, + "Oceanicclimates": { + "label": "", + "description": "" + }, + "Highlandclimates": { + "label": "", + "description": "" + }, + "Continentalmicrothermalclimates": { + "label": "", + "description": "" + }, + "Hotsummercontinentalclimates": { + "label": "", + "description": "" + }, + "Warmsummercontinentalorhemiborealclimates": { + "label": "", + "description": "" + }, + "Subarcticorborealclimates": { + "label": "", + "description": "" + }, + "Polarclimates": { + "label": "", + "description": "" + } + } + }, + "solar-types:financialTransactionItemType": { + "description": "", + "enums": { + "ACHSettlementCredit": { + "label": "", + "description": "" + }, + "BookTransferCredit": { + "label": "", + "description": "" + }, + "BookTransferDebit": { + "label": "", + "description": "" + }, + "ContributiontoPrincipalCash": { + "label": "", + "description": "" + }, + "Credit": { + "label": "", + "description": "" + }, + "CreditApplied": { + "label": "", + "description": "" + }, + "CustomerBill": { + "label": "", + "description": "" + }, + "CustomerPayment": { + "label": "", + "description": "" + }, + "CustomerPrepayment": { + "label": "", + "description": "" + }, + "ExpectedPrepayment": { + "label": "", + "description": "" + }, + "ExpectedRebate": { + "label": "", + "description": "" + }, + "FundRebate": { + "label": "", + "description": "" + }, + "LeaseInsurance": { + "label": "", + "description": "" + }, + "LeaseManagementFee": { + "label": "", + "description": "" + }, + "LeaseMiscellaneousExpenses": { + "label": "", + "description": "" + }, + "LeaseOperationsandMaintenance": { + "label": "", + "description": "" + }, + "LeaseTransactionManagerFee": { + "label": "", + "description": "" + }, + "OperatingExpenses": { + "label": "", + "description": "" + }, + "PPAInsurance": { + "label": "", + "description": "" + }, + "PPAManagementFee": { + "label": "", + "description": "" + }, + "PPAMiscellaneousExpenses": { + "label": "", + "description": "" + }, + "PPAOperationsandMaintenance": { + "label": "", + "description": "" + }, + "PPATransactionManagerFee": { + "label": "", + "description": "" + }, + "PrincipalCashPaidtoBeneficiary": { + "label": "", + "description": "" + }, + "RemoteDepositCredit": { + "label": "", + "description": "" + }, + "TellerDepositCredit": { + "label": "", + "description": "" + } + } + }, + "solar-types:distributedGenOrUtilityScaleItemType": { + "description": "", + "enums": { + "DistributedGeneration": { + "label": "", + "description": "" + }, + "UtilityScale": { + "label": "", + "description": "" + } + } + }, + "solar-types:sparePartsStatusItemType": { + "description": "", + "enums": { + "Sufficient": { + "label": "", + "description": "" + }, + "Insufficient": { + "label": "", + "description": "" + } + } + }, + "solar-types:preventiveMaintenanceTaskStatusItemType": { + "description": "", + "enums": { + "Complete": { + "label": "", + "description": "" + }, + "Incomplete": { + "label": "", + "description": "" + } + } + }, + "solar-types:eventSeverityItemType": { + "description": "", + "enums": { + "Low": { + "label": "", + "description": "" + }, + "Moderate": { + "label": "", + "description": "" + }, + "High": { + "label": "", + "description": "" + } + } + }, + "solar-types:mORLevelItemType": { + "description": "", + "enums": { + "SiteLevel": { + "label": "", + "description": "" + }, + "FundLevel": { + "label": "", + "description": "" + }, + "ProjectLevel": { + "label": "", + "description": "" + } + } + }, + "solar-types:batteryChemistryItemType": { + "description": "", + "enums": { + "LiOn": { + "label": "", + "description": "" + }, + "Pb": { + "label": "", + "description": "" + }, + "NiCad": { + "label": "", + "description": "" + } + } + }, + "solar-types:insuranceItemType": { + "description": "", + "enums": { + "Liability": { + "label": "", + "description": "" + }, + "Property": { + "label": "", + "description": "" + }, + "CommercialGeneralLiability": { + "label": "", + "description": "" + }, + "BusinessInterruption": { + "label": "", + "description": "" + }, + "PropertyCasualty": { + "label": "", + "description": "" + }, + "Casualty": { + "label": "", + "description": "" + }, + "WorkmansCompensation": { + "label": "", + "description": "" + }, + "EnergyProduction": { + "label": "", + "description": "" + }, + "Performance": { + "label": "", + "description": "" + }, + "Universal": { + "label": "", + "description": "" + }, + "Warranty": { + "label": "", + "description": "" + }, + "SuretyAdvancePaymentBond": { + "label": "", + "description": "" + }, + "SuretyEngineeringProcurementConstructionSuretyPaymentBond": { + "label": "", + "description": "" + }, + "SuretyEngineeringProcurementConstructionPaymentBondWithSolarModuleSupplierSublimitsAsDualObligee": { + "label": "", + "description": "" + }, + "SuretyInterconnectionPaymentBond": { + "label": "", + "description": "" + }, + "SuretyOnBillFinanceEnergyEfficiencyUpgrades": { + "label": "", + "description": "" + }, + "SuretyUtilityPaymentBond": { + "label": "", + "description": "" + }, + "SuretyOnBillFinanceSolarProjectsUtilityPaymentBond": { + "label": "", + "description": "" + }, + "SuretyPowerPurchaseAgreementSuretyPaymentBond": { + "label": "", + "description": "" + }, + "SuretySolarFacilityDecommissioningBond": { + "label": "", + "description": "" + }, + "SuretySolarModulePaymentBond": { + "label": "", + "description": "" + }, + "SuretySolarModuleSupplyBond": { + "label": "", + "description": "" + }, + "SuretySolarModuleWarrantySecurityBond": { + "label": "", + "description": "" + }, + "ElectronicSuretyBondProviderModuleWarrantySecurity": { + "label": "", + "description": "" + }, + "ElectronicSuretyBondProviderPowerPurchaseAgreementPaymentBond": { + "label": "", + "description": "" + } + } + }, + "solar-types:uuidItemType": { + "description": "", + "enums": { + "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})": { + "label": "", + "description": "" + } + } + }, + "solar-types:uuidXbrlItemType": { + "description": "", + "enums": { + "([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\})": { + "label": "", + "description": "" + } + } + } + }, + "x-ob-item-type-groups": {} } \ No newline at end of file diff --git a/src/components/DetailedNodeView.vue b/src/components/DetailedNodeView.vue index 94b7395..bcc57d6 100644 --- a/src/components/DetailedNodeView.vue +++ b/src/components/DetailedNodeView.vue @@ -1,7 +1,62 @@