Skip to content

real_intermediate_inputs can exceed desired_intermediate_inputs #52

@tim-lennox-desnz

Description

@tim-lennox-desnz

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)?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions