ProViso
Read like legal documents. Run like programs.
ProViso is a domain-specific language that turns credit agreements into executable logic. Compliance checking, basket tracking, and pro forma simulation — powered by your actual credit agreement, in milliseconds.
See How It WorksThe Problem
Credit agreement compliance today is manual, slow, and error-prone
The Language
Syntax that lawyers can read and machines can execute
// Consolidated EBITDA - Section 1.01 DEFINE EBITDA AS net_income + interest_expense + tax_expense + depreciation + amortization EXCLUDING extraordinary_items // Leverage Ratio - Section 1.01 DEFINE Leverage AS TotalDebt / EBITDA // Maximum Leverage Ratio - Section 7.11(a) COVENANT MaxLeverage REQUIRES Leverage <= 4.50 TESTED QUARTERLY CURE EquityCure MAX_USES 3 OVER life_of_facility BREACH -> UnmaturedDefault // General Investment Basket - Section 7.02(g) BASKET GeneralInvestments CAPACITY $25_000_000 // Restricted Payments - Section 7.06 PROHIBIT Dividends EXCEPT WHEN amount <= AVAILABLE(RestrictedPayments) AND COMPLIANT(MaxLeverage)
Real syntax from a sample corporate credit agreement. Section references map directly to the loan document.
What It Does
Everything you need to make credit agreements executable
Check covenant compliance in milliseconds. Get definitive answers with citations to specific provisions.
Automatic utilization tracking with full audit trail. Know exactly how much capacity remains for investments, dividends, and debt.
Source files read like the credit agreement itself. Lawyers can review and understand the logic without learning to code.
"What if" analysis for proposed transactions. See instantly whether an acquisition or dividend would trip a covenant.
Built-in mechanics for covenant breaches. Track cure availability, equity contributions, and grace periods automatically.
Phases, milestones, waterfalls, and reserves. Full support for construction loans with draw conditions and CP checklists.
Demo Scenarios
Interactive demos available once the app loads
$150M leveraged buyout facility
200MW utility-scale solar with ITC tax equity
150MW wind farm with PTC credits
$150M revolving credit facility
Interactive demos load automatically — see the language in action above.