Workflow Map
Use this page when you want one compact view of every major workflow, its input shape, the right first command, and the first successful output you should expect.
Workflow inventory
| Workflow | Business question | Input shape | Guided path | Direct demo | Template / validation | First win | Next doc |
|---|---|---|---|---|---|---|---|
| Vintage Curve Fitting | How are losses accumulating by cohort over time? | Vintage long format | cranalytics quickstart -> choose Vintage Curve Fitting |
cranalytics demo vintage |
Template: vintageValidation: cranalytics vintage check your_data.csv |
Fitted curve and ultimate loss estimate | Vintage Analysis Tutorial |
| Lifetime Loss Forecasting | What reserve estimate does this portfolio imply? | Portfolio snapshot plus transition matrix or loan history ledger | cranalytics quickstart -> choose Lifetime Loss Forecasting |
cranalytics demo lifetime-loss |
Template: portfolioValidation: cranalytics lifetime-loss check your_data.csv |
Reserve estimate on a mock portfolio | Lifetime Loss Forecasting Tutorial |
| FICO Segmentation | How is the book distributed by score band? | Portfolio snapshot | cranalytics quickstart -> choose FICO Segmentation |
cranalytics demo segmentation |
Template: portfolioValidation: cranalytics segmentation check your_data.csv |
FICO-band table and mix diagnostics | FICO Segmentation Tutorial |
| Feature Analytics | Which variables are worth modeling? | Loan-level modeling frame | cranalytics quickstart -> choose Feature Analytics |
cranalytics demo feature-analytics |
Template: feature-analyticsValidation: cranalytics feature-analytics check your_data.csv |
Ranked feature table | Feature Analytics Tutorial |
| ML Modeling | How does a predictive model backtest over time? | Loan-month panel or labeled modeling frame | cranalytics quickstart -> choose ML Modeling |
cranalytics demo ml-modeling |
Template: No starter template yet Validation: cranalytics ml-modeling check your_data.csv |
Fold-level backtest summary table | ML Modeling Tutorial |
| Survival Analysis | How does default or prepayment timing evolve over time? | Time-to-event dataset | cranalytics quickstart -> choose Survival Analysis |
cranalytics demo survival |
Template: No starter template yet Validation: cranalytics survival check your_data.csv |
Survival and hazard timing view | Survival Analysis Tutorial |
| Portfolio Simulation | How do balances and defaults evolve under roll-rate assumptions? | Portfolio snapshot plus transition dynamics | cranalytics quickstart -> choose Portfolio Simulation |
cranalytics demo simulation |
Template: portfolioValidation: cranalytics simulation check your_data.csv |
Projected cashflow and default trajectory | Choose Your Path |
| Rollforward Workflow | Is my aggregated rollforward data ready for production-style use? | Monthly aggregated rollforward data | cranalytics rollforward check your_rollforward_data.csv --output-dir rollforward_readiness_out |
cranalytics demo rollforward |
Template: rollforwardValidation: cranalytics rollforward check your_rollforward_data.csv --output-dir rollforward_readiness_out |
Readiness report directory and diagnostics | Rollforward Workflow API |
Start from the data you already have
| If your starting data looks like... | Start here |
|---|---|
| Loan-level portfolio snapshot | Lifetime Loss Forecasting or FICO Segmentation |
| Loan history panel by observation date | Lifetime Loss Forecasting or Advanced ML Modeling |
| Loan-level booked loan file plus early-performance flag | Feature Analytics |
| Loan-month performance panel | Advanced ML Modeling |
| Monthly aggregated flows by segment and MOB | Rollforward Workflow |
| Cohort/vintage loss observations | Vintage Curve Fitting |
| Time-to-event dates and outcomes | Survival Analysis |
Documentation freshness checklist
Review these together whenever a new onboarding-facing workflow or command ships:
README.mddocs/index.mddocs/getting_started.mddocs/choose_your_path.mddocs/reference/workflow_map.mddocs/reference/cli_reference.md- the relevant tutorial page
- the relevant packaged example under
src/cranalytics/examples/
Treat this checklist as part of the definition of done for onboarding-facing changes. If one of these surfaces changes, the rest should be reviewed in the same pass.