Skip to main content

Overview

run_risk_job runs one risk / analytics function and returns an HTML, PNG, or CSV artifact. Inputs:
  • portfolio_optimization_*.json (Prices + Weights) — usual path
  • data_extractor_*.json — fast path; optional portfolio_weights, otherwise equal 1/N
Ask for what you need (“QuantStats report”, “weight dynamics”, “copula density AAPL vs MSFT”) — skills pick function and params.

Function catalog

Most functions accept optional start / end (YYYY-MM-DD) to crop the window; omit for the full sample.

Parameters

string
required
Blob URL to portfolio_optimization_*.json or data_extractor_*.json.
object
required

Example — weight dynamics

Example — copula density


Returns


Resources