const publicSupports = require('public-supports');
inputs: - Relevant Entities (Applicant, Child) - External variables (i.e Median Income of the local region)
output: value is a monetary value of the benefit per year (this maybe should change).
{
eligible: <Boolean>,
value: <Number>
}
Eligibility data should be stored as easy to edit JS objects at the top of the module.
MIT © Code for Boston