Open ld-archer opened 1 year ago
just to add to this we'll need to write some new module(s)
I think option A makes the most sense to me.
Could just be handled in replenishment when we age the rest of the population? Or simply an ageing module to keep things really simple and in their own bucket? Option B would be the ideal when we get to the stage of doing life events but that would also not really be applicable to the children as they're not in the data yet.
I like an age module. Would need to remove ageing from repl which is easy. Makes sense to group relevent variables together
think age module covers this. close?
The child uplift interventions currently don't have a mechanism for stopping the payment when the child ages out of the eligible range (currently 16 for Scotland).
To know this we need to calculate the ages of children in the household. There are a couple of variables we can use from US to either directly record this or work it out where necessary. I'm ignoring the variables for number of children in household, fertility etc. as we already use them and have a good understanding:
For storing this information in csv we have 2 options.
I'm leaning heavily towards the ugly here, as it avoids the compllication of having to add
max(nkids)
number of columns and the complications that come with that in the pipeline e.g. replenishment.