Package: bizdays 1.0.17

bizdays: Business Days Calculations and Utilities

Business days calculations based on a list of holidays and nonworking weekdays. Quite useful for fixed income and derivatives pricing.

Authors:Wilson Freitas [aut, cre]

bizdays_1.0.17.tar.gz
bizdays_1.0.17.zip(r-4.7)bizdays_1.0.17.zip(r-4.6)bizdays_1.0.17.zip(r-4.5)
bizdays_1.0.17.tgz(r-4.6-any)bizdays_1.0.17.tgz(r-4.5-any)
bizdays_1.0.17.tar.gz(r-4.7-any)bizdays_1.0.17.tar.gz(r-4.6-any)
bizdays_1.0.17.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
bizdays/json (API)

# Install 'bizdays' in R:
install.packages('bizdays', repos = c('https://wilsonfreitas.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/wilsonfreitas/r-bizdays/issues

On CRAN:

Conda:

bizdaysbusiness-dayscalendarholidaysmarket-calendar

9.78 score 58 stars 3 packages 354 scripts 7.3k downloads 27 exports 1 dependencies

Last updated from:8b6448f890. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK134
source / vignettesOK238
linux-release-x86_64OK127
macos-release-arm64OK114
macos-oldrel-arm64OK79
windows-develOK141
windows-releaseOK132
windows-oldrelOK129
wasm-releaseOK113

Exports:add.bizdaysadjust.nextadjust.noneadjust.previousbizdaysbizdays.optionsbizdaysebizdiffbizseqcalendarscreate.calendarfollowinggetbizdaysgetdatehas_calendarsholidaysis.bizdayload_builtin_calendarsload_calendarload_quantlib_calendarsload_rmetrics_calendarsmodified.followingmodified.precedingoffsetprecedingremove_calendarssave_calendar

Dependencies:jsonlite

Creating Calendars
Creating a calendars | Why define weekdays? | Skiping weekends only (defining weekends as nonworking days) | Skiping mondays (defining mondays as nonworking days) | Skip nothing (formal current days calendar)

Last update: 2022-05-03
Started: 2016-09-03

Introduction to bizdays
Introduction | Load calendars from other packages | Usage | Count bizdays | Check bizdays | Fix dates | Sequence of business days | Add business days to a date | getdate

Last update: 2022-03-20
Started: 2022-03-20

Financial and non financial calendars
Introduction | How bizdays counts business days? | Creating non financial calendars | Creating financial calendars

Last update: 2018-03-24
Started: 2018-03-24

Readme and manuals

Help Manual

Help pageTopics
Business Days Calculations and Utilitiesbizdays-package
Adjusts the given dates to the next/previous business dayadjust.date adjust.next adjust.none adjust.previous following modified.following modified.preceding preceding
Computes business days between two dates.bizdays
bizdays' optionsbizdays.options
Business days and current days equivalencebizdayse
Compute the amount of business days between datesbizdiff
Create a sequence of business daysbizseq
Calendar's holidays and weekdayscalendar-holidays-weekdays holidays holidays.Calendar holidays.character holidays.default weekdays.Calendar weekdays.character weekdays.default
Import and export calendarscalendar-import-export load_calendar save_calendar
Calendars registercalendar-register calendars has_calendars remove_calendars
Creates calendarscreate.calendar
Obtaining business days using other dates (or month or year) as referencegetbizdays
Obtaining dates using other dates (or month or year) as referencegetdate
Checks if the given dates are business days.is.bizday
Load builtin calendarsload_builtin_calendars
Offsets the given 'dates' by 'n' business daysadd.bizdays offset
Calendars from other packagesload_quantlib_calendars load_rmetrics_calendars other-calendars