https://github.com/devgateway/ocds_openingvalue_extension
Local extension for Direccion Nacional de Vialidad Argentina (DNV) to adjust values to opening date due to inflation
https://github.com/devgateway/ocds_openingvalue_extension
Last synced: 2 months ago
JSON representation
Local extension for Direccion Nacional de Vialidad Argentina (DNV) to adjust values to opening date due to inflation
- Host: GitHub
- URL: https://github.com/devgateway/ocds_openingvalue_extension
- Owner: devgateway
- License: apache-2.0
- Created: 2019-07-08T13:44:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T15:16:22.000Z (almost 7 years ago)
- Last Synced: 2025-07-23T13:00:08.488Z (9 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opening Value
We need a local extension for Direccion Nacional de Vialidad Argentina (DNV) to adjust values to opening date due to inflation:
* Opening Value
This extension will allow DNV to show more precise information about initial value of the project adjusted to the opening date of tender process.
## Worked example
The "openingValue" extension will be a field that will be added at planning.budget to show the value of the project adjusted to the opening date by a coefficient of inflation.
```json
{
"openingValue" : {
"amount" : 446578912.61,
"coefficient" : 1.21,
"currency" : "ARS"
}
}
```