{
  "moduleCode": "IFF715",
  "title": "Forensic accounting for prosecution",
  "levelCode": "L-04",
  "levelName": "Mastery",
  "nqf": 7,
  "credits": 15,
  "notionalHours": 150,
  "lessons": [
    {
      "id": "l4m1-1",
      "title": "Standards of proof and evidential integrity",
      "readingMinutes": 45,
      "objectives": [
        "Distinguish beyond-reasonable-doubt from balance-of-probabilities standards.",
        "Design a chain-of-custody protocol for digital financial evidence.",
        "Structure a forensic report against completeness, self-containment and reproducibility.",
        "Choose between criminal charge and civil-recovery routes."
      ],
      "keyTakeaways": [
        "Audit-standard findings cannot be transported directly into criminal proceedings.",
        "Original preservation with SHA-256 hashing is the digital-evidence baseline.",
        "Address the strongest innocent explanation in-chief, never leave it to cross."
      ],
      "keyTerms": [
        {
          "term": "Beyond reasonable doubt",
          "definition": "The criminal standard of proof, the highest standard, though not certainty."
        },
        {
          "term": "Balance of probabilities",
          "definition": "The civil standard of proof — 'more likely than not', used in civil-recovery actions."
        },
        {
          "term": "Chain of custody",
          "definition": "The documented sequence of possession and handling of evidence from seizure to court presentation."
        }
      ]
    },
    {
      "id": "l4m1-2",
      "title": "Asset recovery: freezing, tracing, repatriation",
      "readingMinutes": 40,
      "objectives": [
        "Enumerate the four stages of the asset-recovery pipeline.",
        "Distinguish freezing, confiscation, and repatriation instruments.",
        "Choose between criminal and NCB routes on case facts.",
        "Design the terms of reference of a national asset-recovery unit."
      ],
      "keyTakeaways": [
        "A conviction without recovery leaves the offender wealthy and the state poorer.",
        "UNCAC Chapter V makes asset return a fundamental principle.",
        "Repatriation is negotiated, conditions on public-benefit use are common.",
        "The binding constraint is political cover, not legal authority."
      ],
      "keyTerms": [
        {
          "term": "StAR",
          "definition": "Stolen Asset Recovery Initiative, joint World Bank / UNODC programme supporting asset recovery."
        },
        {
          "term": "NCB confiscation",
          "definition": "Non-conviction-based confiscation; civil, in rem, or unexplained-wealth proceedings."
        },
        {
          "term": "UNCAC Article 57",
          "definition": "The article governing return of confiscated assets to the requesting state."
        }
      ]
    },
    {
      "id": "l4m1-3",
      "title": "Expert-witness testimony in financial-crime trials",
      "readingMinutes": 35,
      "objectives": [
        "Distinguish the professional posture of an independent expert from that of an advocate.",
        "Prepare an evidence log, report and exhibits to court-ready standard.",
        "Anticipate and rehearse cross-examination attacks.",
        "Design tribunal-legible presentation aids."
      ],
      "keyTakeaways": [
        "Authority derives from independence, not advocacy.",
        "Teach, do not impress; reduce every concept to a single-explanation form.",
        "Refuse compound questions — require decomposition."
      ],
      "keyTerms": [
        {
          "term": "Spine chart",
          "definition": "A single high-level flow-of-money diagram supplemented by exhibit-level detail on request."
        },
        {
          "term": "Compound-question decomposition",
          "definition": "Cross-examination defence technique — refusing to accept multi-part premises without addressing each part separately."
        }
      ]
    },
    {
      "id": "l4m1-4",
      "title": "Designing a national AML reform programme",
      "readingMinutes": 40,
      "objectives": [
        "Diagnose a national AML regime from its MER.",
        "Sequence reforms so that each new capacity is used before the next is built.",
        "Design a metrics framework that measures outputs, not inputs.",
        "Draft a costed five-year AML strategy with legislative, institutional, IT and monitoring annexes."
      ],
      "keyTakeaways": [
        "Reforms that succeed integrate legislative, institutional, IT, judicial and political dimensions.",
        "Sequence matters, some reforms unlock others.",
        "Publish outputs, not inputs.",
        "Political mandate is the substitute for which no technical fix exists."
      ],
      "keyTerms": [
        {
          "term": "MER",
          "definition": "Mutual Evaluation Report; the FATF/FSRB assessment of a jurisdiction's AML/CFT regime."
        },
        {
          "term": "Immediate Outcome",
          "definition": "One of FATF's 11 effectiveness measures, rated High/Substantial/Moderate/Low."
        }
      ]
    }
  ],
  "caseStudy": {
    "title": "The Ministry contract kick-back reconstruction",
    "jurisdiction": "Composite, drawn from multiple African and Latin American cases",
    "summary": "A public-works contract of USD 180M is procured. The contractor's audited accounts show USD 12M in 'consultancy fees' to three offshore entities. Reconstruction reveals the fees fund three residential properties and a fleet of vehicles held for the minister's family.",
    "facts": [
      "The contractor's statutory audit did not qualify the accounts.",
      "The three offshore entities share a single beneficial owner traceable to the minister's spouse.",
      "Bank statements were obtained by MLAT after eighteen months."
    ],
    "investigativeQuestions": [
      "Which offence, or offences, best fit the evidence and why?",
      "How would you present the reconstruction visually to a lay jury?",
      "What alternative innocent explanations must be foreclosed in-chief?"
    ],
    "learningPoints": [
      "Statutory audits are not designed to detect fraud and their non-qualification is not exculpatory.",
      "Real-property acquisitions leave the richest reconstructive trail — they are, per contra to the laundering intent, difficult to hide.",
      "Time-to-evidence via MLAT often exceeds a year, anticipate this in case strategy."
    ]
  },
  "quiz": [
    {
      "number": 1,
      "type": "multiple_choice",
      "points": 1,
      "question": "Civil-recovery proceedings differ from criminal prosecution because they:",
      "options": [
        "Do not require any evidence",
        "Operate on a balance-of-probabilities standard",
        "Cannot recover foreign assets",
        "Are prohibited under UNCAC"
      ],
      "correctIndex": 1,
      "correctAnswer": "Operate on a balance-of-probabilities standard",
      "rationale": "Non-conviction-based / civil recovery operates on the civil standard, greatly aiding recovery where the predicate cannot be proven to criminal standard or the accused is unavailable."
    },
    {
      "number": 2,
      "type": "multiple_choice",
      "points": 1,
      "question": "The correct order of preservation for digital financial evidence is:",
      "options": [
        "Analyse, then hash the analysis",
        "Hash the original, preserve untouched, work from a copy",
        "Print to paper and file",
        "Immediately convert to spreadsheet"
      ],
      "correctIndex": 1,
      "correctAnswer": "Hash the original, preserve untouched, work from a copy",
      "rationale": "Original preservation with cryptographic hashing and working from a verified copy is the universal digital-evidence standard."
    },
    {
      "number": 3,
      "type": "multiple_choice",
      "points": 1,
      "question": "An Unexplained Wealth Order (UWO):",
      "options": [
        "Is a criminal conviction",
        "Reverses the evidential burden onto the asset-holder to prove lawful origin",
        "Requires proof beyond reasonable doubt",
        "Is only available against foreign nationals"
      ],
      "correctIndex": 1,
      "correctAnswer": "Reverses the evidential burden onto the asset-holder to prove lawful origin",
      "rationale": "UWOs are civil instruments that shift the burden — the respondent must explain the wealth's lawful provenance."
    },
    {
      "number": 4,
      "type": "multiple_choice",
      "points": 1,
      "question": "Hashing digital evidence at seizure serves to:",
      "options": [
        "Compress the data",
        "Encrypt it against police access",
        "Establish an unbroken chain of custody by fixing an immutable fingerprint",
        "Delete metadata"
      ],
      "correctIndex": 2,
      "correctAnswer": "Establish an unbroken chain of custody by fixing an immutable fingerprint",
      "rationale": "A cryptographic hash taken at seizure and re-computed at each handling stage proves the artefact has not been altered."
    },
    {
      "number": 5,
      "type": "multiple_choice",
      "points": 1,
      "question": "In a five-year AML reform programme, credible independent evaluation should be:",
      "options": [
        "Optional and internal",
        "Commissioned from the ministry being reformed",
        "Independent, published, and comparing outcomes against baselines",
        "Deferred until year 10"
      ],
      "correctIndex": 2,
      "correctAnswer": "Independent, published, and comparing outcomes against baselines",
      "rationale": "FATF and Open Government reviewers converge on independent, published, baseline-referenced evaluation as the credible standard."
    },
    {
      "number": 6,
      "type": "multiple_choice",
      "points": 1,
      "question": "The expert witness's report should:",
      "options": [
        "Argue for the prosecution's preferred outcome",
        "State findings, methodology and remaining uncertainty with equal candour",
        "Avoid technical detail",
        "Rely only on public sources"
      ],
      "correctIndex": 1,
      "correctAnswer": "State findings, methodology and remaining uncertainty with equal candour",
      "rationale": "Independence — including candid acknowledgement of uncertainty and limitations, is the source of the expert witness's authority."
    },
    {
      "number": 7,
      "type": "multiple_choice",
      "points": 1,
      "question": "The four-stage asset-recovery pipeline is:",
      "options": [
        "Trace, freeze, confiscate, repatriate",
        "Investigate, arrest, prosecute, sentence",
        "Detect, report, monitor, close",
        "Seize, sell, distribute, publish"
      ],
      "correctIndex": 0,
      "correctAnswer": "Trace, freeze, confiscate, repatriate",
      "rationale": "The UNCAC-aligned four-stage pipeline is Trace → Freeze → Confiscate → Repatriate. Failure at any stage collapses value delivery."
    },
    {
      "number": 8,
      "type": "multiple_choice",
      "points": 1,
      "question": "The expert witness's authority derives principally from:",
      "options": [
        "Prosecutorial endorsement",
        "Independence",
        "Length of report",
        "Number of prior convictions"
      ],
      "correctIndex": 1,
      "correctAnswer": "Independence",
      "rationale": "An expert perceived as an advocate has conceded credibility. Independence, stating findings, conceding uncertainty — is the source of authority."
    },
    {
      "number": 9,
      "type": "multiple_choice",
      "points": 1,
      "question": "In a five-year AML reform programme, published metrics should measure:",
      "options": [
        "Inputs (laws enacted, staff hired)",
        "Outputs (convictions, recoveries)",
        "Only budget spent",
        "Only the number of STRs filed"
      ],
      "correctIndex": 1,
      "correctAnswer": "Outputs (convictions, recoveries)",
      "rationale": "Regimes that publish only inputs without outputs fail the FATF effectiveness assessment and, more importantly, fail the underlying policy purpose."
    },
    {
      "number": 10,
      "type": "multiple_choice",
      "points": 1,
      "question": "UNCAC Article 57 governs:",
      "options": [
        "Criminalisation of bribery",
        "The return of confiscated assets to the requesting state",
        "The definition of beneficial ownership",
        "Extradition procedures"
      ],
      "correctIndex": 1,
      "correctAnswer": "The return of confiscated assets to the requesting state",
      "rationale": "UNCAC Chapter V (Asset Recovery) Article 57 governs the return of recovered assets to the state of origin, often on conditions of demonstrated public-benefit use."
    }
  ],
  "essayPrompts": [
    {
      "number": 1,
      "prompt": "Discuss the comparative merits of criminal and civil-recovery routes to asset repatriation, drawing on at least two national experiences.",
      "wordGuide": "1200-1500",
      "weightingPercent": 30
    },
    {
      "number": 2,
      "prompt": "Evaluate the proposition that a specialised financial-crime court materially improves conviction rates for complex laundering offences.",
      "wordGuide": "1200-1500",
      "weightingPercent": 30
    }
  ],
  "assignment": {
    "prompt": "Prepare a 2,500-word mock expert-witness statement on a fictional but detailed reconstructed flow of USD 40M from a public works contract to three offshore holdings and an ultimate real-estate portfolio.",
    "wordGuide": "2000-2500",
    "weightingPercent": 35
  },
  "rubric": {
    "criteria": [
      {
        "criterion": "Legal and regulatory accuracy",
        "weight": 25
      },
      {
        "criterion": "Typology and mechanism analysis",
        "weight": 25
      },
      {
        "criterion": "Evidence and application to the facts",
        "weight": 20
      },
      {
        "criterion": "Investigative or policy judgement",
        "weight": 15
      },
      {
        "criterion": "Structure, referencing and professional expression",
        "weight": 15
      }
    ],
    "bands": [
      {
        "band": "Distinction",
        "range": "75-100"
      },
      {
        "band": "Meritorious",
        "range": "65-74"
      },
      {
        "band": "Competent",
        "range": "50-64"
      },
      {
        "band": "Marginal",
        "range": "40-49"
      },
      {
        "band": "Not competent",
        "range": "0-39"
      }
    ],
    "subMinimum": "40% in the assignment component"
  },
  "exportedAt": "2026-08-14T13:05:13.196Z"
}
