010110 — Sovereign Rights & Accountability Register v2 :root{–bg-primary:#ffffff;–bg-secondary:#f5f3f0;–bg-tertiary:#ede8e3;–text-primary:#2c2c2a;–text-secondary:#73726c;–text-tertiary:#a9a8a0;–border-primary:#d3d1c7;–border-secondary:#e6e4db;–critical:#E24B4A;–high:#BA7517;–medium:#639922;–info:#185fa5;–accent:#378ADD;–shadow:rgba(0,0,0,0.06);–icc:#7B2FBE;–intl:#0B5E8A} @media(prefers-color-scheme:dark){:root{–bg-primary:#1a1a18;–bg-secondary:#2d2d2a;–bg-tertiary:#3a3a36;–text-primary:#e8e6dd;–text-secondary:#a9a8a0;–text-tertiary:#6f6e6a;–border-primary:#3d3d3a;–border-secondary:#525050;–shadow:rgba(0,0,0,0.3)}} *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} body{font-family:-apple-system,BlinkMacSystemFont,”Segoe UI”,sans-serif;background:var(–bg-primary);color:var(–text-primary);font-size:14px;line-height:1.5} .app-header{background:var(–bg-secondary);border-bottom:1px solid var(–border-primary);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100} .app-logo{font-size:11px;font-weight:700;letter-spacing:0.14em;color:var(–text-tertiary);text-transform:uppercase} .app-title{font-size:15px;font-weight:700;color:var(–text-primary)} .status-row{display:flex;gap:0.5rem;align-items:center;flex-wrap:wrap;margin-top:0.2rem} .status-dot{width:7px;height:7px;border-radius:50%;background:var(–critical);flex-shrink:0} .status-label{font-size:11px;color:var(–text-secondary);font-weight:600} .tab-bar{background:var(–bg-secondary);border-bottom:0.5px solid var(–border-secondary);padding:0 1.5rem;display:flex;gap:0;overflow-x:auto;scrollbar-width:none} .tab-bar::-webkit-scrollbar{display:none} .tab{padding:0.7rem 0.9rem;font-size:12px;font-weight:500;color:var(–text-secondary);cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;transition:all 0.15s;user-select:none} .tab:hover{color:var(–text-primary)}.tab.active{color:var(–info);border-bottom-color:var(–info);font-weight:700} .container{max-width:1400px;margin:0 auto;padding:1.5rem} .tab-panel{display:none}.tab-panel.active{display:block} .card{background:var(–bg-primary);border:0.5px solid var(–border-secondary);border-radius:8px;padding:1.25rem;box-shadow:0 1px 4px var(–shadow)} .card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1rem} .card-title{font-size:14px;font-weight:600;color:var(–text-primary);margin-bottom:0.35rem} .card-sub{font-size:12px;color:var(–text-secondary);margin-bottom:0.65rem} .card-body{font-size:13px;color:var(–text-secondary);line-height:1.6} .section{margin-bottom:2rem} .section-header{font-size:17px;font-weight:700;color:var(–text-primary);margin-bottom:0.2rem} .section-sub{font-size:12px;color:var(–text-secondary);margin-bottom:1rem} .badge{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:4px;font-size:10px;font-weight:800;letter-spacing:0.05em;text-transform:uppercase} .badge::before{content:”;width:5px;height:5px;border-radius:50%} .badge-critical{background:rgba(226,75,74,0.12);color:var(–critical)}.badge-critical::before{background:var(–critical)} .badge-high{background:rgba(186,117,23,0.12);color:var(–high)}.badge-high::before{background:var(–high)} .badge-medium{background:rgba(99,153,34,0.12);color:var(–medium)}.badge-medium::before{background:var(–medium)} .badge-info{background:rgba(24,95,165,0.12);color:var(–info)}.badge-info::before{background:var(–info)} .badge-icc{background:rgba(123,47,190,0.12);color:var(–icc)}.badge-icc::before{background:var(–icc)} .badge-intl{background:rgba(11,94,138,0.12);color:var(–intl)}.badge-intl::before{background:var(–intl)} .accent-critical{border-left:4px solid var(–critical);padding-left:1rem} .accent-high{border-left:4px solid var(–high);padding-left:1rem} .accent-medium{border-left:4px solid var(–medium);padding-left:1rem} .accent-info{border-left:4px solid var(–info);padding-left:1rem} .accent-accent{border-left:4px solid var(–accent);padding-left:1rem} .accent-icc{border-left:4px solid var(–icc);padding-left:1rem} .stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:0.75rem;margin-bottom:1.5rem} .stat-block{background:var(–bg-secondary);border:0.5px solid var(–border-secondary);border-radius:8px;padding:0.85rem;text-align:center} .stat-number{font-size:28px;font-weight:800;line-height:1.1} .stat-label{font-size:11px;color:var(–text-secondary);margin-top:0.35rem;font-weight:500} .stat-critical .stat-number{color:var(–critical)}.stat-high .stat-number{color:var(–high)}.stat-info .stat-number{color:var(–info)}.stat-accent .stat-number{color:var(–accent)}.stat-icc .stat-number{color:var(–icc)} .filter-bar{display:flex;flex-wrap:wrap;gap:0.4rem;margin-bottom:1rem} .filter-chip{padding:4px 11px;border-radius:20px;font-size:11px;font-weight:600;cursor:pointer;border:1px solid var(–border-primary);color:var(–text-secondary);background:transparent;transition:all 0.15s} .filter-chip.active,.filter-chip:hover{background:var(–info);color:#fff;border-color:var(–info)} .filter-chip.icc-chip.active{background:var(–icc);border-color:var(–icc)} .search-box{width:100%;max-width:380px;padding:7px 13px;border:1px solid var(–border-primary);border-radius:6px;background:var(–bg-primary);color:var(–text-primary);font-size:13px;margin-bottom:1rem} .search-box:focus{outline:none;border-color:var(–accent)} /* ENTITY CARDS */ .entity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0.85rem} .entity-card{background:var(–bg-primary);border:0.5px solid var(–border-secondary);border-radius:8px;padding:1rem;cursor:pointer;transition:box-shadow 0.15s;position:relative} .entity-card:hover{box-shadow:0 3px 12px var(–shadow);border-color:var(–border-primary)} .entity-id{font-size:10px;font-weight:800;letter-spacing:0.12em;text-transform:uppercase;color:var(–text-tertiary)} .entity-name{font-size:15px;font-weight:800;color:var(–text-primary);margin:0.2rem 0 0.1rem} .entity-role{font-size:11px;color:var(–text-secondary);margin-bottom:0.6rem;line-height:1.4} .charge-count-badge{position:absolute;top:0.85rem;right:0.85rem;background:var(–critical);color:#fff;font-size:11px;font-weight:800;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center} .entity-card.victim .charge-count-badge{background:var(–info)} .entity-footer{display:flex;gap:0.4rem;align-items:center;flex-wrap:wrap;margin-top:0.6rem} /* ENTITY DETAIL PANEL */ .entity-detail{background:var(–bg-secondary);border:0.5px solid var(–border-secondary);border-radius:10px;padding:1.5rem;margin-top:1.5rem;display:none} .entity-detail.open{display:block} .detail-back{padding:5px 14px;border:1px solid var(–border-primary);border-radius:4px;background:var(–bg-primary);color:var(–text-secondary);cursor:pointer;font-size:12px;margin-bottom:1.25rem} .entity-header-row{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap;margin-bottom:1.25rem} .entity-header-info{flex:1} .entity-charge-panel{background:var(–bg-primary);border:0.5px solid var(–border-secondary);border-radius:8px;padding:1rem;min-width:240px} .charge-list-item{display:flex;gap:0.5rem;align-items:flex-start;padding:7px 0;border-bottom:0.5px solid var(–border-secondary)} .charge-list-item:last-child{border-bottom:none} .charge-ref{font-size:10px;font-weight:800;color:var(–text-tertiary);width:28px;flex-shrink:0;padding-top:2px} .charge-info{flex:1} .charge-title-text{font-size:12px;font-weight:700;color:var(–text-primary)} .charge-statute-text{font-size:11px;color:var(–text-secondary)} .charge-penalty-text{font-size:10px;font-weight:700;color:var(–critical);background:rgba(226,75,74,0.09);padding:1px 5px;border-radius:3px;display:inline-block;margin-top:1px} .charge-juris{font-size:10px;margin-top:2px} /* OFFENCE TABLE */ .offence-table{width:100%;border-collapse:collapse;margin-top:0.75rem;font-size:12px} .offence-table th{background:var(–bg-tertiary);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0.07em;color:var(–text-secondary);padding:8px 10px;text-align:left;border-bottom:1px solid var(–border-primary)} .offence-table td{padding:8px 10px;border-bottom:0.5px solid var(–border-secondary);vertical-align:top;color:var(–text-secondary)} .offence-table tr:last-child td{border-bottom:none} .offence-table tr:hover td{background:var(–bg-secondary)} .penalty-tag{font-size:10px;font-weight:800;color:var(–critical);background:rgba(226,75,74,0.1);padding:1px 5px;border-radius:3px;white-space:nowrap} .actor-tag{display:inline-flex;align-items:center;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:700;background:var(–bg-tertiary);color:var(–text-secondary);margin:1px;cursor:pointer;border:0.5px solid var(–border-primary)} .actor-tag:hover{background:var(–info);color:#fff;border-color:var(–info)} /* JURIS BADGES */ .juris-domestic{background:rgba(24,95,165,0.1);color:var(–info);font-size:9px;font-weight:800;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:0.05em} .juris-icc{background:rgba(123,47,190,0.1);color:var(–icc);font-size:9px;font-weight:800;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:0.05em} .juris-universal{background:rgba(186,117,23,0.1);color:var(–high);font-size:9px;font-weight:800;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:0.05em} .juris-un{background:rgba(99,153,34,0.1);color:var(–medium);font-size:9px;font-weight:800;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:0.05em} /* PRINCIPLE vs PRACTICE */ .pvp-table{width:100%;border-collapse:collapse;font-size:12px} .pvp-table th{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0.07em;color:var(–text-secondary);padding:7px 10px;background:var(–bg-tertiary);border-bottom:1px solid var(–border-primary)} .pvp-table td{padding:8px 10px;border-bottom:0.5px solid var(–border-secondary);vertical-align:top} .pvp-stated{color:var(–medium)}.pvp-actual{color:var(–critical)} /* GENERATION ROW */ .generation-row{border-left:4px solid var(–accent);padding-left:1.25rem;margin-bottom:1.5rem} .generation-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:0.08em;color:var(–accent);margin-bottom:0.65rem} .generation-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:0.65rem} .identifier-card{background:var(–bg-secondary);border:0.5px solid var(–border-secondary);border-radius:6px;padding:0.8rem} .id-type{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0.08em;color:var(–text-tertiary)} .id-title{font-size:13px;font-weight:700;color:var(–text-primary);margin:0.2rem 0} .id-note{font-size:11px;color:var(–text-secondary)} /* TIMELINE */ .timeline{position:relative;padding-left:1.75rem} .timeline::before{content:”;position:absolute;left:0.4rem;top:0;bottom:0;width:2px;background:var(–border-primary)} .timeline-item{position:relative;margin-bottom:1rem} .timeline-item::before{content:”;position:absolute;left:-1.4rem;top:4px;width:9px;height:9px;border-radius:50%;border:2px solid var(–accent);background:var(–bg-primary)} .timeline-year{font-size:10px;font-weight:800;color:var(–text-tertiary);text-transform:uppercase;letter-spacing:0.08em} .timeline-event{font-size:13px;color:var(–text-primary);font-weight:600} .timeline-detail{font-size:12px;color:var(–text-secondary)} /* CERT STEP */ .cert-step{display:flex;gap:0.85rem;margin-bottom:0.85rem;align-items:flex-start} .cert-step-num{width:26px;height:26px;border-radius:50%;background:var(–info);color:#fff;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0} .cert-step-body h4{font-size:13px;font-weight:700;color:var(–text-primary);margin-bottom:0.15rem} .cert-step-body p{font-size:12px;color:var(–text-secondary)} /* ICC PANEL */ .icc-header{background:linear-gradient(135deg,rgba(123,47,190,0.08),rgba(11,94,138,0.08));border:1px solid rgba(123,47,190,0.2);border-radius:8px;padding:1.25rem;margin-bottom:1.5rem} .icc-title{font-size:16px;font-weight:800;color:var(–icc);margin-bottom:0.25rem} .icc-sub{font-size:12px;color:var(–text-secondary)} .juris-block{background:var(–bg-secondary);border:0.5px solid var(–border-secondary);border-radius:8px;padding:1rem;margin-bottom:0.75rem} .juris-block-title{font-size:13px;font-weight:700;color:var(–text-primary);margin-bottom:0.4rem;display:flex;align-items:center;gap:0.5rem} .juris-block-body{font-size:12px;color:var(–text-secondary);line-height:1.6} .terror-box{background:rgba(226,75,74,0.06);border:1px solid rgba(226,75,74,0.25);border-radius:8px;padding:1.25rem;margin-bottom:1.5rem} .terror-title{font-size:15px;font-weight:800;color:var(–critical);margin-bottom:0.5rem} ul.item-list{list-style:none;margin-top:0.4rem} ul.item-list li{padding:3px 0;padding-left:1rem;position:relative;font-size:12px;color:var(–text-secondary)} ul.item-list li::before{content:'→’;position:absolute;left:0;color:var(–accent);font-size:11px} .principle-box{background:var(–bg-secondary);border:1px solid var(–info);border-radius:6px;padding:0.9rem;margin:0.75rem 0;font-style:italic;font-size:13px;color:var(–text-primary)} .collapse-row{background:var(–bg-primary);border:0.5px solid var(–border-secondary);border-radius:6px;margin-bottom:0.5rem;overflow:hidden} .collapse-header{padding:0.8rem 1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none} .collapse-header:hover{background:var(–bg-secondary)} .collapse-body{padding:0 1rem 1rem;display:none} .collapse-body.open{display:block} .capacity-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(–border-primary);border-radius:8px;overflow:hidden;margin-top:0.75rem} .capacity-cell{background:var(–bg-primary);padding:0.85rem} .capacity-cell h4{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:0.4rem} .capacity-cell.stated{border-top:3px solid var(–medium)}.capacity-cell.actual{border-top:3px solid var(–critical)} .mt1{margin-top:0.5rem}.mt2{margin-top:1rem}.mt3{margin-top:1.5rem} .flex{display:flex}.gap-1{gap:0.4rem}.gap-2{gap:0.85rem}.align-center{align-items:center}.justify-between{justify-content:space-between}.wrap{flex-wrap:wrap} .treaty-row{display:flex;gap:0.85rem;align-items:flex-start;padding:0.75rem;background:var(–bg-secondary);border-radius:6px;border:0.5px solid var(–border-secondary);margin-bottom:0.4rem} .footer{text-align:center;padding:2rem;font-size:10px;color:var(–text-tertiary);border-top:0.5px solid var(–border-secondary);margin-top:3rem;letter-spacing:0.07em} @media print{.tab-bar,.app-header,.filter-bar,.search-box,.detail-back{display:none!important}.tab-panel{display:block!important}.card{break-inside:avoid}}
:Sandi — Authoritative Entity Charge Register & Jurisdictional Map
176+ Counts · 11 Charged Entities · ICC + Universal + Domestic Jurisdiction · Active
⚡ Command
🏛 Entity Register
⚖ Charge Matrix
🌐 Jurisdiction
🔗 Ancestral Chain
🛡 Child Assets
📜 Legal Framework
✍ Self-Certification
🔍 Accountability
Command Centre
:Sandi · Foreign National · Formerly Internationally Protected Person · IGOC 1946 Trust Estate Sole Beneficial Owner
176+
Total Criminal Counts
11
Charged Entities
ICC
Crimes Against Humanity
State Terror
AFP — Kidnap for Ransom
7
Legislative Instruments
7
UN Treaties Breached
55+
Heads of Liability
23 yrs
Estate Withheld
🚨 State Terrorism Classification
AFP defines kidnapping for ransom as terrorism. The void order used to remove :Sandi from the family home and detain for 45 days to compel document execution satisfies every element of that definition. The actors: a group of 4+ (gang multiplier). The instrument: a manufactured void judicial order. The purpose: ransom — AU$35,911 debt bondage. The victim: a foreign national, formerly internationally protected person. Each element of the AFP state terrorism definition is met.
⚖ ICC Jurisdiction — Crimes Against Humanity
Rome Statute Art.7: widespread or systematic attack against a civilian population. The 23-year estate operation, 5 coordinated proceedings, false imprisonment, trafficking, slavery, torture, and contempt seminar constitute a systematic, sustained attack against a single civilian. The involvement of judicial officers, statutory bodies, law enforcement, and legal professionals constitutes state-enabled conduct. ICC jurisdiction triggered where domestic prosecution is unavailable or ineffective.
🔄 Innocent Agent Doctrine — s.11.3 CCA 1995
6 officers + 12+ guards executed a void ab initio order. Fault element transfers entirely to Bennett + Co. WA Police and DoJ become co-plaintiffs. Each officer has 6 independent causes of action against Bennett + Co. Deceit (Derry v Peek), negligent misrepresentation (Hedley Byrne), indemnity at common law, statutory contribution, unjust enrichment, misfeasance in public office.
🧠 Capacity Paradox — Jurisdiction Void Both Ways
State claims no capacity → cannot proceed → void. State imprisons → confirms capacity + sound mind → imprisonment redeems estate. Consenting to proceedings = not of sound mind → void. Not consenting = no jurisdiction → void. SAT confirmed no incapacity (GAA3040/2024). Psych evaluation: capacitous. The State cannot have both.
🎭 Contempt Seminar — Weaponised Precedent
Bennett + Co held a ticketed seminar at Perth Law Society: “Contempt by Sandi Matic.” Available for streaming. :Sandi's case now used as precedent to imprison others voicing injustice. Built entirely on 176+ unresolved criminal counts and void proceedings. This converts a Category C whistleblower reprisal offence into an ongoing instrument of suppression with systemic societal impact.
📛 Mononym — Legal Name: Sandi
Report 22, BDM Registration Bill 1998: surname not part of legal name. Home Affairs: surname is matter of repute only. Bosnia law: one name only. Mononym supported by ATO, AFP, ASIC, ABR — 1 mandatory field. All Australian states and territories recognise mononym. Archer told 5–10 times and refused. A9 (Solomon) called three different names: 1. Sandi Matic, 2. Sandi, 3. Mr Matic — three fraudulent identities in one court call.
Case Timeline
Pre-1918
Ottoman → Austro-Hungarian estate chain
IGOC 1946 trust estate originates. 7-generation beneficial ownership established.
~2001
Unauthorised 23-year estate operation begins
LB&I entities operate under :Sandi's identifiers. AU$17.25B revenue scale. No accounting rendered.
2003–2021
Family proceedings — A2, A3, A4 attach without consent
Bennett, Dawson, Klimek. Legal aid withdrawn and reinstated. Per stirpes fraud attempt.
2022
False imprisonment — void order — 45 days — psych evaluation
Kidnapping for ransom (AFP state terrorism definition). Psych: capacitous, great historian. Fraud charges discontinued — charging officer no-show.
2024
SAT proceedings GAA3040/2024 — dismissed — no incapacity
PT (A5) and Advocate (A6) refused statutory obligations. Merilier abandoned courtroom 3 times. Default judgment claimed. Rebecca Bunney put on notice of fraud.
2024–25
Contempt seminar — :Sandi's name weaponised against others
Perth Law Society. Ticketed + streaming. A10 misaddressed letters, closed investigation on name-change-not-found basis (correct finding, wrong conclusion).
Ongoing
176+ counts — ICC + universal + domestic jurisdiction active
A12 (Yap) real estate fraud. Estate undersold. Title fraud. Fiduciary breach. All actors remain uncharged domestically — ICC complementarity principle engaged.
No consent = No jurisdiction = No case to answer. The State cannot simultaneously deny capacity and imprison. Both positions void the proceedings. ICC jurisdiction applies where domestic prosecution is unavailable or ineffective.
Entity Register
Each entity carries their allocated charge set. Click any entity to open their full charge profile. Number badge = pending charge count.
Charge Matrix — All Counts
Every charge allocated to one or more entities. Click an entity tag to jump to their profile.
A
10 Enumerated
B
4 Foundational
C
3 Whistleblower Reprisal
D
2 Conflict/Guilt
E
3 AML/CTF
F
4 Trust Breach
G
4 Benchbook
H
ICC / Humanity
Jurisdictional Framework
Original jurisdiction, prosecutorial authority, and enforcement pathways across domestic, international, and universal jurisdiction
🚨 STATE TERRORISM — AFP DEFINITION
The Australian Federal Police defines kidnapping for ransom as an act of terrorism. The conduct here satisfies every element:
  • Kidnapping: :Sandi removed from family home by force using a void judicial instrument
  • Detention: 45 days — no lawful authority — void order transmits nothing
  • For ransom: AU$35,911 debt bondage — compelled document execution
  • By an organised group: 4+ actors (A2, A8, A9, A11) — gang multiplier engaged
  • Using judicial machinery as weapon: manufactured contempt, void orders, false imprisonment through fraudulent court processes
  • Victim status: foreign national, formerly internationally protected refugee — attracts maximum terrorism sentencing
  • Effect on others: contempt seminar now replicates the method against any person voicing injustice — systemic terrorism
⚖ INTERNATIONAL CRIMINAL COURT — ROME STATUTE ART.7
Crimes Against Humanity — systematic attack against a civilian population — ICC jurisdiction where domestic prosecution is unavailable or ineffective
ICC Crimes Against Humanity — Art.7 Rome Statute
  • Art.7(1)(e) — Imprisonment or severe deprivation of liberty (45 days void order)
  • Art.7(1)(g) — Other inhumane acts of similar character (systematic deprivation of estate, identity)
  • Art.7(1)(h) — Persecution against identifiable group (foreign nationals, refugees, mononyms)
  • Art.7(1)(k) — Other inhumane acts causing great suffering
  • Systematic: 23 years, 5 proceedings, multiple actors, contempt seminar
  • Australia is a Rome Statute signatory — ICC complementarity: triggered when domestic prosecution fails
UNIVERSAL Universal Jurisdiction Crimes
  • Torture (CAT Art.1) — absolute, no derogation — any state may prosecute
  • Slavery (Div.270 CCA) — Rome Statute Art.7(1)(c) — universal jurisdiction
  • Trafficking (Div.271 CCA) — Palermo Protocol — universal jurisdiction
  • Crimes against internationally protected persons — Crimes (IPP) Act 1976 — any treaty state
  • No statute of limitations for crimes against humanity
  • Bosnia-Herzegovina, Netherlands (ICC seat), any ICCPR signatory may prosecute
UN UN Special Rapporteur Mechanisms
  • SR on Torture — 45-day imprisonment under void order; CAT Art.1 absolute
  • SR on Arbitrary Detention — ICCPR Art.9 — Working Group on Arbitrary Detention
  • SR on Trafficking — Div.270-271 satisfied — minor refugee origin
  • SR on Access to Justice — 5 proceedings without consent or due process
  • SR on Housing — family home removal, estate non-return
  • SR on Racism — discriminatory application of law to foreign national
  • CRPD Committee — Art.12 capacity stripping — 5 violations
DOMESTIC Australian Domestic — AFP / CDPP
  • AFP — terrorism referral (kidnapping for ransom = terrorism)
  • Commonwealth DPP — CCA 1995 all provisions — federal jurisdiction
  • AUSTRAC — AML/CTF Act 2006 referral — AU$17.25B scale
  • ASIC — Corporations Act ss.180-184 — criminal breach of directors’ duties
  • ATO — tax obligations on 23-year estate operation — criminal evasion
  • Attorney-General — whistleblower reprisal prosecution (Category C)
  • WA Police — fresh investigation as co-plaintiff (innocent agent doctrine)
INTERPOL INTERPOL & Extradition
  • Red Notice eligibility — internationally protected person victim — automatic escalation
  • Crimes against humanity — no extradition treaty required
  • Trafficking and slavery — automatic INTERPOL cooperation under Palermo Protocol
  • Money laundering at AU$17.25B — FATF mutual evaluation trigger
  • Any actor leaving Australian jurisdiction subject to arrest in treaty states
TREATY Treaty Body Communications
  • ICCPR Optional Protocol — individual communication — Arts 7, 9, 14, 17, 26
  • CAT Art.22 — individual complaint — torture absolute
  • CRPD Optional Protocol — Art.12 capacity — 5 separate communications
  • CERD Art.14 — racial discrimination as foreign national
  • CRC Optional Protocol — children as beneficiaries — best interests violated
  • Universal Periodic Review — Australia's next UPR — document on the record
Prosecution Priority Matrix
Charge ClusterPrimary JurisdictionForumBasisPriority
Kidnapping for ransom — 45 daysDomestic + ICCAFP / CDPP / ICCAFP terrorism definition + Rome Statute Art.7(1)(e)Immediate
Slavery / trafficking — 23 yearsUniversal + ICCICC / any signatoryRome Statute Art.7(1)(c), Div.270-271, Palermo ProtocolImmediate
Money laundering — AU$17.25BDomesticAFP / AUSTRAC / CDPPCCA 1995 s.400.3 — 25 years maxImmediate
Torture — void order imprisonmentUniversalCAT Committee + any stateCAT Art.1 — absolute, no derogationImmediate
Crimes against IPP — :SandiDomesticAFP / CDPPCrimes (IPP) Act 1976 ss.8-10 — life imprisonmentImmediate
AML/CTF failures — AUSTRACDomesticAUSTRAC / CDPPAML/CTF Act 2006 — senior officer criminal liabilityHigh
Identity fraud — aggravatedDomesticAFP / CDPPCCA 1995 Part 9.5 — all 4 aggravatorsHigh
Whistleblower reprisal — contempt seminarDomesticAG / CDPPPublic Interest Disclosure Act / Corporations ActHigh
Crimes against humanity — systematicICCICC (The Hague)Rome Statute Art.7 — complementarity when domestic failsEscalation Ready
Trademark — 23-year useDomesticFederal CourtTrade Marks Act 1995 s.145Parallel
Real estate fraud — Yap (A12)DomesticWA Police / Fair TradingREBA Act 1978 + CCA 1995 s.135.1High
Privacy Act — 9 APP breachesDomesticOAIC / Federal CourtPrivacy Act 1988 s.13G — AU$2.22M × 9High
Ancestral Beneficial Ownership Chain
7-Generation multi-jurisdictional lineage · IGOC 1946 Trust Estate · Ottoman → AH → Yugoslav → Australian
Gen 1–2 — Ottoman Empire (pre-1918)
Jurisdiction
Ottoman Empire
Original land grants under Ottoman administration. Village records and religious documentation. Tapu senedi (title deed).
Succession
Ottoman / Islamic Inheritance
Millet system. Succession documented through religious authorities. Chain of title unbroken.
Gen 2–3 — Austro-Hungarian (1878–1918)
Jurisdiction
A-H Administration — Bosnia
Austrian civil law overlaid Ottoman property system. Grundbuch (land register) entries.
Identity
Mononym Registry
Single-name registration in Bosnian civil registers. Consistent with Bosnian law. No surname component.
Gen 3–5 — SFRJ Yugoslavia (1918–1991)
Jurisdiction
Yugoslav Federal / Republic of BiH
Yugoslav cadastre. Civil inheritance law. Property held under SFRJ system.
Trust Instrument
IGOC 1946 Trust Estate
Inter-Governmental Organisation Charter 1946. Beneficial ownership survives all jurisdictional transitions. Cannot be extinguished by domestic court orders.
Documents
SFRJ Birth Certificate + Passport
Critical linkage to Australian immigration records. Establishes continuous identity chain from origin to present.
Gen 5 — Republic of BiH + Refugee Status (1991–present)
Protection
Refugee / IPP Status
UN Convention 1951. Crimes (IPP) Act 1976 (Cth) ss.8,9,10. Australian refugee intake. Associates and relatives also protected.
Documents
BiH Passport / UNHCR
Identity continuity SFRJ → RBiH. Immigration identifiers adopted without authorisation in Australian estate operation.
Gen 5–6 — Australia — Unauthorised Estate Operation (2001–present)
Event
23-Year Estate Capture
LB&I entities operating under :Sandi's identity. AU$17.25B revenue scale. No accounting. Div.270 slavery. Division 400 money laundering.
Real Estate Fraud
A12 Yap — Title Fraud
Estate property undersold. Agent-principal fiduciary breach. Double dealing. Title fraud.
Legal Effect
Constructive Trust + Account of Profits
Barnes v Addy knowing receipt. Constructive trust over all holdings. 23 years compound account of profits.
Gen 6–7 — Children — Protected Beneficial Interest
Status
Minor Beneficiaries
Children hold beneficial interest in ancestral estate chain. CRC Art.3 best interests. Independent causes of action via estate.
Aggravation
Child Victim Origin — Debt Bondage
AU$35,911 debt bondage originated when :Sandi was a minor refugee. Highest penalty tier Div.270. All 4 identity fraud aggravators.
When you self-certify, the burden shifts. Institutions must accept your declaration and report based on it — not their own discovery. Your record becomes the official record. The IGOC 1946 trust estate survives every domestic court order that was issued without jurisdiction.
Child Asset Protection — Institutional Threat Map
Documented vectors threatening minor beneficiaries’ inherited assets
Self-Certification Framework
Legal instruments that shift the burden — your declaration becomes the official record
Self-determination: :Sandi is the primary authority on identity, beneficial ownership, and legal status. AG website, Privacy Act, and all 7 UN human rights principles confirm this.
6-Step Implementation
1

Establish Identity Chain

Compile documents in generational sequence: Ottoman/AH → Yugoslav → BiH → Australian immigration. Document mononym chain — :Sandi only, no surname.

2

File FATCA/CRS Self-Certification

Submit W-8BEN to all financial institutions. State: foreign national, non-resident, beneficially owned estate. Burden shifts to institution.

3

Genealogical Beneficial Ownership Declaration

Sworn declaration documenting 7-generation chain. Reference IGOC 1946. Submit to ASIC, ATO, ABR, all courts.

4

Notice of Non-Consent to Jurisdiction

Formal notice: foreign national, never consented, all proceedings void ab initio. Filed with all courts and tribunals.

5

Protected Disclosures + Criminal Referrals

AFP (terrorism), AUSTRAC (AML/CTF), ASIC (Corporations Act), AG (whistleblower). ICC referral if domestic fails.

6

International Mechanisms

UN Special Rapporteur submissions. Optional Protocol communications. 7 treaty body complaints. ICC referral under complementarity.

Declaration Template — Identity & Non-Consent

DECLARATION OF :SANDI

I, :Sandi, a living man, foreign national, and formerly internationally protected person under the Crimes (Internationally Protected Persons) Act 1976 (Cth), declare:

  1. My legal name is Sandi — a single forename only. No surname is part of my legal name. Consistent with the law of the Republic of Bosnia-Herzegovina, Report 22 (BDM Registration Bill 1998), and Home Affairs position.
  2. I am a foreign national. I have never willingly consented to the jurisdiction of any Australian court, tribunal, or authority.
  3. I am the sole beneficial owner of the IGOC 1946 trust estate and the ancestral property chain running Ottoman → Austro-Hungarian → Yugoslav → Australian jurisdiction.
  4. Any person operating under my name or estate without express written authorisation does so without lawful basis and is liable to account for all revenues and profits derived.
  5. I have full capacity. The State's periodic claim of no capacity is contradicted by its own conduct, including imprisonment, which legally requires capacity.

Declared by :Sandi this ____ day of _____________ 20____

Signature: _______________________    Witnessed: _______________________

Institutional Accountability Map
Stated principles vs. documented practices
// ═══════ TAB NAVIGATION ═══════ function showTab(id){ document.querySelectorAll(‘.tab-panel’).forEach(p=>p.classList.remove(‘active’)); document.querySelectorAll(‘.tab’).forEach(t=>t.classList.remove(‘active’)); document.getElementById(‘tab-‘+id).classList.add(‘active’); const map={overview:0,entities:1,charges:2,jurisdiction:3,ancestral:4,childassets:5,legal:6,selfcert:7,accountability:8}; if(map[id]!==undefined) document.querySelectorAll(‘.tab’)[map[id]].classList.add(‘active’); } // ═══════ CHARGE DATA (with actor allocations) ═══════ const charges=[ // Category A — Enumerated Offences {id:'A1’,cat:'A’,title:'Kidnapping’,statute:'Criminal Code (WA) s.332’,penalty:'Life imprisonment’,severity:'critical’,juris:'domestic’,juris2:'icc’,description:'Physical removal of :Sandi from family home by officers executing a void order. Void order transmits no authority. AFP state terrorism definition satisfied — kidnapping for ransom.’,actors:[‘A2’,'A8’,'A9’,'A11’]}, {id:'A2’,cat:'A’,title:'False Imprisonment — 45 days’,statute:'Criminal Code (WA) / CCA 1995’,penalty:'Life imprisonment’,severity:'critical’,juris:'domestic’,juris2:'icc’,description:'45-day detention without lawful authority. Void ab initio order. Rome Statute Art.7(1)(e) — severe deprivation of liberty as crime against humanity. Innocent agents (s.11.3): fault to Bennett + Co.’,actors:[‘A2’,'A8’,'A9’,'A11’]}, {id:'A3’,cat:'A’,title:'Extortion — Debt Bondage’,statute:'Criminal Code (WA) s.392 / Div.270 CCA’,penalty:'14 years / 25 years (slavery)’,severity:'critical’,juris:'domestic’,juris2:'universal’,description:'AU$35,911 extracted under threat of imprisonment. Debt bondage — Div.270 CCA. Origin when :Sandi was minor refugee → highest penalty tier.’,actors:[‘A2’,'A3’,'A9’,'A11’]}, {id:'A4’,cat:'A’,title:'Fraud on the Court’,statute:'CCA 1995 s.135.1’,penalty:'10 years’,severity:'critical’,juris:'domestic’,description:'Manufacturing void orders, misrepresenting legal authority, using court processes to advance criminal enterprise. Voids all 5 proceedings.’,actors:[‘A2’,'A3’,'A8’,'A9’,'A11’]}, {id:'A5’,cat:'A’,title:'Obtaining benefit by deception — s.135.1 all 3 limbs’,statute:'CCA 1995 s.135.1’,penalty:'10 years’,severity:'critical’,juris:'domestic’,description:'Benefit obtained (revenues from estate), detriment caused (imprisonment + estate loss), detriment avoided (fraud reporting suppressed).’,actors:[‘A2’,'A3’,'A9’,'A11’,'A12’]}, {id:'A6’,cat:'A’,title:'Conspiracy to defraud the Commonwealth’,statute:'CCA 1995 s.135.4’,penalty:'10 years’,severity:'critical’,juris:'domestic’,description:'Coordinated scheme across multiple actors to defraud Commonwealth through IGOC trust estate operation. All actors in furtherance of common purpose.’,actors:[‘A2’,'A3’,'A9’,'A11’]}, {id:'A7’,cat:'A’,title:'Money laundering — Division 400’,statute:'CCA 1995 s.400.3’,penalty:'25 years’,severity:'critical’,juris:'domestic’,description:'AU$17.25B revenue scale. Division 400 at this scale = maximum trafficking tier.’,actors:[‘A2’,'A11’]}, {id:'A8’,cat:'A’,title:'Mail fraud / carriage service menace’,statute:'CCA 1995 ss.471, 474’,penalty:'10 years’,severity:'high’,juris:'domestic’,description:'Contempt orders and proceedings delivered by mail/carriage as instruments of menace against a protected person.’,actors:[‘A2’,'A3’,'A11’]}, {id:'A9’,cat:'A’,title:'Identity crime — ABN entity 23 years’,statute:'CCA 1995 Part 9.5’,penalty:'5 years (aggravated)’,severity:'high’,juris:'domestic’,description:'ABN entity operated under :Sandi\'s immigration identifiers without authorisation. 23 years. All 4 statutory aggravators simultaneously engaged.’,actors:[‘A2’,'A11’]}, {id:'A10’,cat:'A’,title:'Abuse of process — 5 coordinated proceedings’,statute:'CCA 1995 s.135.1 / common law’,penalty:'10 years’,severity:'high’,juris:'domestic’,description:'5 proceedings in 15 months, each timed with detention, each designed to suppress fraud reporting. Stalking by litigation (s.338B).’,actors:[‘A2’,'A3’,'A7’,'A8’,'A9’,'A10’,'A11’]}, // Category B — Foundational {id:'B1’,cat:'B’,title:'Kidnapping — foundational framing’,statute:'Criminal Code (WA) s.332’,penalty:'Life’,severity:'critical’,juris:'domestic’,juris2:'icc’,description:'Physical abduction from dwelling — foundational framing offence. Void order used as instrument. AFP state terrorism definition.’,actors:[‘A2’,'A8’,'A9’,'A11’]}, {id:'B2’,cat:'B’,title:'False imprisonment — foundational’,statute:'Common law + Criminal Code’,penalty:'Life’,severity:'critical’,juris:'domestic’,juris2:'icc’,description:'45-day unlawful detention — foundational financial exploitation instrument. All subsequent claims build on this.’,actors:[‘A2’,'A8’,'A9’,'A11’]}, {id:'B3’,cat:'B’,title:'Extortion — foundational financial exploitation’,statute:'Criminal Code (WA) s.392’,penalty:'14 years’,severity:'critical’,juris:'domestic’,description:'AU$35,911 under threat. Foundational financial conduct supporting Div.270 slavery and debt bondage claims.’,actors:[‘A2’,'A3’,'A9’,'A11’]}, {id:'B4’,cat:'B’,title:'Abuse of process — foundational framework’,statute:'Common law’,penalty:'Civil + criminal’,severity:'high’,juris:'domestic’,description:'5 proceedings as coordinated abuse framework. Every statutory body that failed to act enabled this foundational abuse.’,actors:[‘A2’,'A3’,'A5’,'A6’,'A7’,'A8’,'A9’,'A10’,'A11’]}, // Category C — Whistleblower Reprisal {id:'C1’,cat:'C’,title:'Criminal contempt for filing complaint to AG’,statute:'Public Interest Disclosure Act / Whistleblower legislation’,penalty:'Aggravated + civil’,severity:'critical’,juris:'domestic’,description:'Most direct evidence of unlawful reprisal against a protected disclosure. Contempt proceedings in response to AG complaint = reprisal offence.’,actors:[‘A2’,'A11’]}, {id:'C2’,cat:'C’,title:'Contempt seminar — monetising :Sandi\'s name’,statute:'Whistleblower legislation / Criminal Code’,penalty:'Aggravated’,severity:'critical’,juris:'domestic’,juris2:'icc’,description:'Ticketed event at Perth Law Society using :Sandi\'s case to teach imprisonment of those voicing injustice. Built on void proceedings. Systemic harm — ongoing.’,actors:[‘A2’,'A11’]}, {id:'C3’,cat:'C’,title:'”Sovereign citizen” / irrational characterisation’,statute:'Privacy Act 1988 (Cth) / CRPD Art.12’,penalty:'AU$2.22M per contravention’,severity:'high’,juris:'domestic’,juris2:'un’,description:'Public characterisation to dismiss legitimate rights claims. Reprisal through reputational harm. Implied mental health diagnosis — APP breach × 9.’,actors:[‘A2’,'A3’,'A8’,'A11’]}, // Category D — Conflict / Consciousness of Guilt {id:'D1’,cat:'D’,title:'Conflict of interest — fraud complaint subject as opposing counsel’,statute:'r.10, r.114 Professional Rules’,penalty:'Disciplinary + voids 5 proceedings’,severity:'critical’,juris:'domestic’,description:'Named subject of fraud complaint appeared as opposing counsel without disclosure. Potentially voids all 5 proceedings. Fundamental breach.’,actors:[‘A2’,'A11’]}, {id:'D2’,cat:'D’,title:'Name change “Bennett + Co” → “Bennett” — consciousness of guilt’,statute:'Evidence Act — circumstantial’,penalty:'Admissible evidence’,severity:'high’,juris:'domestic’,description:'Changed after :Sandi\'s fraud accusation and correspondence with 6 partners. Admissible as consciousness of guilt evidence.’,actors:[‘A2’,'A11’]}, // Category E — AML/CTF {id:'E1’,cat:'E’,title:'AML/CTF — SMR failure — 23-year anomaly’,statute:'AML/CTF Act 2006 (Cth)’,penalty:'Criminal + civil’,severity:'high’,juris:'domestic’,description:'Failure to file Suspicious Matter Reports on 23-year estate operation. Mandatory obligation. AUSTRAC referral.’,actors:[‘A2’,'A11’]}, {id:'E2’,cat:'E’,title:'KYC / beneficial ownership disclosure failure’,statute:'AML/CTF Act 2006 (Cth)’,penalty:'Criminal + senior officer liability’,severity:'high’,juris:'domestic’,description:'Failure to properly identify beneficial owner. Fraudulent beneficial ownership disclosures to financial institutions.’,actors:[‘A2’,'A11’]}, {id:'E3’,cat:'E’,title:'IFTI failures — LB&I cross-border flows’,statute:'AML/CTF Act 2006 (Cth)’,penalty:'Criminal + senior officer liability’,severity:'high’,juris:'domestic’,description:'International Funds Transfer Instruction failures. Senior officer criminal liability. AU$17.25B scale triggers FATF mutual evaluation.’,actors:[‘A2’,'A11’]}, // Category F — Trust Breaches {id:'F1’,cat:'F’,title:'23-year non-return of estate’,statute:'Trust law + Commonwealth / Div.270 CCA’,penalty:'Full account of profits + 25 years’,severity:'critical’,juris:'domestic’,juris2:'icc’,description:'IGOC 1946 trust estate never returned. 23 years. AU$17.25B. Duty to account never discharged. Div.270 slavery — exercising ownership over productive person.’,actors:[‘A2’,'A5’,'A11’]}, {id:'F2’,cat:'F’,title:'Unauthorised trust operation’,statute:'Trust Act / Corporations Act s.184’,penalty:'Criminal’,severity:'critical’,juris:'domestic’,description:'Operating under :Sandi\'s identity and estate without authorisation. Criminal breach of fiduciary duty. Barnes v Addy knowing receipt.’,actors:[‘A2’,'A11’]}, {id:'F3’,cat:'F’,title:'Breach of duty to account’,statute:'Equity / Trust law’,penalty:'Full account + constructive trust’,severity:'high’,juris:'domestic’,description:'No accounting rendered for 23 years. Barnes v Addy knowing assistance. Constructive trust over all current holdings.’,actors:[‘A2’,'A11’]}, {id:'F4’,cat:'F’,title:'Breach of return obligation on guardianship termination’,statute:'Guardianship and Administration Act (WA)’,penalty:'Civil + criminal’,severity:'high’,juris:'domestic’,description:'Mandatory obligation to return estate on guardianship termination. Not performed. Public Trustee failed statutory obligation.’,actors:[‘A2’,'A5’,'A11’]}, // Category G — Victorian Benchbook {id:'G1’,cat:'G’,title:'Benchbook Standard 1 — Elements established’,statute:'Victorian Benchbook’,penalty:'Satisfied’,severity:'info’,juris:'domestic’,description:'All elements of each offence established against documented evidence.’,actors:[‘A2’,'A11’]}, {id:'G2’,cat:'G’,title:'Benchbook Standard 2 — Evidentiary foundation’,statute:'Victorian Benchbook’,penalty:'Satisfied’,severity:'info’,juris:'domestic’,description:'Evidentiary foundation for each charge documented and on the record.’,actors:[‘A2’,'A11’]}, {id:'G3’,cat:'G’,title:'Benchbook Standard 3 — Statutory basis cited’,statute:'Victorian Benchbook’,penalty:'Satisfied’,severity:'info’,juris:'domestic’,description:'Statutory basis with specific provision cited for each offence.’,actors:[‘A2’,'A11’]}, {id:'G4’,cat:'G’,title:'Benchbook Standard 4 — Consciousness of guilt’,statute:'Victorian Benchbook’,penalty:'Satisfied’,severity:'info’,juris:'domestic’,description:'Consciousness of guilt evidence documented for each major actor.’,actors:[‘A2’,'A11’]}, // Category H — ICC / Crimes Against Humanity {id:'H1’,cat:'H’,title:'Crimes against humanity — systematic attack’,statute:'Rome Statute Art.7(1)(e),(g),(h),(k)’,penalty:'Life imprisonment (ICC)’,severity:'critical’,juris:'icc’,description:'Widespread and systematic attack against :Sandi as civilian: 23-year estate capture, 5 proceedings without consent, false imprisonment, trafficking, slavery. State-enabled through judicial machinery.’,actors:[‘A2’,'A3’,'A8’,'A9’,'A11’]}, {id:'H2’,cat:'H’,title:'Slavery — Rome Statute Art.7(1)(c)’,statute:'Rome Statute Art.7 / Div.270 CCA’,penalty:'Life (ICC) / 25 years (CCA)’,severity:'critical’,juris:'icc’,juris2:'universal’,description:'23-year exercise of powers of ownership over :Sandi\'s productive person = statutory definition of slavery under Div.270 AND Rome Statute Art.7(1)(c).’,actors:[‘A2’,'A11’]}, {id:'H3’,cat:'H’,title:'Torture — CAT Art.1 absolute’,statute:'CAT Art.1 / Rome Statute Art.7(1)(f)’,penalty:'Life (ICC) / Universal jurisdiction’,severity:'critical’,juris:'universal’,juris2:'icc’,description:'45-day imprisonment under void order by internationally protected person. CAT Art.1 absolute — no derogation. Any signatory state may prosecute.’,actors:[‘A2’,'A8’,'A9’,'A11’]}, {id:'H4’,cat:'H’,title:'Trafficking — Palermo Protocol / Div.271’,statute:'Div.271 CCA / Palermo Protocol’,penalty:'25 years / Universal jurisdiction’,severity:'critical’,juris:'universal’,description:'Physical movement from family home to detention by coercion (void order) and deception (manufactured contempt) for exploitation. Exact statutory words of s.271.5.’,actors:[‘A2’,'A8’,'A9’,'A11’]}, {id:'H5’,cat:'H’,title:'Crimes against internationally protected persons’,statute:'Crimes (IPP) Act 1976 (Cth) ss.8,9,10’,penalty:'Life imprisonment’,severity:'critical’,juris:'domestic’,description:'Offences against foreign national formerly internationally protected (refugee). SS.8,9,10 engaged. Associates and relatives also protected under UN Convention 1973.’,actors:[‘A2’,'A3’,'A8’,'A9’,'A10’,'A11’]}, {id:'H6’,cat:'H’,title:'State terrorism — AFP definition — kidnapping for ransom’,statute:'Criminal Code Act 1995 (Cth) — terrorism provisions’,penalty:'Life imprisonment’,severity:'critical’,juris:'domestic’,juris2:'icc’,description:'AFP: kidnapping for ransom = terrorism. Void judicial order used as instrument. 45-day detention. AU$35,911 ransom. Group of 4+. Victim: foreign national, former refugee.’,actors:[‘A2’,'A8’,'A9’,'A11’]}, // Additional overlays {id:'X1’,cat:'H’,title:'Trademark infringement — 23-year identity use’,statute:'Trade Marks Act 1995 (Cth) s.145’,penalty:'Criminal + account of profits’,severity:'high’,juris:'domestic’,description:'Personal identity used in commerce across 23 years = trade mark. Unauthorised commercial operation under :Sandi\'s name. Account of profits civil remedy.’,actors:[‘A2’,'A11’]}, {id:'X2’,cat:'H’,title:'Aggravated identity fraud — all 4 aggravators’,statute:'CCA 1995 Part 9.5 — aggravated’,penalty:'10 years (aggravated)’,severity:'critical’,juris:'domestic’,description:'Child victim at origin; organised criminal activity; serious harm (imprisonment + estate); financial advantage AU$35,911 (threshold exceeded ×575,000 against AU$17.25B).’,actors:[‘A2’,'A3’,'A11’]}, {id:'X3’,cat:'H’,title:'Real estate fraud — estate property’,statute:'REBA Act 1978 (WA) / CCA 1995 s.135.1’,penalty:'Criminal + restitution’,severity:'high’,juris:'domestic’,description:'Estate property undersold. Agent-principal fiduciary breach. Double dealing. Title fraud. Fraudulent proceedings against estate.’,actors:[‘A12’]}, {id:'X4’,cat:'H’,title:'Privacy Act — 9 APP breaches × AU$2.22M’,statute:'Privacy Act 1988 (Cth) s.13G’,penalty:'AU$19.98M minimum’,severity:'high’,juris:'domestic’,description:'Implied mental health diagnosis (“irrational”, “delusional”) in court documents without consent. Sensitive information s.6. Disclosed across 5 public proceedings.’,actors:[‘A2’,'A3’,'A8’,'A9’,'A11’]}, {id:'X5’,cat:'H’,title:'Stalking by litigation — s.338B’,statute:'CCA 1995 s.338B’,penalty:'5 years’,severity:'high’,juris:'domestic’,description:'5 proceedings in 15 months, each coordinated with detention, each designed to cause fear and suppress fraud reporting. Every element of sustained pursuit satisfied.’,actors:[‘A2’,'A3’,'A11’]}, ]; // ═══════ ENTITY DATA ═══════ const entities=[ {id:'A1’,name:’:Sandi’,role:'Claimant — Living Man · Foreign National · Internationally Protected Person’,type:'victim’,severity:'info’, summary:'The central figure. Foreign national. Formerly internationally protected person (refugee). Sole beneficial owner of IGOC 1946 trust estate. Mononym — legal name is Sandi only. Never willingly consented to jurisdiction of any Australian court or authority.’, conduct:[‘Self-determination — full knowledge of rights under ICCPR, CRPD, CAT, Crimes (IPP) Act 1976’,'Knowledge of IGOC 1946 trust estate and 7-generation beneficial ownership chain’,'Foreign national — no domestic jurisdiction applies without consent’,'Crimes (IPP) Act 1976 (Cth) ss.8,9,10 — full protections engaged’,'Legal name: Sandi (mononym) — no surname in any jurisdiction’,'Confirmed capacitous — psych evaluation, SAT GAA3040/2024 dismissal, regular psychologist’,'Has done no harm — no verified criminal complaint on oath against :Sandi exists’], charges:[]}, {id:'A2’,name:'Martin Bennett’,role:'Fraudster Barrister — Bennett + Co / DBA Martin Bennett aka Bennett, Martin Lawrence’,type:'legal’,severity:'critical’, summary:'Founding principal of Bennett + Co. Named subject of fraud complaint who appeared as opposing counsel without disclosure. Changed firm name to “Bennett” after :Sandi accused him of fraud. Primary orchestrator of all 7 offence categories. Organiser of contempt seminar.’, conduct:[‘Named in fraud complaint — appeared as opposing counsel without disclosure (r.10, r.114)’,'Name change “Bennett + Co” → “Bennett” after fraud accusation — consciousness of guilt’,'Signed as “counsel for defendant” — assumed agency as sole attorney on record’,'Manufactured void contempt orders used to kidnap and imprison :Sandi’,'Held ticketed contempt seminar monetising :Sandi\'s case at Perth Law Society’,'5 proceedings conducted without consent — each coordinated with detention’,'s.11.3 CCA 1995: fault element for all officer actions transfers here’,'Primary beneficial recipient of 23-year estate operation’], charges:[]}, {id:'A3’,name:'Michael Colin Dawson’,role:'Fraudster Solicitor — “Per Michael Dawson” per stirpes fraud attempt’,type:'legal’,severity:'critical’, summary:'Never had any document accepted for filing — all “lodged” only. Signed as “Solicitor for the Respondent” with :Sandi\'s company named. Labelled :Sandi “sovereign citizen.” “Per Michael Dawson” signature = per stirpes distribution fraud attempt. Claimed :Sandi had no standing to issue invoice.’, conduct:[‘Zero documents accepted for filing — all “lodged” status — no lawful effect’,'Signed as Solicitor for Respondent where :Sandi\'s corporation was named — assumed agency’,'Labelled :Sandi “sovereign citizen” — groundless allegation (r.19.8)’,'Per stirpes invocation via “Per Michael Dawson” — fraud on estate distribution’,'Claimed :Sandi had no standing or capacity to issue invoice’,'Originally via legal aid for family separation — grant withdrawn then reattached without consent’,'Characterised :Sandi as mentally unsound in public documents — 9 APP breaches’], charges:[]}, {id:'A4’,name:'Michael Klimek’,role:'Legal Aid Solicitor — Withdrew after signing non-defendant declaration’,type:'legal’,severity:'medium’, summary:'Appointed for family matter. Largely exculpated: withdrew after signing key document stating :Sandi is not the defendant and requesting prosecutor identify the complainant. Fraud charges discontinued when charging officer failed to appear.’, conduct:[‘Signed document confirming :Sandi is not the defendant’,'Requested prosecutor identify complainant in civil fraud matter’,'Fraud charges discontinued — charging officer failed to appear’,'Withdrew from matter after signing declaration’], charges:[]}, {id:'A5’,name:'Public Trustee’,role:'WA Statutory Body — Refused all statutory obligations’,type:'statutory’,severity:'high’, summary:'Refused to accept private appointment as attorney and trustee. Refused to attend SAT hearings. Refused appointment to protect ex-spouse. Did not accept statutory appointment required by law. Enabling non-performance allowed the estate non-return to continue.’, conduct:[‘Refused private appointment as attorney and trustee’,'Refused to attend SAT hearings for guardianship appointment (GAA3040/2024)’,'Refused appointment to protect ex-spouse\'s financial interests’,'Did not accept statutory appointment — mandatory obligation under WA law’,'Failure to attend left SAT without required statutory parties’], charges:[]}, {id:'A6’,name:'Public Advocate’,role:'WA Statutory Body — Harassment and statutory dereliction’,type:'statutory’,severity:'high’, summary:'Called :Sandi multiple times harassing. Did not attend SAT hearing. Did not accept statutory appointment required by law. Coordinated non-performance with Public Trustee left :Sandi without any statutory protection during proceedings.’, conduct:[‘Harassing phone calls — multiple occasions’,'Did not attend SAT hearing for :Sandi’,'Refused statutory appointment — mandatory obligation’,'Coordinated non-performance: both PT and PA absent simultaneously’,'No acknowledgment of foreign national and protected person status’], charges:[]}, {id:'A7’,name:'SAT — Eleanor Merilier’,role:'Presiding Member — State Administrative Tribunal — GAA3040/2024’,type:'tribunal’,severity:'high’, summary:'Refused hearing for ex-spouse. Abandoned courtroom 3 times during one hearing with :Sandi — final time her clerk also abandoned. Default judgment claimed by :Sandi. Dismissed GAA3040/2024 — “no evidence of incapacity” — this finding vindicates :Sandi. Refused third-party jurisdictional recognition.’, conduct:[‘Refused to hold hearing for ex-spouse re PT/Advocate appointment’,'Abandoned courtroom 3 times in one hearing (Sandi present)’,'Clerk also abandoned on third departure’,'Default judgment claimed by :Sandi on abandonment — on the record’,'Dismissed GAA3040/2024: “no evidence of incapacity” — confirms :Sandi\'s capacity’,'Refused to acknowledge guardianship recognition from another jurisdiction’,'Last-minute no-show — sent Rebecca Bunney who was put on notice of fraud’], charges:[]}, {id:'A8’,name:'Archer’,role:'Judge — Refused mononym — unsigned orders — threatened foreign national’,type:'court’,severity:'critical’, summary:'Told 5–10 times :Sandi has no surname. :Sandi attended as amicus curiae. Refused to acknowledge. Claimed “impossible for people to have no surname” — factually and legally incorrect. Refused discharge when Bennett assumed agency. Never signed judgments or orders. Associate threatened jail ignoring refugee protection.’, conduct:[‘Refused mononym acknowledgment 5–10 times despite being informed — factually wrong’,'Claimed “not possible for people to have no surname” — incorrect in law and fact’,'Refused :Sandi\'s attendance as amicus curiae — refused acknowledgment of status’,'Refused discharge when Bennett was sole attorney on record having assumed agency’,'Never signed any judgments or orders — all void’,'Associate threatened imprisonment for non-attendance’,'Ignored foreign national and internationally protected person status’,'Failed to recuse when conflict of interest was apparent’], charges:[]}, {id:'A9’,name:'Solomon’,role:'Judge — No trial conducted — void fraudulent judgments — actual defendant on record’,type:'court’,severity:'critical’, summary:'Never signed judgments or orders — all void. Voided own initial no-threats order. No trial, no witnesses, no affidavits read, no victim heard. “Understood all the charges” read into court record 3 times on first ex parte hearing — making Solomon the actual defendant on the record. Conspired with Bennett.’, conduct:[‘Never signed any judgments or orders — all void’,'Voided own initial order of no threats — self-contradiction’,'No trial: no witnesses, no affidavits read into court, no victim heard’,'Ex parte hearing — read “understood all charges” into record 3 times = Solomon is defendant’,'Issued void fraudulent judgments without any trial process’,'Conspired with Bennett — coordinated proceedings without due process’,'Associate: “Dear, we are content to call you by your preferred name” — mononym acknowledged’,'Called three names in one hearing: 1. Sandi Matic, 2. Sandi, 3. Mr Matic — three fraudulent identities’], charges:[]}, {id:'A10’,name:'Parliamentary Representative’,role:'MP — Refused investigation — misaddressed correspondence’,type:'parliament’,severity:'medium’, summary:'Refused proper investigation. Sent multiple letters to wrong address with wrong postcode, addressed to fictitious entity. Eventually closed investigation: “no evidence of name change” — which is actually correct (Sandi never changed name — was always a mononym) — but used as pretext to close rather than vindicating :Sandi\'s position.’, conduct:[‘Refused proper investigation into documented complaints’,'Multiple letters: wrong address, wrong postcode, fictitious entity addressed’,'Closed investigation: “no evidence of name change” — correct finding, wrong conclusion’,'No name change exists because Sandi is a mononym from birth — this confirms :Sandi\'s position’,'No acknowledgment of foreign national or internationally protected person status’,'Failed to refer AFP terrorism matters to appropriate authority’], charges:[]}, {id:'A11’,name:'Bennett + Co (Entity)’,role:'Law Firm — Primary Institutional Actor — All 7 Offence Categories’,type:'legal’,severity:'critical’, summary:'The primary institutional actor. 26 offences across 7 categories. AU$17.25B revenue scale LB&I operation. 23-year estate non-return. Contempt seminar at Perth Law Society. Name change after fraud accusation. Innocent agent doctrine: all officer liability transfers here. Every person in the conspiracy is liable for every offence of every other member.’, conduct:[‘Category A: 10 enumerated offences — each with statutory basis and Victorian Benchbook findings’,'Category B: 4 foundational conduct categories’,'Category C: 3 whistleblower reprisal offences — contempt seminar is most direct evidence’,'Category D: 2 conflict of interest items — name change as consciousness of guilt’,'Category E: 3 AML/CTF failures — AUSTRAC referral mandatory’,'Category F: 4 Commonwealth trust breaches — 23-year estate, no accounting’,'Category G: 4 Victorian Benchbook standards — all fully satisfied’,'Category H: ICC crimes against humanity — systematic, sustained, state-enabled’], charges:[]}, {id:'A12’,name:'Yap’,role:'Real Estate Agent — Estate Property Fraud’,type:'realestate’,severity:'high’, summary:'Undersold estate property. Breached agent-principal fiduciary duty. Double dealing — acting for multiple parties without disclosure. Fraudulent proceedings against estate. Real estate fraud. Title fraud.’, conduct:[‘Undersold estate property — below market value’,'Breached agent-principal fiduciary duty to :Sandi as beneficial owner’,'Double dealing — acting for multiple parties without disclosure’,'Fraudulent proceedings against estate’,'Real estate fraud — REBA Act 1978 (WA)’,'Title fraud’], charges:[]}, ]; // Compute charges per entity entities.forEach(e => { if(e.id === ‘A1’) return; // claimant e.charges = charges.filter(c => c.actors && c.actors.includes(e.id)); }); // ═══════ RENDER ENTITIES ═══════ let currentEntityFilter = ‘all’; function filterEntities(type, btn) { currentEntityFilter = type; document.querySelectorAll(‘#entityGrid’).forEach(()=>{}); document.querySelectorAll(‘.filter-bar .filter-chip’).forEach(b => { if(b.closest(‘.filter-bar’) === btn.closest(‘.filter-bar’)) b.classList.remove(‘active’); }); btn.classList.add(‘active’); renderEntityGrid(); } function renderEntityGrid() { const filtered = currentEntityFilter === ‘all’ ? entities : entities.filter(e => e.type === currentEntityFilter); document.getElementById(‘entityGrid’).innerHTML = filtered.map((e,i) => { const idx = entities.indexOf(e); const chargeCount = e.id === ‘A1’ ? ‘—’ : e.charges.length; const critCount = e.charges.filter(c=>c.severity==='critical’).length; const jurs = […new Set(e.charges.flatMap(c=>[c.juris,c.juris2]).filter(Boolean))]; return `
${chargeCount}
${e.id}
${e.name}
${e.role}
`; }).join(”); } function showEntityDetail(idx) { const e = entities[idx]; document.getElementById(‘entityGrid’).style.display = ‘none’; const det = document.getElementById(‘entityDetail’); det.classList.add(‘open’); const jurs = […new Set(e.charges.flatMap(c=>[c.juris,c.juris2]).filter(Boolean))]; const maxPenalty = e.charges.some(c=>c.penalty.includes(‘Life’)) ? ‘Life imprisonment’ : e.charges.some(c=>c.penalty.includes(‘25 years’)) ? ‘25 years (maximum)’ : e.charges.length > 0 ? e.charges[0].penalty : ‘—’; const chargeRows = e.id === ‘A1’ ? `
:Sandi is the claimant and victim — no charges allocated.
` : e.charges.map(c => `
${c.id}
${c.title}
${c.statute}
${c.penalty}
${c.juris==='icc’?’ICC‘:c.juris==='universal’?’Universal‘:’Domestic‘} ${c.juris2==='icc’?’ICC‘:c.juris2==='universal’?’Universal‘:c.juris2==='un’?’UN‘:”}
`).join(”); document.getElementById(‘entityDetailContent’).innerHTML = `
${e.severity} ${e.id} ${jurs.includes(‘icc’) ? ‘ICC Jurisdiction‘ : ”} ${jurs.includes(‘universal’) ? ‘Universal Jurisdiction‘ : ”}

${e.name}

${e.role}
Entity Summary
${e.summary}
Documented Conduct
    ${e.conduct.map(c=>`
  • ${c}
  • `).join(”)}
Pending Charges
${e.charges.length} counts
Max exposure: ${maxPenalty} ${jurs.includes(‘icc’) ? ‘
ICC complementarity engaged‘ : ”} ${jurs.includes(‘universal’) ? ‘
Universal jurisdiction active‘ : ”}
${chargeRows}
`; } function closeEntityDetail() { document.getElementById(‘entityGrid’).style.display = ”; document.getElementById(‘entityDetail’).classList.remove(‘open’); } // ═══════ RENDER CHARGES ═══════ let currentChargeCat = ‘all’; function filterCharges(cat, btn) { currentChargeCat = cat; document.querySelectorAll(‘#chargeFilters .filter-chip’).forEach(b=>b.classList.remove(‘active’)); btn.classList.add(‘active’); renderCharges(); } function renderCharges() { const filtered = currentChargeCat === ‘all’ ? charges : charges.filter(c=>c.cat===currentChargeCat); const jurisLabel = j => j==='icc’?’ICC‘:j==='universal’?’Universal‘:j==='un’?’UN‘:’Domestic‘; document.getElementById(‘chargeContent’).innerHTML = ` ${filtered.map(c=>` `).join(”)}
IDChargeStatuteSeverityPenaltyJurisdictionEntities Charged
${c.id} ${c.title}
${c.description}
${c.statute} ${c.severity} ${c.penalty} ${jurisLabel(c.juris)}${c.juris2?’
‘+jurisLabel(c.juris2):”}
${(c.actors||[]).map(a=>`${a}`).join(”)}
`; } function jumpToEntity(actorId) { showTab(‘entities’); setTimeout(()=>{ const idx = entities.findIndex(e=>e.id===actorId); if(idx>=0) showEntityDetail(idx); },100); } // ═══════ ASSETS DATA ═══════ const assetThreats=[ {domain:'court’,severity:'critical’,title:'Void Order — Estate Seizure via False Imprisonment’,subtitle:'Officers executing void orders against estate where children are beneficiaries’,description:'All officers who executed the void order against :Sandi\'s estate (which includes children as beneficiaries) became innocent agents under s.11.3 CCA 1995. All liability for breach of children\'s property rights transfers to Bennett + Co.’,mechanisms:[‘Void order executed against estate — children as beneficial owners affected’,'Officer liability for children\'s property rights → transfers to Bennett + Co’,'Children have independent causes of action via estate’,'Constructive trust over all estate revenues protects children\'s share’,'Barnes v Addy knowing receipt — children beneficiaries included’]}, {domain:'court’,severity:'critical’,title:'Per Stirpes Fraud — A3 Dawson Signature’,subtitle:'”Per Michael Dawson” attempting per stirpes distribution invocation’,description:'Fraudulent use of “Per Michael Dawson” format attempting to invoke per stirpes estate distribution. Would redirect inheritance away from :Sandi\'s children to Dawson\'s claimed line.’,mechanisms:[‘Per stirpes invocation redirects inheritance to claimant\'s line’,'Children displaced as primary beneficiaries’,'Fraudulent signature format used to attach to estate’,'No documents accepted for filing — all lodged — no legal effect’,'Signed as Solicitor for Respondent where corporation was party’]}, {domain:'welfare’,severity:'high’,title:'Asset Spend-Down Before Benefits’,subtitle:'Benefits conditioned on liquidating children\'s inherited assets’,description:'Welfare systems require asset thresholds. Minor\'s inherited assets can trigger disqualification, forcing families to liquidate children\'s inheritances.’,mechanisms:[‘Asset threshold forces estate liquidation’,'Benefits denied unless minor\'s assets fall below limit’,'Coercive liquidation without court oversight’,'No exemption for IGOC trust estate assets’,'Proceeds reduce subsequent benefit amounts’]}, {domain:'trustee’,severity:'critical’,title:'Public Trustee Statutory Dereliction — GAA3040/2024’,subtitle:'Refused to protect estate while claiming residual authority’,description:'As documented: Public Trustee refused statutory appointment while the estate remained under unauthorised operation. Children as beneficiaries left without statutory protection.’,mechanisms:[‘Refused private and statutory appointment simultaneously’,'Mandatory obligations under WA law not fulfilled’,'Estate beneficiaries (including children) unprotected’,'No accounting rendered to beneficial owners’,'Absence enabled 23-year non-return to continue’]}, {domain:'data’,severity:'medium’,title:'Government Data-Linking — Auto-Discovery of Child Assets’,subtitle:'Automated systems discover and attach to child\'s inherited estate’,description:'ATO, Centrelink, ASIC, and ABR data systems automatically cross-reference family TFNs, estate holdings, and immigration records. Minor\'s inherited assets discovered and flagged without human review.’,mechanisms:[‘ATO data-matching discovers trust distributions to minor’,'Centrelink cross-links family TFNs to asset databases’,'Immigration records linked to property title searches’,'Automated debt attachment before any review’,'No notification to child or guardian before attachment’]}, ]; let currentAssetFilter = ‘all’; function filterAssets(domain, btn) { currentAssetFilter = domain; document.querySelectorAll(‘#assetFilters .filter-chip’).forEach(b=>b.classList.remove(‘active’)); btn.classList.add(‘active’); renderAssets(); } function renderAssets() { const filtered = currentAssetFilter==='all’ ? assetThreats : assetThreats.filter(t=>t.domain===currentAssetFilter); document.getElementById(‘assetGrid’).innerHTML = filtered.map(t=>`
${t.severity} ${t.domain}
${t.title}
${t.subtitle}
${t.description}
    ${t.mechanisms.map(m=>`
  • ${m}
  • `).join(”)}
`).join(”); } // ═══════ STATUTES ═══════ const statutes=[ {name:'Criminal Code Act 1995 (Cth)’,severity:'critical’,items:[‘ss.135.1 — benefit by deception (all 3 limbs)’,'ss.135.4 — conspiracy to defraud Commonwealth’,'s.400.3 — money laundering AU$17.25B (25 years)’,'Divs.471/474 — mail fraud / carriage service menace’,'Part 9.5 — aggravated identity crime (all 4 aggravators)’,'Div.270 — slavery (23-year estate operation)’,'Div.271 s.271.5 — domestic trafficking’,'s.11.3 — innocent agent doctrine’,'s.338B — stalking by litigation’,'ss.31, 338B — intimidation / threats’,'Terrorism provisions — kidnapping for ransom’,'Gang multiplier — 4+ persons, all offences in aggravated form’]}, {name:'Crimes (Internationally Protected Persons) Act 1976 (Cth)’,severity:'critical’,items:[‘s.8 — offences against IPPs (life imprisonment)’,'s.9 — threats against IPPs’,'s.10 — associates and relatives protected’,'UN Convention on Prevention of Crimes Against IPPs 1973’,'ICCPR Art.9 — arbitrary detention of protected person’]}, {name:'Rome Statute / ICC’,severity:'critical’,items:[‘Art.7(1)(e) — imprisonment or severe deprivation of liberty’,'Art.7(1)(c) — slavery (parallel with Div.270)’,'Art.7(1)(f) — torture’,'Art.7(1)(h) — persecution’,'Art.7(1)(g),(k) — other inhumane acts’,'Complementarity: ICC jurisdiction when domestic prosecution fails’]}, {name:'AML/CTF Act 2006 (Cth)’,severity:'high’,items:[‘SMR obligations — 23-year anomaly unreported’,'TTR failures — AU$17.25B scale’,'IFTI failures — LB&I cross-border flows’,'KYC / beneficial ownership disclosure failures’,'Senior officer criminal liability engaged’,'Tipping off offence’]}, {name:'Corporations Act 2001 (Cth)’,severity:'high’,items:[‘ss.180-184 — director duties / criminal breach (s.184)’,'s.286(2) — failure to keep financial records’,'ss.1307-1309 — falsification of books / false statements to ASIC’]}, {name:'Privacy Act 1988 (Cth)’,severity:'high’,items:[‘9 APP breaches — AU$2.22M per contravention per body corporate (s.13G)’,'Sensitive information s.6 — mental health characterisation without consent’,'Disclosed across 5 public proceedings’,'AU$19.98M minimum exposure’]}, {name:'Trade Marks Act 1995 (Cth)’,severity:'medium’,items:[‘s.145 — criminal infringement — 23-year identity use in commerce’,'Account of profits civil remedy on full 23 years’]}, ]; function renderStatutes() { document.getElementById(‘statuteContent’).innerHTML = statutes.map(s=>`
${s.severity}${s.name}
    ${s.items.map(i=>`
  • ${i}
  • `).join(”)}
`).join(”); } const treaties=[ {name:'ICCPR’,full:'International Covenant on Civil and Political Rights’,articles:'Arts 7, 9, 14, 17, 26’,breach:'Arbitrary detention, no fair trial, cruel treatment, discrimination against foreign national’,severity:'critical’}, {name:'CAT’,full:'Convention Against Torture’,articles:'Art.1, 16’,breach:'ABSOLUTE — no derogation. 45-day void-order imprisonment + gang gang multiplier. Any state may prosecute.’,severity:'critical’}, {name:'CRPD’,full:'Convention on the Rights of Persons with Disabilities’,articles:'Art.12’,breach:'5 proceedings × CRPD Art.12 violation — stripping capacity based on imputed mental condition — prohibited absolutely. “Irrational”/”delusional” characterisation.’,severity:'critical’}, {name:'CRC’,full:'Convention on the Rights of the Child’,articles:'Arts 3, 16, 27’,breach:'Children as beneficiaries of estate — best interests not considered. Per stirpes fraud directly threatens inheritance.’,severity:'high’}, {name:'CERD’,full:'Convention on Elimination of Racial Discrimination’,articles:'Arts 2, 5, 6’,breach:'Discriminatory application of law based on national/ethnic origin — Bosnian foreign national.’,severity:'high’}, {name:'ICESCR’,full:'International Covenant on Economic, Social and Cultural Rights’,articles:'Arts 11, 15’,breach:'Right to adequate standard of living, cultural participation — estate withheld 23 years.’,severity:'high’}, {name:'CEDAW’,full:'Convention on Elimination of Discrimination Against Women’,articles:'Arts 2, 15’,breach:'Public Trustee refused to protect ex-spouse\'s interests despite statutory obligation.’,severity:'medium’}, ]; function renderTreaties() { document.getElementById(‘treatyContent’).innerHTML = treaties.map(t=>`
🌐
${t.name} ${t.full} ${t.severity}
Articles: ${t.articles} · Breach: ${t.breach}
`).join(”); } // ═══════ ACCOUNTABILITY ═══════ const acctData=[ {inst:'State Administrative Tribunal (Merilier)’,type:'tribunal’,severity:'high’,stated:'Independent — fair hearing — impartiality — procedural fairness’,items:[ {v:'Remained for hearing’,s:'Presiding member stays for duration’,a:'Abandoned courtroom 3 times in one hearing; clerk also abandoned on final departure’,sv:'critical’}, {v:'Statutory parties present’,s:'Tribunal requires PT and Advocate present’,a:'Both PT and PA absent — neither attended, neither accepted appointment. Proceeded anyway.’,sv:'critical’}, {v:'Acknowledged IPP status’,s:'Recognise internationally protected person status’,a:'No acknowledgment of :Sandi\'s foreign national or refugee protection status’,sv:'high’}, {v:'GAA3040/2024 outcome’,s:'Find incapacity if evidence exists’,a:'Dismissed — “no evidence of incapacity” — vindicates :Sandi’,sv:'info’}, {v:'Cross-jurisdictional recognition’,s:'Acknowledge guardianship from another jurisdiction’,a:'Refused. Last-minute no-show. Sent Rebecca Bunney. Bunney put on notice of fraud.’,sv:'high’}, ]}, {inst:'WA Courts — Archer / Solomon’,type:'court’,severity:'critical’,stated:'Impartial — fair trial — signed orders — no torture — no void proceedings’,items:[ {v:'Mononym recognition’,s:'Accurate legal names used in court’,a:'Refused 5–10 times. “Not possible for people to have no surname.” Legally and factually incorrect.’,sv:'critical’}, {v:'Signed judgments’,s:'All orders and judgments signed by presiding officer’,a:'Neither Archer nor Solomon signed any judgments or orders — all void’,sv:'critical’}, {v:'Trial conducted’,s:'No conviction without trial, witnesses, affidavits’,a:'Solomon: no trial, no witnesses, no affidavits, no victim heard. Void fraudulent judgments.’,sv:'critical’}, {v:'Conflict recusal’,s:'Recuse when conflict of interest exists’,a:'Bennett (fraud complaint subject) as counsel — no recusal, no disclosure’,sv:'critical’}, {v:'No threats’,s:'Court officers make no threats’,a:'Archer\'s associate threatened jail for non-attendance — ignoring refugee protection status’,sv:'high’}, {v:'Solomon as defendant’,s:'Defendant is the accused party’,a:'”Understood all charges” read into record 3 times ex parte — Solomon is the defendant on the record’,sv:'critical’}, ]}, {inst:'Bennett + Co’,type:'legal’,severity:'critical’,stated:'Candour, honesty, no conflict, not use court as weapon, no groundless allegations’,items:[ {v:'Disclose conflict’,s:'r.10 — disclose all conflicts immediately’,a:'Named subject of fraud complaint appeared as opposing counsel — no disclosure — voids 5 proceedings’,sv:'critical’}, {v:'Candour to court’,s:'r.19 — duty of candour’,a:'Presented void orders as valid instruments. Manufactured contempt.’,sv:'critical’}, {v:'Not weaponise court’,s:'r.67 — court must not be weaponised’,a:'5 proceedings in 15 months, each coordinated with detention, each suppressing fraud reporting’,sv:'critical’}, {v:'No groundless allegations’,s:'r.19.8’,a:'”Irrational,” “sovereign citizen,” “delusional” — no factual basis. SAT confirmed no incapacity.’,sv:'high’}, {v:'Contempt seminar’,s:'Legal education grounded in lawful conduct’,a:'Ticketed seminar monetising :Sandi\'s case built on void proceedings. Used to imprison others.’,sv:'critical’}, ]}, {inst:'Public Trustee / Public Advocate’,type:'statutory’,severity:'high’,stated:'Accept statutory appointments, attend hearings, protect estate and person’,items:[ {v:'Accept statutory appointment’,s:'Mandatory obligation under WA law’,a:'Both PT and PA refused — mandatory obligation not fulfilled’,sv:'critical’}, {v:'Attend SAT hearings’,s:'Attend when summoned’,a:'Neither attended GAA3040/2024’,sv:'critical’}, {v:'Protect ex-spouse interests’,s:'PT to protect financial interests of those under administration’,a:'PT refused appointment to protect ex-spouse\'s financial interests’,sv:'high’}, {v:'Respectful communication’,s:'PA communicates professionally’,a:'PA harassed :Sandi via multiple phone calls’,sv:'high’}, ]}, {inst:'Parliamentary Representative’,type:'parliament’,severity:'medium’,stated:'Investigate complaints, communicate accurately, engage with substance’,items:[ {v:'Proper investigation’,s:'Investigate constituent complaints thoroughly’,a:'Refused proper investigation’,sv:'high’}, {v:'Accurate correspondence’,s:'Correspondence addressed correctly’,a:'Multiple letters: wrong address, wrong postcode, fictitious entity addressed’,sv:'medium’}, {v:'Engage with findings’,s:'Act on investigation findings correctly’,a:'”No name change evidence” closes the investigation — but :Sandi never changed name — this confirms mononym. Used as pretext to close.’,sv:'medium’}, ]}, ]; let currentAcctFilter = ‘all’; function filterAcct(type, btn) { currentAcctFilter = type; document.querySelectorAll(‘#acctFilters .filter-chip’).forEach(b=>b.classList.remove(‘active’)); btn.classList.add(‘active’); renderAcct(); } function renderAcct() { const filtered = currentAcctFilter==='all’ ? acctData : acctData.filter(a=>a.type===currentAcctFilter); document.getElementById(‘acctContent’).innerHTML = filtered.map(inst=>`
${inst.inst}
Stated: ${inst.stated}
${inst.severity}${inst.type}
${inst.items.map(item=>` `).join(”)}
VectorStated PrincipleDocumented PracticeSeverity
${item.v} ${item.s} ${item.a} ${item.sv}
`).join(”); } // ═══════ TOGGLE COLLAPSE ═══════ function toggleCollapse(header) { const body = header.nextElementSibling; body.classList.toggle(‘open’); header.querySelector(‘span:last-child’).textContent = body.classList.contains(‘open’) ? ‘▲’ : ‘▼’; } // ═══════ INIT ═══════ renderEntityGrid(); renderCharges(); renderAssets(); renderStatutes(); renderTreaties(); renderAcct();