https://github.com/devgateway/ocds_currentvalue_extension
Local extension for Direccion Nacional de Vialidad Argentina (DNV) to adjust values to current date due to inflation
https://github.com/devgateway/ocds_currentvalue_extension
Last synced: 1 day ago
JSON representation
Local extension for Direccion Nacional de Vialidad Argentina (DNV) to adjust values to current date due to inflation
- Host: GitHub
- URL: https://github.com/devgateway/ocds_currentvalue_extension
- Owner: devgateway
- License: apache-2.0
- Created: 2019-07-08T13:42:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T15:15:37.000Z (over 6 years ago)
- Last Synced: 2025-08-25T13:33:06.103Z (6 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
# Current Value
We need a local extension for Direccion Nacional de Vialidad Argentina (DNV) to adjust values to current date due to inflation:
* Current Value
This extension will allow DNV to show more precise information about the different values of the contracting implementation.
## Worked example
The "currentValue" extension will be a field that could be added in several places to show the updated value, the coefficient used to calculate it and the currency.
```json
{
"currentValue" : {
"amount" : 434418021.61,
"coefficient" : 2.20,
"currency" : "ARS"
}
}
```