Skip to content

Commit

Permalink
Update location_factor.ts (#10166)
Browse files Browse the repository at this point in the history
adding Cambridge facot
  • Loading branch information
fraserhopper authored Dec 20, 2024
1 parent 6bbc936 commit d16c0f4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1502,6 +1502,12 @@ export const locationFactor: CompensationCalculatorLocation[] = [
locationFactor: 0.6,
currency: 'GBP',
},
{
country: 'United Kingdom',
area: 'Cambridge, England',
locationFactor: 0.65,
currency: 'GBP',
},
{
country: 'United Kingdom',
area: 'Birmingham, England',
Expand Down

0 comments on commit d16c0f4

Please sign in to comment.