Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johcarter authored and sambles committed Jul 17, 2024
1 parent 2cfc3ce commit bc06263
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions OpenExposureData/OEDInputFields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"Loc","LocLimitCode6All","Location site limit code","O","tinyint","YES","0",""
"Loc","LocLimitType6All","Location site limit type","CR","tinyint","YES","0",""
"Loc","LocLimit6All","Location site limit","CR","float","YES","0","[0,)"
"Loc","BIWaitingPeriod","BI waiting period (in days)","O","smallint","YES","0","[0,)"
"Loc","BIWaitingPeriod","BI waiting period (in days)","O","float","YES","0","[0,)"
"Loc","LocPeril","Perils for location financial terms","CR","varchar(250)","YES","n/a",""
"Loc","YearUpgraded","Year the building was upgraded (4 digit year)","O","smallint","YES","0","[0,)"
"Loc","SurgeLeakage","Storm leakage percentage (0% to 100%) for Wind only policies","O","float","YES","-999","[-999,-999], [0,1]"
Expand Down Expand Up @@ -462,7 +462,6 @@ Code for the appurtenant building, such as shed or detached garage","O","tinyint
"Loc","OccupantPeriod","Period/time of day/season for 'NumberOfOccupants'","O","tinyint","YES","0","[0,8]"
"Loc","SoilType","0 = no soil information, 1 = time averaged shear-wave velocity to 30m depth (vs30 (m/s))","O","tinyint","YES","0","[0,1]"
"Loc","SoilValue","The value associated with the SoilType and the corresponding unit","O","float","YES","0","[0,)"
"Loc","LocPopNumber","Population record number","O","nvarchar(20)","NO","","[0,)"
"Loc","NumberOfOccupants","Total number of occupants at a location (e.g., residents, employees, visitors)","O","int","YES","0","[0,)"
"Loc","OccupantUnderfive","Number of occupants aged under 5 years","O","int","YES","0","[0,)"
"Loc","OccupantOver65","Number of occupants aged over 65 years","O","int","YES","0","[0,)"
Expand All @@ -478,8 +477,8 @@ Code for the appurtenant building, such as shed or detached garage","O","tinyint
"Loc","OccupantDisability","Number of occupants with a disability","O","int","YES","0","[0,)"
"Loc","OccupantEthnicMinority","Number of ethnic minority occupants ","O","int","YES","0","[0,)"
"Loc","OccupantTemporary","Number of temporary occupants (e.g., tourists)","O","int","YES","0","[0,)"
"Acc; Loc; ReinsInfo; ReinsScope","OriginalCurrency","Original currency in which the business has been written before any conversions","O","char(3)","YES","0",""
"Acc; Loc; ReinsInfo; ReinsScope","RateOfExchange","Rate of exchange used to convert the terms from OriginalCurrency","O","float","YES","0","[0,)"
"Acc; Loc; ReinsInfo","OriginalCurrency","Original currency in which the business has been written before any conversions","O","char(3)","YES","n/a",""
"Acc; Loc; ReinsInfo","RateOfExchange","Rate of exchange used to convert the terms from OriginalCurrency","O","float","YES","0","[0,)"
"Loc","OffshoreWaterDepth","Depth of water for offshore structures (in metres)","O","float","YES","n/a","(,0]"
"Loc","SectionLength","Length of line element associated with point location. Intended for line-assets, such as roads, railways and cables. Such an asset can be defined as a series of points along its length, and the 'Length' field describes the length associated with each point. E.g. if a road is coded as points at 2km intervals, then the 'Length' value is 2, and the TIV represents the value for that 2km stretch of road.","O","float","YES","n/a","[0,)"
"Loc","PowerCapacity","The electrical capacity (e.g. in MW) associated with an infrastructure asset. Intended for power generation and power transmission assets. E.g. power stations, turbines, cables, etc.
Expand Down

0 comments on commit bc06263

Please sign in to comment.