Skip to content

p-will-b/creditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creditor

Utility Functions For Bond Market Practitioners

creditor is a collection of simple utility functions for bond market practitioners. The aim of (nearly all) the functions is to simplify some of the pesky calculations one encounters in the day-to-day of fixed income data processing, modeling, and computation.

Getting up and running

To install the creditor package, one should use devtools::install_github.

install.packages("devtools", dependencies = TRUE)
library(devtools)

devtools::install_github("p-will-b/creditor")
library(creditor)

Please feel free to submit ideas via pull requests for additional functionality.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages