Bude rate history — Annual maximum ($). Query any past effective date directly via the API.
Trend chart not available yet
A rate-history chart needs at least two data points to plot. Only one published rate exists for Bude so far, so there is nothing to trend yet. The current rate is shown in the table below, and the chart will appear here once the rate changes.
| Effective date | Kindergarten | Grade 1 | Grade 12 |
|---|---|---|---|
| Dec 19, 2010 | $150 | $150 | $150 |
WF = with family, NF = without family; G2–G4 = quarters groups (set by grade). Values are annual maximums in USD.
The same location's rates under other U.S. travel-rate systems:
The DSSR education allowance reimburses U.S. government civilian employees for the cost of educating dependent children in kindergarten through grade 12 while stationed at Bude. The State Department publishes an annual per-child maximum for each grade — the rates shown here are the at post maximums, which cover tuition and required fees at an adequate school serving the post. Away-from-post (boarding) and home-study rates apply where an adequate school is not available locally. Mobility, HR and payroll teams use these ceilings to budget dependent-education costs and set education grants.
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/GB?type=education"
{
"effective_date": "2010-12-19",
"results": [
{
"education": {
"grade_1": 150,
"grade_10": 150,
"grade_11": 150,
"grade_12": 150,
"grade_2": 150,
"grade_3": 150,
"grade_4": 150,
"grade_5": 150,
"grade_6": 150,
"grade_7": 150,
"grade_8": 150,
"grade_9": 150,
"k": 150,
"type": "Both"
},
"iso_code": "GB",
"location": "Bude",
"postcode": "dssr-bude"
}
],
"verification_url": "https://allowances.state.gov/Education.asp"
}
The current DSSR education allowance annual per-child maximum (at post) for Bude, United Kingdom ranges by grade — kindergarten is $150, grade 1 is $150 and grade 12 is $150. Maximums for all grades (K–12) are queryable via the API.
The State Department sets an annual per-child maximum for each grade (K–12) based on the cost of an adequate school at or near Bude. The at-post rate applies when an adequate school is available locally; an away-from-post (boarding) rate applies when it is not. The allowance reimburses actual tuition and required fees up to the applicable ceiling.
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.