Skip to content

Commit

Permalink
Added new CR codes for cyber and liability fields
Browse files Browse the repository at this point in the history
  • Loading branch information
johcarter committed Jul 10, 2024
1 parent 82af3c7 commit c23faa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions OpenExposureData/Docs/OEDCRFieldAppendix.csv
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,9 @@
"ReinsInfo","RiskLimit","Reinsurance per-risk limit","CR7-01","float","0"
"ReinsInfo","RiskAttachment","Reinsurance per-risk attachment point","CR7-02","float","0"
"ReinsScope","CededPercent","Ceded percentage (for 12%, enter 0.12). Within the reinsurance scope file, CededPercent should only be entered for surplus share treaties.","CR7-03","float","1"
"Acc","CompanyIDSchemeXX","Company identification scheme. Eg. DUNS, LEI 'OtherValues'","CR8","varchar(5)","n/a"
"Acc","CompanyIDCodeXX","Company identifier related to the CompanyIDScheme","CR8","int","0"
"Acc","IndustrySchemeXX","Industry scheme i.e NAISC, USSIC, UKSIC. See 'OtherValues'","CR9","varchar(5)","n/a"
"Acc","IndustryCodeXX","Industry code from the IndustryScheme - see 'IndustryCodeValues'","CR9","int","0"
"Acc","AnnualRevenue","Most recent estimate for annual total gross income (not profit)","CR10","float","0"
"Acc","AnnualRevenueCurrency","Currency for AnnualRevenue in three digit format. See 'CurrencyValues'","CR10","char(3)","n/a"
2 changes: 1 addition & 1 deletion OpenExposureData/Docs/OEDInputFields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ 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 'OtherValues'","CR","varchar(5)","n/a","","CR","CR"
"Acc","CompanyIDSchemeXX","Company identification scheme. Eg. DUNS, LEI. See 'OtherValues'","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"
Expand Down

0 comments on commit c23faa9

Please sign in to comment.