Metadata-Version: 2.4
Name: awesome_actus_lib
Version: 1.0.3
Summary: Modular Python Package for Financial Contract Modelling with the ACTUS Standard
Author-email: maierdon <whyaxis21@gmail.com>
License: MIT License
        
        Copyright (c) 2025 maierdon
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/maierdon/awesome_actus_lib
Project-URL: Documentation, https://awesomeactuslibrarydoc.vercel.app
Project-URL: Issues, https://github.com/maierdon/awesome_actus_lib/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.5.2
Requires-Dist: numpy>=1.24.2
Requires-Dist: pandas>=1.4.2
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: requests>=2.32.4
Dynamic: license-file

# Awesome ACTUS Library

A modular user-friendly Python Library for Financial Modelling with the ACTUS Standard.

## Features

- Define and simulate ACTUS contracts and portfolios
- Generate complete event streams from ACTUS contracts
- Perform **Income**, **Liquidity**, and **Value** analysis
- Visualize cash flows for single contracts or full portfolios

## Install

```bash
pip install awesome-actus-lib
```

## Documentation
Visit the [documentation site](https://awesomeactuslibrarydoc.vercel.app) for:

Architecture Overview
How-to guides and examples
Full class documentations
Complete analysis examples from contract definition to analysis results

## ACTUS Foundation

This library is based on the ACTUS Financial Contract Standard. Learn more at:

🌐 https://www.actusfrf.org

## Author & Contributions

Maintained by [@maierdon](https://github.com/maierdon).

We welcome contributions via pull request. For larger design suggestions, contact the author or open a discussion thread.
If you find errors or bugs please report them as github issues.
