Metadata-Version: 1.1
Name: crrem
Version: 0.0.5
Summary: A climate value at risk calculator
Home-page: UNKNOWN
Author: Rupert Xu
Author-email: rupert.xu@blockchainclimate.org
License: MIT
Description: This is a climate value at risk model for real estate asset in the UK. It covers all domestic and non-domestic properties with EPC certificates.
        
        The way to use it:
        
        Install crrem package: pip install crrem
        Import VAR function: from crrem.var import VAR
        Run the function by specifying 3 arguments: BUILDING_REFERENCE_NUMBER, Warming scenario(1.5/2), RCP Scenario(4.5/8.5), discount factor and property price.
        
        Change Log
        ============
        
        0.0.1 (31/03/2021)
        ------------------
        -First Release
Keywords: climate value at risk
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
