Camp Schiefflin rate history — COLA (Post Allowance) (%). Query any past effective date directly via the API.
| Effective date | COLA (Post Allowance) (%) |
|---|---|
| Apr 7, 2024 | 60% |
| Oct 9, 2022 | 60% |
| Sep 25, 2022 | 70% |
| Mar 27, 2022 | 80% |
| Feb 27, 2022 | 70% |
| Jan 16, 2022 | 80% |
| Dec 5, 2021 | 90% |
| Nov 7, 2021 | 80% |
| Oct 10, 2021 | 60% |
| Oct 11, 2020 | 35% |
| Jan 12, 2014 | 30% |
The same location's rates under other U.S. travel-rate systems:
The post (cost-of-living) allowance offsets higher overseas costs of goods and services for U.S. government civilian employees assigned to Camp Schiefflin. It is expressed as a percentage of spendable income and is used by mobility, HR and payroll teams to compute 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/LR?type=cola"
{
"effective_date": "2024-04-07",
"results": [
{
"cola": {
"effective_date": "2024-04-07",
"rate": 60
},
"iso_code": "LR",
"location": "Camp Schiefflin",
"postcode": "dssr-camp schiefflin"
}
],
"verification_url": "https://aoprals.state.gov/content.asp?content_id=184\u0026menu_id=78"
}
The current DSSR COLA (Post Allowance) rate for Camp Schiefflin, Liberia is 60%, effective Apr 7, 2024.
In Oct 9, 2022 the COLA (Post Allowance) rate was 60%. The full history is shown in the table above and 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.