Skip to main content

snas

Function snas 

Source
pub fn snas(
    capacity: Capacity,
    annual_fixed_cost: MoneyPerCapacity,
    activity: &IndexMap<TimeSliceID, Activity>,
    activity_costs: &IndexMap<TimeSliceID, MoneyPerActivity>,
) -> Option<MoneyPerActivity>
Expand description

Calculates the SNAS (Specific Net Annualised Surplus) based on capacity and activity.

It is just the negative of the LCOX, although, unlike LCOX, it should be called with activity costs that INCLUDE the commodity of interest.