Elmadag rate history — Allowance rate (%). Query any past effective date directly via the API.
| Effective date | COLA (post allowance) | Hardship differential | Danger pay |
|---|---|---|---|
| Feb 17, 2019 | 5% | 0% | 25% |
| Dec 11, 2016 | 5% | 0% | 25% |
| Nov 27, 2016 | 5% | 0% | 35% |
| Apr 3, 2016 | 5% | 0% | 25% |
| Jan 12, 2014 | 5% | 10% | -- |
The same location's rates under other U.S. travel-rate systems:
These three DSSR allowances compensate U.S. government civilian employees assigned to Elmadag. The post (cost-of-living) allowance offsets higher overseas costs of goods and services; the hardship differential pays for service where conditions are notably more difficult than in the continental U.S.; and danger pay applies during periods of civil insurrection, terrorism or war. COLA is a percentage of spendable income, while hardship and danger pay are percentages of basic pay -- mobility, HR and payroll teams combine them to compute total overseas compensation.
The exact request that returns this page's data. Change the
date parameter to query any historical effective
date, or pull it straight into your ERP, payroll, or expense system.
curl -H "X-API-Key: YOUR_KEY" \
"https://api.allowancesapi.com/v1/dssr/allowances/TR"
{
"effective_date": "2019-02-17",
"results": [
{
"cola": {
"effective_date": "2019-02-17",
"rate": 5
},
"danger_pay": {
"effective_date": "2019-02-17",
"rate": 25
},
"hardship": {
"effective_date": "2019-02-17",
"rate": 0
},
"iso_code": "TR",
"location": "Elmadag",
"postcode": "10964"
}
],
"verification_url": "https://aoprals.state.gov/content.asp?content_id=184\u0026menu_id=78"
}
As of Feb 17, 2019, the DSSR allowances for Elmadag, Turkey are: COLA (post allowance) 5%, hardship differential 0%, and danger pay 25%. Each is shown with its full history in the chart and table above.
COLA (the post allowance) offsets higher local costs of goods and services and is a percentage of spendable income. The hardship differential compensates for difficult living conditions, and danger pay for civil unrest, terrorism or war conditions -- both are percentages of basic pay.
The chart and table above show every change in COLA, hardship and danger pay for Elmadag back to Jan 12, 2014, and each is queryable by effective date via the API.
Allowances API is not affiliated with, endorsed by, or sponsored by any U.S. Government agency. All rate data is sourced from official public rate tables and re-published in a normalized format.