Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ContractAnalysis

    interface ContractAnalysis {
        clauses: ClauseExtraction[];
        missingClauses: ClauseType[];
        overallRiskScore: number;
        recommendations: string[];
        riskLevel: "low" | "high" | "critical" | "medium";
        totalClauses: number;
    }
    Index
    clauses: ClauseExtraction[]
    missingClauses: ClauseType[]
    overallRiskScore: number
    recommendations: string[]
    riskLevel: "low" | "high" | "critical" | "medium"
    totalClauses: number