OasisLMF / ODS_OpenExposureData

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

[Property] Correct Data Type of SoilType from float to tinyint and valid values from [0,) to [0,1] #195

Closed johcarter closed 1 week ago

johcarter commented 2 weeks ago
## Description

SoilType should be a tiny int not a float with valid values [0,1]

Reasons for change

Correcting an accidental change of data type and valid values range introduced in OED v3.2 (was originally a tinyint, [0,1]) ## Scope of change - [ X] Location File - [ ] Accounts File - [ ] Reinsurance Scope - [ ] Reinsurance Info ## Impact of change Although technically a breaking change, it is unlikely that any previous version OED file had a floating point value in this field as the valid values are specified in Other Values tab as 0 or 1. ## Data type, default values, are blanks allowed, list valid values | **Field Name** | **Data type** | **Default values**| **Valid values** | |----------------|---------------|--------------------|--------------------| | SoilType | tinyint | 0 | [0,1] |
johcarter commented 1 week ago

This is a reversion of a breaking change in OED v3.2 to go into OED v.3.4