Package: bizdays 1.0.16

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 <[email protected]>

bizdays_1.0.16.tar.gz
bizdays_1.0.16.zip(r-4.5)bizdays_1.0.16.zip(r-4.4)bizdays_1.0.16.zip(r-4.3)
bizdays_1.0.16.tgz(r-4.4-any)bizdays_1.0.16.tgz(r-4.3-any)
bizdays_1.0.16.tar.gz(r-4.5-noble)bizdays_1.0.16.tar.gz(r-4.4-noble)
bizdays_1.0.16.tgz(r-4.4-emscripten)bizdays_1.0.16.tgz(r-4.3-emscripten)
bizdays.pdf |bizdays.html
bizdays/json (API)
NEWS

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

Peer review:

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

On CRAN:

bizdaysbusiness-dayscalendarholidaysmarket-calendar

10.42 score 52 stars 3 packages 410 scripts 7.7k downloads 27 exports 1 dependencies

Last updated 9 months agofrom:829526218b. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 08 2024
R-4.5-winOKNov 08 2024
R-4.5-linuxOKNov 08 2024
R-4.4-winOKNov 08 2024
R-4.4-macOKNov 08 2024
R-4.3-winOKNov 08 2024
R-4.3-macOKNov 08 2024

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

Rendered fromCreating_Calendars.Rmdusingknitr::rmarkdownon Nov 08 2024.

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

Financial and non financial calendars

Rendered fromFinancial_and_non_financial.Rmdusingknitr::rmarkdownon Nov 08 2024.

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

Introduction to bizdays

Rendered frombizdays.Rmdusingknitr::rmarkdownon Nov 08 2024.

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

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