Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/ocds_valueaddedtax_extension
https://github.com/openprocurement/ocds_valueaddedtax_extension
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openprocurement/ocds_valueaddedtax_extension
- Owner: openprocurement
- License: apache-2.0
- Created: 2019-01-24T12:54:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T20:14:18.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T11:35:21.138Z (2 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tax Included
The extension indicates whether the value tax was included.## Overview
The field introduced by this extension is:
- `value/valueAddedTaxIncluded` - A Yes/No field to indicate whether the value
tax was included. It should be boolean value.## Examples
The following extract illustrates this property in use within the `tender/value`
block.
```
{
"tender": {
"id": "SPA160032275",
"value": {
"currency": "GEL",
"amount": 9800.0,
"valueAddedTaxIncluded": true
}
},
}
```