Learn R Programming

⚠️There's a newer version (1.0.17) of this package.Take me there.

bizdays (version 0.1.4)

Functions to handle business days calculations

Description

bizdays is a small set of functions to help with calculations which make use of business days. It works based on a list of holidays which is passed as an argument. Its interface is simple and flexible operating on vector of dates. bizdays can be fairly used for fixed income calculations. Many countries make intense use of business days to price financial instruments, like bonds and derivatives.

Copy Link

Version

Install

install.packages('bizdays')

Monthly Downloads

7,617

Version

0.1.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Wilson Freitas

Last Published

May 8th, 2014

Functions in bizdays (0.1.4)

bizdays.options

bizdays' options
adjust.next

Adjusts the date to the next business day
bizdays

Tools for business days calculations
Calendar

Creates the calendar based on a list of holidays.
add

Adds n business days to the given dates.
is.bizday

Checks if the given date is a business day.
holidaysANBIMA

ANBIMA's holidays list
bizseq

Create a sequence of business days.