scorecard_check: Check scorecard transaction file before use

Description Usage Arguments Value Note See Also

View source: R/scorecard_check.R

Description

Determines whether a scorecard transaction file contains expected structure and valid content. Content includes valid activated models, and valid tickers for those activated models, along with valid dates and date orders.

Usage

1
scorecard_check(scorecard_file = NA, transaction_file = NA)

Arguments

scorecard_file

the path to the scorecard configuration file (YAML)

transaction_file

the path to the transaction file (CSV)

Value

list containing validation checks and final determination

Note

assumes precondition scorecard_precheck performed and valid

See Also

scorecard_update, scorecard_produce, scorecard_precheck


greatgray/scorecard documentation built on May 17, 2019, 8:34 a.m.