Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felipenoris/InterestRates.jl

Interest Rates calculation, indexing and Term Structures.
https://github.com/felipenoris/InterestRates.jl

rate-calculator yield-curve

Last synced: about 1 month ago
JSON representation

Interest Rates calculation, indexing and Term Structures.

Awesome Lists containing this project

README

        

# InterestRates.jl

[![License][license-img]](LICENSE)
[![CI][ci-img]][ci-url]
[![codecov][codecov-img]][codecov-url]
[![dev][docs-dev-img]][docs-dev-url]
[![stable][docs-stable-img]][docs-stable-url]

[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ci-img]: https://github.com/felipenoris/InterestRates.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/felipenoris/InterestRates.jl/actions?query=workflow%3ACI
[codecov-img]: https://img.shields.io/codecov/c/github/felipenoris/InterestRates.jl/master.svg?label=codecov&style=flat-square
[codecov-url]: http://codecov.io/github/felipenoris/InterestRates.jl?branch=master
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg?style=flat-square
[docs-dev-url]: https://felipenoris.github.io/InterestRates.jl/dev
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square
[docs-stable-url]: https://felipenoris.github.io/InterestRates.jl/stable

Tools for **Term Structure of Interest Rates** calculation, aimed at the valuation of financial contracts,
specially *Fixed Income* instruments.

## Installation

```julia
julia> Pkg.add("InterestRates")
```

## Requirements

* Julia v1.0 or newer.

## Documentation

Package documentation is hosted at https://felipenoris.github.io/InterestRates.jl/stable.