Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Fiscal policy intervention definition data type. More...
#include <fiscal_scenario.h>
Public Member Functions | |
FiscalPolicyDefinition ()=delete | |
FiscalPolicyDefinition (const FiscalImpactType type_of_impact, const PolicyInterval &period, const std::vector< PolicyImpact > &sorted_impacts) | |
Initialise a new instance of the FiscalPolicyDefinition structure. More... | |
Public Attributes | |
FiscalImpactType | impact_type |
The fiscal impact type. More... | |
PolicyInterval | active_period |
Intervention active period. More... | |
std::vector< PolicyImpact > | impacts |
Intervention impacts on risk factors. More... | |
Fiscal policy intervention definition data type.
|
delete |
|
inline |
Initialise a new instance of the FiscalPolicyDefinition structure.
type_of_impact | The fiscal impact type |
period | The intervention implementation period |
sorted_impacts | The impacts on risk factors |
PolicyInterval hgps::FiscalPolicyDefinition::active_period |
Intervention active period.
FiscalImpactType hgps::FiscalPolicyDefinition::impact_type |
The fiscal impact type.
std::vector<PolicyImpact> hgps::FiscalPolicyDefinition::impacts |
Intervention impacts on risk factors.