File size: 2,223 Bytes
82f53e7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | # 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.
|