Skip to content

feat: create Portfolio.dcf.monte_carlo_wealth_pv property for random … #201

feat: create Portfolio.dcf.monte_carlo_wealth_pv property for random …

feat: create Portfolio.dcf.monte_carlo_wealth_pv property for random … #201

Workflow file for this run

name: Black Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./okama"