generated from os-climate/python-template-repository
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Xavier Barrachina Civera <[email protected]>
- Loading branch information
Showing
34 changed files
with
2,931 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,9 @@ | |
Contributors | ||
============ | ||
|
||
* github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | ||
* Arfima Dev <[email protected]> | ||
* Gonzalo Álvarez <[email protected]> | ||
* Jonathan Yánez <[email protected]> | ||
* Víctor de Luna <[email protected]> | ||
* Virginia Morales <[email protected]> | ||
* Xavier Barrachina <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- 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: | ||
``` | ||
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Assets | ||
====== | ||
|
||
.. automodule:: osc_physrisk_financial.assets | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.