{"name":"purchase-order-finance-score","description":"Scores the risk of a purchase order (PO) financing deal, returning a weighted score and grade. Evaluates end-buyer credit, supplier reliability, margin cushion, and fulfillment speed, with drivers and recommendation. Use it as a purchase order finance score API or PO financing risk scorer with supplier reliability + buyer credit + margin analysis.","price":"$0.01","method":"POST","input_schema":{"properties":{"po_value":{"type":"number","description":"Purchase order value (USD)."},"supplier_reliability_score":{"type":"number","description":"Supplier delivery reliability, 0-100."},"buyer_credit_score":{"type":"number","description":"End-buyer credit quality, 0-100."},"gross_margin_pct":{"type":"number","description":"Gross margin on the order percent."},"lead_time_days":{"type":"number","description":"Fulfillment lead time in days. Optional, default 45."}},"required":["po_value","supplier_reliability_score","buyer_credit_score","gross_margin_pct"]},"input_example":{"po_value":400000,"supplier_reliability_score":85,"buyer_credit_score":80,"gross_margin_pct":22,"lead_time_days":40},"output_example":{"calculator":"purchase-order-finance-score","score":74.2,"grade":"strong","recommendation":"Proceed with standard diligence and covenant checks.","metrics":{"po_value":400000,"supplier_reliability_score":85,"buyer_credit_score":80,"gross_margin_pct":22},"drivers":[{"name":"buyer_credit","score":80,"weight":0.3,"note":"end-buyer payment strength"}],"warnings":[],"source":"deterministic in-process finance calculator; no upstream API"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}