Skip to main content

A climate value at risk calculator

Project description

This is a climate value at risk model for real estate asset and portfolio in the UK. It covers all domestic and non-domestic properties with EPC certificates.

How to use: 1. Install crrem package: pip install crrem 2. To import class: from crrem.var import Building, Portfolio

There are two classes in the UK depending on your use case. You can either:

  1. Conduct ASSET-LEVEL analysis with the Building class using methods VAR to calculate climate value at risk or have the option to see the stranding diagram. When initialising Building, you need to specify Building(building_details, building_price), where building_details is either building EPC's BUILDING_REFERENCE_NUMBER or a json object specifying users' own input, property_price is self-defined price of the property.

here is an example json object: json = { 'BUILDING_REFERENCE_NUMBER':5336094578, 'PROPERTY_GROUPING':'Domestic', 'PROPERTY_TYPE':'House', 'CO2_EMISS_CURR_PER_FLOOR_AREA': 66.0, 'MAIN_FUEL':'mains gas (not community)', 'ENERGY_CONSUMPTION_CURRENT':375, 'TOTAL_FLOOR_AREA':101.0,'NutsCode':'UKC11'}

  1. Conduct PORTFOLIO-LEVEL analysis with the Portfolio class using VAR to calculate climate value at risk and have the option to see the plot of the number of stranding assets over time. When initialising Portfolio, you need to specify Portfolio(buildings), where buildings is a list of Building instances.

VAR default arguments for both classes: (target_temp=1.5, RCP_scenario=4.5, discount_factor=0.02, end_year=2050, Diagram=True)

Change Log

0.0.1 (31/03/2021)

-First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crrem-0.2.6.tar.gz (10.1 kB view details)

Uploaded Source

File details

Details for the file crrem-0.2.6.tar.gz.

File metadata

  • Download URL: crrem-0.2.6.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for crrem-0.2.6.tar.gz
Algorithm Hash digest
SHA256 e8aae9513b28a94d292b0353b535a67a8133f586e47debc7911dd4888cc21548
MD5 aef43d286b7274a367850a4567c7ce3c
BLAKE2b-256 dd1eda32e65805bb2864031a881f862028b70ed184e5ccd7817b4077df10dd0a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page