-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Milestone
Description
Issue Description
There are currently no checks for date fields from the OED files.
- Correct Date Format of YYYY-MM-DD
- Expiry Dates occur after Inception Dates
This will be needed for any features which compare dates such as Support Risk Attaching 'RA' basis in reinsurance
Example data / logs
- Any functionality in OasisLMF which needs to compare dates needs to have the dates in the correct format. Currently these dates are stored as strings so any comparisons can have issues.
- "2023-07-01" < "2024-01-01" , but "01/01/2024" < "01/07/2023"
- Expiry dates occurring after Inception Dates is self explanatory
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done