You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have an appreciation/depreciation rate for properties. This would allow a user to do thinks like add their car and car loan to a simulation as a depreciating asset, or add an appreciation factor to a property to make it easy to see LTV over time, if an asset is going to be underwater in the future, etc. This functionality could also be used to add inflation to simulations to produce outputs in inflation adjusted dollars.
The text was updated successfully, but these errors were encountered:
hi,
yes I thought about this as well. Not entirely sure yet, how to exactly implement it, but I will definitely put it on my agenda. Won't come to coding this month though, but the work on fl will continue.
Did you have a look into the sourcecode? The critical line of code is this one
I guess, I would add a 'factor' variable which changes over time, something like
factor = 0.98**years
and this factors gets multiplied with new_caccount on a regular basis. The question here is, how often do you want to add a new entry to the report. The best way would be to do it daily. But maybe, this should be an additional option in order to make the simulation not too slow.
It would be useful to have an appreciation/depreciation rate for properties. This would allow a user to do thinks like add their car and car loan to a simulation as a depreciating asset, or add an appreciation factor to a property to make it easy to see LTV over time, if an asset is going to be underwater in the future, etc. This functionality could also be used to add inflation to simulations to produce outputs in inflation adjusted dollars.
The text was updated successfully, but these errors were encountered: