This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Add support for Time Periods alongside Durations #483
Labels
Type: Feature Request 🛍️
New feature or request
Alongside the existing support for fixed durations of time, there should also be support for relative time periods such as months and quarters for DateTime manipulation in Ergo and related data types in the template models.
These would be used in cases where a time period is specified in the clause, for example where a contract is valid for X months from its inception date. To correctly calculate the end date of the contract we would require the functionality to modify the date with the number of months rather than converting this to a number of weeks or days in a Duration either programatically or forcing the clause text to be in a less natural form (i.e. valid for 109 days).
The text was updated successfully, but these errors were encountered: