Function get_scarcity_adjustment

Source
fn get_scarcity_adjustment(
    flow: &ProcessFlow,
    region_id: &RegionID,
    time_slice: &TimeSliceID,
    adjusted_prices: &CommodityPrices,
    unadjusted_prices: &CommodityPrices,
) -> MoneyPerActivity
Expand description

Get the scarcity adjustment for the given flow/region/time slice combination.

The return value may be negative.