Benefit
objects.Benefit()
BaseModel describing the expected variables and data types of a Benefit analysis object.
Attributes
name :
str
-
The name of the benefit analysis.
description : str, default=""
-
The description of the benefit analysis.
strategy :
str
-
The name of the strategy. Should be a strategy saved in the database.
event_set :
str
-
The name of the event set. Should be an event set saved in the database.
projection :
str
-
The name of the projection. Should be a projection saved in the database.
future_year :
int
-
The future year for the analysis.
current_situation :
CurrentSituationModel
-
The current situation model.
baseline_strategy :
str
-
The name of the baseline strategy.
discount_rate :
float
-
The discount rate for the analysis.
implementation_cost : Optional[float], default = None
-
The implementation cost of the strategy.
annual_maint_cost : Optional[float], default = None
-
The annual maintenance cost of the strategy.