Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: brfinance
Title: Simplified Access to Brazilian Financial and Macroeconomic Data
Version: 0.6.0.900
Version: 0.7.0.900
Authors@R:
person(given = "João Paulo", family = "dos Santos Pereira Barbosa", email = "[email protected]",role = c("aut", "cre"))
Description: It offers simplified access to Brazilian macroeconomic and financial indicators selected from official sources, such as the 'IBGE' (Brazilian Institute of Geography and Statistics) via the 'SIDRA' API and the 'Central Bank of Brazil' via the 'SGS' API. It allows users to quickly retrieve and visualize data series such as the unemployment rate and the Selic interest rate. This package was developed for data access and visualization purposes, without generating forecasts or statistical results. For more information, see the official APIs: <https://sidra.ibge.gov.br/> and <https://dadosabertos.bcb.gov.br/dataset/>.
Expand Down
19 changes: 19 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Generated by roxygen2: do not edit by hand

export(calc_amortization_schedule)
export(calc_compound_interest)
export(calc_continuous_compounding)
export(calc_effective_rate)
export(calc_future_value)
export(calc_future_value_ext)
export(calc_fv_annuity)
export(calc_irr)
export(calc_nominal_rate)
export(calc_nper)
export(calc_npv)
export(calc_pmt)
export(calc_present_value)
export(calc_pv_annuity)
export(calc_pv_continuous)
export(calc_rate)
export(calc_simple_interest)
export(get_cdi_rate)
export(get_exchange_rate)
export(get_gdp_growth)
Expand All @@ -12,3 +29,5 @@ export(plot_inflation_rate)
export(plot_selic_rate)
export(plot_series_comparison)
export(plot_unemployment)
export(rule_of_114)
export(rule_of_72)
Loading