Metadata-Version: 2.1
Name: osc-physrisk-financial
Version: 0.1.0
Summary: Physical climate risk financial valuation
Keywords: Financial risk,climate,Physical risk
Author-Email: Arfima Dev <dev@arfima.com>
License: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Project-URL: Homepage, https://github.com/os-climate/osc-physrisk-financial
Project-URL: Documentation, https://github.com/os-climate/osc-physrisk-financial
Project-URL: Bug tracker, https://github.com/os-climate/osc-physrisk-financial/issues
Requires-Python: >=3.10
Requires-Dist: scipy>=1.10.1
Requires-Dist: pandas>=2.0.3
Requires-Dist: plotly>=5.15
Requires-Dist: numpy>=1.24
Requires-Dist: myst_parser>=3.0.1; extra == "docs"
Requires-Dist: pydata_sphinx_theme>=0.15.4; extra == "docs"
Requires-Dist: sphinx>=7.3.7; extra == "docs"
Requires-Dist: sphinx_design>=0.6.0; extra == "docs"
Requires-Dist: pre-commit; extra == "lint"
Requires-Dist: pdm[pytest]; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: tox; extra == "tox"
Requires-Dist: tox-pdm; extra == "tox"
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: test
Provides-Extra: tox
Description-Content-Type: text/markdown

<!-- markdownlint-disable -->
<!-- prettier-ignore-start -->
> [!IMPORTANT]
> On June 26 2024, Linux Foundation announced the merger of its financial services umbrella, the Fintech Open Source Foundation ([FINOS](https://finos.org)), with OS-Climate, an open source community dedicated to building data technologies, modeling, and analytic tools that will drive global capital flows into climate change mitigation and resilience; OS-Climate projects are in the process of transitioning to the [FINOS governance framework](https://community.finos.org/docs/governance); read more on [finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg](https://finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg)
<!-- prettier-ignore-end -->
<!-- markdownlint-enable -->

# osc-physrisk-financial

Physical climate risk financial valuation

<img src="docs/images/OS-Climate-Logo.png" alt="drawing" width="150"/>

## About osc-physrisk-financial

An [OS-Climate](https://os-climate.org) project, osc-physrisk-financial
is a library for valuating assets under different climate risk scenarios.

## Using the library

The library can be run locally and is installed via:

```shell
pip install osc-physrisk-financial
```

The library uses the output generated by the
[physrisk](https://github.com/os-climate/physrisk) library

### Note

This is the first stage of development, where the models are intentionally
simple, focusing on setting up the proper structure of the library.
