From 37aca139eef210bcc281b095f6a5200270de2c30 Mon Sep 17 00:00:00 2001 From: Joh Carter Date: Thu, 4 Jul 2024 17:03:59 +0100 Subject: [PATCH] Added new Cyber and Liability fields #182 --- OpenExposureData/Docs/OEDInputFields.csv | 61 +++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/OpenExposureData/Docs/OEDInputFields.csv b/OpenExposureData/Docs/OEDInputFields.csv index f8986447..bdfc2128 100644 --- a/OpenExposureData/Docs/OEDInputFields.csv +++ b/OpenExposureData/Docs/OEDInputFields.csv @@ -64,7 +64,7 @@ "Acc","AccLimitCode6All","Account blanket limit code","O","tinyint","0","","n/a","n/a" "Acc","AccLimitType6All","Account blanket limit type","CR","tinyint","0","","n/a","n/a" "Acc","AccLimit6All","Account blanket limit","CR","float","0","[0,)","n/a","n/a" -"Acc","PolNumber","Policy layer number","R","varchar(20)","n/a","","R","R" +"Acc","PolNumber","Policy layer number","R","varchar(20)","n/a","","R","O" "Acc","PolStatus","Policy layer status. Aside from predefined values, other single character values for user specific purposes can be used.","O","char(1)","n/a","","O","O" "Acc","PolInceptionDate","Policy inception date - in ISO 8601 format: YYYY-MM-DD","O","smalldatetime","n/a","","R","R" "Acc","PolExpiryDate","Policy expiry date - in ISO 8601 format: YYYY-MM-DD","O","smalldatetime","n/a","","R","R" @@ -493,3 +493,62 @@ Provide the generating capacity of each asset (e.g. for a turbine, this is the c "Loc","VoltageOfEnergy","Voltage of energy infrastructure (applicable to substations, generation facilities and transmission)","O","tinyint","","[0,)","n/a","n/a" "Loc","PumpingCapacity","Capacity of water pumping and treatment plants, in MGD (Millions gallons per day)","O","tinyint","","[0,)","n/a","n/a" "Acc","AccParticipation","Insurance company share of the account loss. Values between 0 to 1 (e.g. 12% entered as 0.12)","O","float","1","[0,1]","n/a","n/a" +"Acc","CompanyIDSchemeXX","Company identification scheme. Eg. DUNS, LEI","CR","varchar(5)","n/a","","CR","CR" +"Acc","CompanyIDCodeXX","Company identifier related to the CompanyIDScheme","CR","int","0","[0,)","CR","CR" +"Acc","YearFounded","Year that insured entity founded to support company identification (YYYY format)","O","smallInt","0","","O","O" +"Acc","StreetAddress","Main street address of insured entity","O","nvarchar(100)","n/a","","O","O" +"Acc","PostalCode","Postal code of main address for insured entity ","O","nvarchar(20)","n/a","","O","O" +"Acc","City","City of main address for insured entity ","O","nvarchar(50)","n/a","","O","O" +"Acc","CountryCode","Country code for the country of domicile of the insured entity - see 'CountryValues'","O","char(2)","n/a","","O","O" +"Acc","AreaCode","Area code of main address for insured entity - see 'AreaCodeValues'","O","char(3)","n/a","","O","O" +"Acc","IndustrySchemeXX","Industry scheme i.e NAISC, USSIC, UKSIC","CR","varchar(5)","n/a","","R","CR" +"Acc","IndustryCodeXX","Industry code from the IndustryScheme - see 'IndustryCodeValues'","CR","int","0","[0,)","R","CR" +"Acc","IndustryVintageXX","Vintage of Industry code used (YYYY format)","O","smallInt","0","[0,)","O","O" +"Acc","IndustryDescription","Concise industry description (associated with IndustryCode or free form)","O","nvarchar(250)","n/a","","O","O" +"Acc","NumberOfEmployees","Most recent estimate of number of employees","O","int","0","[0,)","O","O" +"Acc","AnnualRevenue","Most recent estimate for annual total gross income (not profit)","CR","float","0","[0,)","R","CR" +"Acc","AnnualRevenueCurrency","Currency for AnnualRevenue in three digit format. See 'CurrencyValues'","CR","char(3)","n/a","","R","CR" +"Acc","GrossProfitMargin","Gross Profit Margin of company in percentage (0.1 = 10%)","O","float","0","[0,)","O","O" +"Acc","NumberOfRecords","Estimated number of records accessed","n/a","int","0","[0,)","O","n/a" +"Acc","URL","Link to website","O","varchar(250)","n/a","","O","O" +"Acc","IsPackage","Policy Type - Standalone (0), Package (1)","n/a","smallInt","0","","O","n/a" +"Acc","PolDed","Policy Deductible (monetary value for all coverages - non-property)","n/a","float","0","[0,)","R","O" +"Acc","StackedPolNumber","If not unique indicates policy stacking (e.g. policies part of same insurance tower)","n/a","varchar(20)","n/a","","O","O" +"Acc","LayerAggAttachment","Policy layer attachment (aggregate basis)","n/a","float","0","[0,)","O","O" +"Acc","LayerAggLimit","100% policy layer limit (aggregate basis) ","n/a","float","0","[0,)","O","O" +"Acc","PolLimitBI","Sub-limit for (non-property) BI - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolDedBI","Sub-deductible for (non-property) BI - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolLimitCBI","Sub-limit for CONTINGENT BI - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolDedCBI","Sub-deductible for CONTINGENT BI- see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolLimitDIAS","Sub-limit for DIGITAL ASSETS - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolDedDIAS","Sub-deductible for DIGITAL ASSETS - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolLimitEXT","Sub-limit for EXTORTION - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolDedEXT","Sub-deductible for EXTORTION - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolLimitFIN","Sub-limit for FINANCIAL FRAUD - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolDedFIN","Sub-deductible for FINANCIAL FRAUD - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolLimitINRE","Sub-limit for INCIDENT RESPONSE - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolDedINRE","Sub-deductible for INCIDENT RESPONSE - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolLimitLIA","Sub-limit for LIABILITY - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolDedLIA","Sub-deductible for LIABILITY - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolLimitREG","Sub-limit for REGULATORY - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolDedREG","Sub-deductible for REGULATORY - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolLimitENO","Sub-limit for ERRORS & OMISSIONS - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","PolDedENO","Sub-deductible for ERRORS & OMISSIONS - see 'CoverageValues' ","n/a","float","0","[0,)","O","n/a" +"Acc","LimitCurrency","Limit Currency for all Coverages - see 'CurrencyValues'","n/a","char(3)","n/a","","O","n/a" +"Acc","DedCurrency","Deductible Currency for all currencies - see 'CurrencyValues'","n/a","char(3)","n/a","","O","n/a" +"Acc","PolSIR","Self Insured Retention","n/a","float","0","[0,)","O","n/a" +"Acc","PolCoverage","List of coverages in policy - see 'CoverageValues'","n/a","varchar(250)","CYB'","","O","n/a" +"Acc","OSVendor","Operating System, Code - see 'OtherValues'","n/a","Integer","0","[0,10]","O","n/a" +"Acc","CloudVendor","Cloud vendor Code - see 'OtherValues'","n/a","Integer","0","[0,6]","O","n/a" +"Acc","EmailVendor","Email vendor Code - see 'OtherValues'","n/a","Integer","0","[0,13]","O","n/a" +"Acc","CRMVendor","Customer Relationship Management vendor code - see 'OtherValues'","n/a","Integer","0","[0,8]","O","n/a" +"Acc","PatchPolicy","Cadence of patches to the 'main system' - 0-Unknown/1-Never/2-Daily/3-Weekly/4-Monthly/5-Annually/6-Ad-hoc","n/a","tinyint","0","[0,6]","O","n/a" +"Acc","BackUpFreq","Cadence of back-up of the 'main servers' - 0-Unknown/1-Never/2-Daily/3-Weekly/4-Monthly/5-Annually/6-Ad-hoc","n/a","tinyint","0","[0,6]","O","n/a" +"Acc","AreaName","AreaName of main address for insured entity - see 'AreaCodeValues'","O","nvarchar(50)","n/a","","O","O" +"Acc","CoverageClassDescription","Concise class of business description for the policy coverage (free form)","n/a","nvarchar(100)","n/a","","n/a","R" +"Acc","CoverageTerritory","Concise territorial description for the policy coverage (free form)","n/a","nvarchar(100)","n/a","","n/a","O" +"Acc","CoverageTrigger","Options: 0-Claims Made or 1-Losses Occurring or 2-Occurrence Reported","n/a","tinyint","0","[0,2]","n/a","O" +"Acc","IsGroupCover","Is the policy coverage extended to subsidiaries of the insured party; Options: 0-No or 1-Yes","n/a","smallInt","0","[0,1]","n/a","O" +"Acc","DefenceCost","Options: 0-Outside the limit, 1-Inside the limit or 2-Not Covered","n/a","tinyint","0","[0,2]","n/a","O" +"Acc","BIWaitingPeriod","BI waiting period defined at policy level (in days)","n/a","float","0","[0,)","O","n/a" +"Acc","BIPOI","BI period of indemnity defined at policy level (in days, in increments of 0.5 days). Default value = 365 (1 year).","n/a","float","365","[0,3650]","O","n/a"