| # Profile Completeness Dashboard |
|
|
| This dashboard tracks the completeness vectors for all registered contract profiles. |
|
|
| --- |
|
|
| ## 1. Completeness Status Matrix |
|
|
| All profiles are scored on six metrics: Required Clauses, Risk Rules, Recommendations, Business Impact, Legal Citations, and Benchmark Fixtures. |
|
|
| | Profile ID | Required Clauses | Risk Rules | Recommendations | Business Impact | Legal Citations | Benchmark Fixtures | Overall Completeness | |
| | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | |
| | **commercial_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **construction_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **consulting_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **employment_contract** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **general_contract** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **insurance_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **it_service_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **lease_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **loan_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **non_disclosure_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **partnership_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **purchase_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **saas_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **service_agreement** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| | **software_license** | 100% | 100% | 100% | 100% | 100% | 100% | **100%** | |
| |
| --- |
| |
| ## 2. Definitions and Criteria |
| * **Required Clauses**: Validates that all mandatory clauses for the contract type are registered. |
| * **Risk Rules**: Cross-cutting rules (abusive, dangerous, illegal, and leonine) are actively scanned. |
| * **Recommendations**: Legal guidance is dynamically attached to all findings. |
| * **Legal Citations**: Verification references are matched to findings based on document jurisdiction. |
| * **Benchmark Fixtures**: Coverage of positive and negative test cases exists. |
| |