Package: eiopaR 0.1.1
eiopaR: Access to RFR (Risk-Free Rate) Curves Produced by the EIOPA
Provides EIOPA (European Insurance And Occupational Pensions Authority) risk-free rates. Please note that the author of this package is not affiliated with EIOPA. The data is accessed through a REST API available at <https://mehdiechchelh.com/api/>.
Authors:
eiopaR_0.1.1.tar.gz
eiopaR_0.1.1.zip(r-4.5)eiopaR_0.1.1.zip(r-4.4)eiopaR_0.1.1.zip(r-4.3)
eiopaR_0.1.1.tgz(r-4.4-any)eiopaR_0.1.1.tgz(r-4.3-any)
eiopaR_0.1.1.tar.gz(r-4.5-noble)eiopaR_0.1.1.tar.gz(r-4.4-noble)
eiopaR_0.1.1.tgz(r-4.4-emscripten)eiopaR_0.1.1.tgz(r-4.3-emscripten)
eiopaR.pdf |eiopaR.html✨
eiopaR/json (API)
NEWS
# Install 'eiopaR' in R: |
install.packages('eiopaR', repos = c('https://mehdichelh.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mehdichelh/eiopar/issues
Last updated 3 years agofrom:4758a641d7. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
R-4.4-win | OK | Nov 05 2024 |
R-4.4-mac | OK | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 2024 |
Exports:get_optionsget_rfrget_rfr_no_vaget_rfr_with_vaoptions_rfr_types
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Base URL to the API. | API_BASE_URL |
This function is a helper to make get requests to the API. | api_get |
Options available | get_options |
Query EIOPA risk-free rate (RFR). | get_rfr |
Query EIOPA RFR without volatility adjustment | get_rfr_no_va |
Query EIOPA RFR with volatility adjustment. | get_rfr_with_va |
Available curves | options_rfr_types |
Parse the risk free rates API response | parse_rfr |
Parse the risk free rates API response into a dataframe | parse_rfr_to_df |
Build path to the options endpoint. | PATH_GET_OPTIONS |
Build path to the RFR (risk-free rate) endpoint. | PATH_GET_RFR |
Print eiopa_rfr object | print.eiopa_rfr |
Wrapper for GET requests | try_GET |