Basel III, IFRS 9 workflows
response = requests.post( "https://finceptbackend.share.zrok.io/quantlib/regulatory/basel-capital-ratio", headers={"X-API-Key": API_KEY}, json={ "tier1_capital": 100000000, "tier2_capital": 50000000, "risk_weighted_assets": 500000000 } )
response = requests.post( "https://finceptbackend.share.zrok.io/quantlib/regulatory/sa-ccr", headers={"X-API-Key": API_KEY}, json={ "trades": [...], "netting_set": "set1", "collateral": 1000000 } )