render_PFM_report: Render PFM Report

View source: R/render_pfm_report.R

render_PFM_reportR Documentation

Render PFM Report

Description

This functions prepares and loads the required datasets and renders the monthly Portfolio Manager reports that are sent to Trading Parties.

Usage

render_PFM_report(
  my.dir = getwd(),
  conf.loc = NULL,
  tp.list = NULL,
  prep.data = TRUE,
  load.data = TRUE,
  excluded.list = NULL,
  rmd.file = "pfm_report_main.Rmd",
  output.dir = paste0(my.dir, "/PfmReports/", format(Sys.Date(), "%Y-%m")),
  data.period = Sys.Date() %m-% months(1),
  include.aggregate = FALSE,
  include.consistency = FALSE,
  include.full.ranking = FALSE,
  DataBase = TRUE
)

Arguments

my.dir

character

tp.list

character

prep.data

character

load.data

character

excluded.list

character

rmd.file

character

output.dir

character

data.period

date


austl001/MOSLR documentation built on Aug. 17, 2022, 12:07 a.m.