-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
macro-main/macromodel/agents/firms/func/bought_goods_distributor.py
Lines 118 to 120 in 5d87fa5
| real_intermediate_inputs = ( | |
| desired_intermediate_inputs / (desired_intermediate_inputs + desired_investment) * buy_real | |
| ) |
When using BoughtGoodsDistributorEvenly, the calculation of real_intermediate_inputs means that theoretically it can be greater than desired_intermediate_inputs. This could be an issue?
If the firm buys more capital goods than it desires, the excess capital goods still are using to boost production. But if a firm buys more intermediate goods than it needs, do these get stored/used or just wasted? If wasted then I wonder if it would be worth changing the equation to min(desired_intermediate_inputs / (desired_intermediate_inputs + desired_investment) * buy_real, desired_intermediate_inputs)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels