-
Notifications
You must be signed in to change notification settings - Fork 10
Changing to auto loan interest imputation #255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
In this version the cps does not have a "auto_loan_balance" variable anymore as we impute "auto_loan_interest" directly. If we want to have both I can add an imputation for balance as well. |
nikhilwoodruff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge after adding back in auto loan balance to the imputation list while we're here.
nikhilwoodruff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually we don't need to hold this up for the loan balance since that (may) need microimpute changes. Good to merge.
* changing to auto loan interest imputation * move 100 * auto loan variables in scf.py * division by 100 for loan rate comments * changing test to use upper and lower bounds * around 270 * testing logging level and auto loan test * trying with 100_000 * fixed auto loan interest values
Fix #216