{"name":"project-finance-score","description":"Scores the bankability of a project finance structure for infrastructure deals, returning a 0-100 score. Weighs debt service coverage, debt-to-equity leverage, offtake contract quality, construction risk, and sponsor strength; returns grade, recommendation, metrics, and drivers. Use it as a project finance score API, infrastructure finance structure quality check, or DSCR leverage offtake construction-risk calculator.","price":"$0.01","method":"POST","input_schema":{"properties":{"dscr":{"type":"number","description":"Debt service coverage ratio, e.g. 1.42."},"debt_to_equity":{"type":"number","description":"Debt/equity ratio, e.g. 2.1."},"offtake_score":{"type":"number","description":"0-100 offtake contract and counterparty quality."},"construction_risk_score":{"type":"number","description":"0-100 construction risk; higher means riskier. Default 40."},"sponsor_strength":{"type":"number","description":"0-100 sponsor execution and balance-sheet strength. Default 70."}},"required":["dscr","debt_to_equity","offtake_score"]},"input_example":{"dscr":1.42,"debt_to_equity":2.1,"offtake_score":82,"construction_risk_score":28,"sponsor_strength":76},"output_example":{"calculator":"project-finance-score","score":74.2,"grade":"strong","recommendation":"Proceed with standard diligence and covenant checks.","metrics":{"dscr":1.42,"debt_to_equity":2.1},"drivers":[{"name":"debt_service_coverage","score":83.6,"weight":0.3,"note":"1.42x DSCR"}],"warnings":[],"source":"deterministic in-process finance calculator; no upstream API"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}