Skip to content

Instantly share code, notes, and snippets.

@kerin
Created July 3, 2014 16:23
Show Gist options
  • Save kerin/5a31ac57bc6d72279e20 to your computer and use it in GitHub Desktop.
Save kerin/5a31ac57bc6d72279e20 to your computer and use it in GitHub Desktop.
{
'dependants_old': 0,
'dependants_young': 0,
'partner': {
'deductions': {
'income_tax': {
'interval_period': u'per_month',
'per_interval_value': 5000,
'per_month': 5000,
},
'national_insurance': {
'interval_period': u'per_month',
'per_interval_value': 2000,
'per_month': 2000,
},
},
'income': {
'earnings': {
'interval_period': u'per_month',
'per_interval_value': 50000,
'per_month': 50000,
},
'other_income': {
'interval_period': u'per_month',
'per_interval_value': 0,
'per_month': 0,
},
'self_employed': 0,
},
},
'you': {
'deductions': {
'income_tax': {
'interval_period': u'per_month',
'per_interval_value': 10000,
'per_month': 10000,
},
'national_insurance': {
'interval_period': u'per_month',
'per_interval_value': 5000,
'per_month': 5000,
},
},
'income': {
'earnings': {
'interval_period': u'per_month',
'per_interval_value': 100000,
'per_month': 100000,
},
'other_income': {
'interval_period': u'per_month',
'per_interval_value': 0,
'per_month': 0,
},
'self_employed': 0,
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment