Workspace/Assessment CMS

Assessment Formula CMS

Admin

Author and version assessment logic without code changes. Publish formulas to any module instantly.

What is this?

Formulas decide how the system scores risk, compliance, and anomalies. Each has versions — publish a new one without losing history.

How to use
  1. 1Pick a formula on the left to see its expression on the right.
  2. 2Edit and save — it stays a Draft until you publish.
  3. 3Test on sample data before publishing the next version.
4 formulas · 3 published
Formulas
  • Concession risk scorev3.2
    Skor risiko konsesi gabungan dari umur izin, deviasi volume, dan tumpang tindih lahan.
    Published284 uses
  • Mill compliance indexv1.8
    Indeks kepatuhan pabrik berdasarkan audit, kecocokan intake, dan validitas izin.
    Published142 uses
  • Permit verification weightv2.1
    Bobot verifikasi izin yang menyesuaikan dengan keterlambatan audit.
    Draft0 uses
  • Shipment anomaly thresholdv4.0
    Ambang batas anomali pengiriman berbasis statistik.
    Published8,421 uses
Concession risk score · v3.2
Expression · applies to Early Warning
risk =
  0.4 * permit_age_factor(rku.expiry_days)
+ 0.3 * volume_deviation(puhh.reported, sipuhh.dispatched)
+ 0.2 * verification_lag(silk.last_audit_days)
+ 0.1 * geo_overlap(rku.boundary, neighbours)

if risk > 0.75 -> SEVERITY = "high"
if risk > 0.5  -> SEVERITY = "medium"
else           -> SEVERITY = "low"