HARK icon indicating copy to clipboard operation
HARK copied to clipboard

Add ind-agg PermGroFac constructor function

Open mnwhite opened this issue 6 months ago • 0 comments

Per meeting on 8/14, CDC wants users to be able to specify idiosyncratic permanent income growth rather than overall permanent income growth. This commit adds a constructor method that combines PermGroFacAgg and PermGroFacInd to make PermGroFac. Someone using it would simply put their idiosyncratic growth information in PermGroFacInd instead of PermGroFac; when they change PermGroFacAgg, just run ThisType.construct('PermGroFac') and it will adjust.

  • [ ] Tests for new functionality/models or Tests to reproduce the bug-fix in code.
  • [x] Updated documentation of features that add new functionality.
  • [x] Update CHANGELOG.md with major/minor changes.

mnwhite avatar Aug 17 '24 15:08 mnwhite