pystra.ddo.SWTPRecord#

class SWTPRecord(code, country, value_per_life, currency='PPPUSD', price_year=1999, source='Rackwitz, JCSS LQI philosophy background document, Table 7. Values are G_delta_lbar in 10^6 PPPUS$.', notes='Constant additive mortality-change value at all ages from predictive cohort tables.')[source]#

Bases: object

Country-level societal willingness-to-pay value.

Parameters:
  • code (str) – ISO-style country code. The United Kingdom is stored as GB; UK is accepted as an alias by get_swtp_record().

  • country (str) – Country name used in the source table.

  • value_per_life (float) – Societal willingness to pay per statistical life, expressed in currency units.

  • currency (str) – Currency basis for the value.

  • price_year (int) – Price year of the source value.

  • source (str) – Literature source for the value.

  • notes (str) – Short note describing how the source value was obtained.

Methods

property value_million: float#

Return the SWTP value in millions of currency units.