validate_performance_inputs: Validate Performance Analysis Inputs

View source: R/performance_analytics.R

validate_performance_inputsR Documentation

Validate Performance Analysis Inputs

Description

data("sample_prices_weekly") Checks that backtest result and daily prices are properly formatted with matching symbols and appropriate date coverage.

Usage

validate_performance_inputs(backtest_result, daily_prices, benchmark_symbol)

Arguments

backtest_result

Backtest result object data("sample_prices_weekly")

daily_prices

Daily price data

benchmark_symbol

Benchmark symbol

Value

TRUE if valid, stops with error if not


PortfolioTesteR documentation built on Nov. 5, 2025, 5:23 p.m.