Metadata-Version: 2.1
Name: lifeactuary
Version: 1.2
Summary: A set of actuarial tools for the life actuary
Project-URL: Homepage, https://github.com/parcr/lifeactuary_1.2
Project-URL: Bug Tracker, https://github.com/parcr/lifeactuary_1.2/issues
Author-email: Pedro Corte Real <parcr@fct.unl.pt>, "Gracinda R. Guerreiro" <grg@fct.unl.pt>
Maintainer-email: Pedro Corte Real <parcr@fct.unl.pt>, "Gracinda R. Guerreiro" <grg@fct.unl.pt>
License: Copyright (c) 2022 Pedro Corte Real, Gracinda R. Guerreiro
        
        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.
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# lifeactuary_1.2
Package *lifeactuary* is a Python library to perform actuarial mathematics on life contingencies and classical financial mathematics computations. Versatile, simple and easy to use. The main functions are implemented using the usual actuarial approach, making it a natural choice for the life actuary.
This document is produced as a descriptive tool on how to use the package and as a user guide for the developed actuarial functions. For each actuarial function, an illustrative example is provided. 
        
The package uses Python version >= 3.6.

This package and functions herein are provided as is, without any guarantee regarding the accuracy of calculations. It's distributed using the [MIT License](https://en.wikipedia.org/wiki/MIT_License) and the authors disclaim any liability arising by any losses due to direct or indirect use of this package.
    
This package is still under development and further useful and interesting functions will be available any time soon.

You should also visit for version 1.0, [lifeactuary at github](https://github.com/parcr/lifeactuary) to download the folder *"soa_tables"* containing a set of tables, namely the ones used in the examples in the manual.

For version 1.2, take a look for  [lifeactuary_1.2 at github](https://github.com/parcr/lifeactuary_1.2) to download the folder *"soa_tables"* containing a set of tables, namely the ones used in the examples in the manual.
