OasisLMF / ODS_OpenExposureData

Open data standards curated by Oasis.
61 stars 8 forks source link

[Property, Cyber] BIWaitingPeriod change datatype from smallint to float #186

Open johcarter opened 4 months ago

johcarter commented 4 months ago
## Description

For Cyber policies, BI Waiting Period is normally expressed in hours, not days. Existing datatype is small int, meaning it only supports whole days not fractions of days (ie hours).

Reasons for change

To avoid adding a similar field BIWaitingPeriodHours for Cyber policies, change the datatype of BIWaitingPeriod from smallint to float. When waiting period is in hours it can be input into existing BIWaitingPeriod as a fraction of a day. ## Scope of change - [ X] Location File - [ ] Accounts File - [ ] Reinsurance Scope - [ ] Reinsurance Info ## Impact of change non-breaking, minor ## Data type, default values, are blanks allowed, list valid values | **Field Name** | **Data type** | **Default values** | **Blanks allowed** | **Valid values** | |----------------|---------------|--------------------|--------------------|------------------| | BIWaitingPeriod | float | 0 | Yes | [0,) |
johcarter commented 3 months ago

Valid value range change too

MattDonovan82 commented 2 months ago

no further comments. Moving to done.