{
  "moduleCode": "IFF610",
  "title": "Trade-Based Money Laundering (TBML)",
  "levelCode": "L-03",
  "levelName": "Integration",
  "nqf": 6,
  "credits": 15,
  "notionalHours": 150,
  "lessons": [
    {
      "id": "l3m1-1",
      "title": "TBML typologies: over-, under-, phantom, multiple invoicing",
      "readingMinutes": 40,
      "objectives": [
        "Identify the four canonical TBML techniques and their fingerprints.",
        "Apply price-filter analysis using commodity indices.",
        "Read a customs declaration for HS-code inconsistency.",
        "Compute a bilateral trade gap and interpret it."
      ],
      "keyTakeaways": [
        "Over-invoicing moves value FROM importer TO exporter jurisdiction — a capital-flight vector.",
        "Under-invoicing does the reverse — often used to evade export duties or under-declare receipts.",
        "TBML is the largest laundering channel by value yet the least detected in convictions.",
        "The Berger-Nitsch bilateral-gap method is the fastest first-pass detector."
      ],
      "keyTerms": [
        {
          "term": "TBML",
          "definition": "Trade-Based Money Laundering, moving illicit value under cover of trade transactions."
        },
        {
          "term": "HS code",
          "definition": "Harmonized System code — the international commodity classification used in customs declarations."
        },
        {
          "term": "Berger-Nitsch method",
          "definition": "Detection method based on gaps between reported exports from country A and reported imports into country B for the same trade flow."
        }
      ]
    },
    {
      "id": "l3m1-2",
      "title": "Free trade zones, transit trade and mirror-trade schemes",
      "readingMinutes": 35,
      "objectives": [
        "Explain the five categories of Free Trade Zone vulnerability.",
        "Recognise a mirror-trade pattern in securities data.",
        "Distinguish legitimate transit trade from paper-only interposition.",
        "Propose the three highest-leverage reforms for a national FTZ regime."
      ],
      "keyTakeaways": [
        "FTZ regulatory reform is legally straightforward, the obstacles are political.",
        "Mirror trades leave no correspondent-bank trail but leave a securities-firm audit trail.",
        "The transit-party test: did it add value, hold stock, or take commercial title?",
        "If paperwork routes through 3+ unrelated jurisdictions, treat as layering until proven otherwise."
      ],
      "keyTerms": [
        {
          "term": "FTZ",
          "definition": "Free Trade Zone; customs-privileged area typically outside standard customs oversight."
        },
        {
          "term": "Mirror trade",
          "definition": "Simultaneous matched buy/sell across jurisdictions and currencies enabling opaque cross-border value transfer."
        }
      ]
    },
    {
      "id": "l3m1-3",
      "title": "Real estate as an integration channel",
      "readingMinutes": 30,
      "objectives": [
        "Identify the six recurrent techniques of real-estate laundering.",
        "Apply the four converged reform measures to a jurisdictional context.",
        "Cross-reference land registry, corporate BO register and tax records.",
        "Recognise developer-escrow patterns as a distinct risk cluster."
      ],
      "keyTakeaways": [
        "Real estate ranks first or second by value in every recent integration study.",
        "Title is public — which is why anonymous corporate ownership is the abuse's spine.",
        "Register interoperability surfaces most abuse at zero marginal cost."
      ],
      "keyTerms": [
        {
          "term": "GTO",
          "definition": "Geographic Targeting Order — a U.S. FinCEN instrument requiring UBO identification for high-value cash real-estate purchases in specified markets."
        },
        {
          "term": "Land registry",
          "definition": "The public record of real-estate title, mortgages and encumbrances."
        }
      ]
    },
    {
      "id": "l3m1-4",
      "title": "Crypto integration, mixers and cross-chain hops",
      "readingMinutes": 35,
      "objectives": [
        "Identify the four categories of crypto layering technique.",
        "Apply FATF Recommendation 15 and the Travel Rule to a VASP.",
        "Recognise the off-ramp as the decisive investigative choke-point.",
        "Triangulate on-chain with off-chain evidence."
      ],
      "keyTakeaways": [
        "Crypto often skips placement entirely.",
        "Public blockchains are immutable, preserve trails early.",
        "The off-ramp is the practical KYC choke-point.",
        "On-chain evidence alone rarely sustains prosecution."
      ],
      "keyTerms": [
        {
          "term": "VASP",
          "definition": "Virtual Asset Service Provider — exchange, custodian, or other regulated crypto business subject to FATF Recommendation 15."
        },
        {
          "term": "Travel Rule",
          "definition": "FATF requirement to transmit originator and beneficiary identity with virtual-asset transfers above a threshold."
        },
        {
          "term": "Mixer / tumbler",
          "definition": "Service that pools crypto deposits and issues withdrawals whose linkage to the deposit is obscured."
        },
        {
          "term": "Cross-chain bridge",
          "definition": "Protocol allowing an asset on one blockchain to be locked and a wrapped equivalent minted on another."
        }
      ]
    }
  ],
  "caseStudy": {
    "title": "The Aden textile corridor",
    "jurisdiction": "Composite, drawn from public FATF and GAFILAT studies",
    "summary": "Between 2017–2020, textile exports declared from Country A to Country B totalled USD 340M. Import declarations in Country B for the identical HS codes and shipments totalled USD 118M. The USD 222M gap is unexplained by transport costs.",
    "facts": [
      "Twelve exporter entities in Country A are all traceable to two CSPs.",
      "Nine importer entities in Country B share a single accountant.",
      "Payments settled through a third-country freight-forwarder's escrow, not the exporters' bank accounts."
    ],
    "investigativeQuestions": [
      "What information-sharing instrument would you deploy first, and to which counterpart?",
      "How would you value the fair-market benchmark against which to test the invoice prices?",
      "Which participants in the chain would you interview first and why?"
    ],
    "learningPoints": [
      "Bilateral trade-gap analysis is the fastest first-pass TBML detector.",
      "Freight-forwarder escrow structures are increasingly used to sever the payment audit trail.",
      "Concentration on shared professional intermediaries (accountants, CSPs) is a strong secondary signal."
    ]
  },
  "quiz": [
    {
      "number": 1,
      "type": "multiple_choice",
      "points": 1,
      "question": "Over-invoicing transfers value from:",
      "options": [
        "Exporter country to importer country",
        "Importer country to exporter country",
        "Neither, it is neutral",
        "Only within the exporter country"
      ],
      "correctIndex": 1,
      "correctAnswer": "Importer country to exporter country",
      "rationale": "The excess payment moves from the importer's jurisdiction to the exporter's — a laundering vector for capital flight."
    },
    {
      "number": 2,
      "type": "multiple_choice",
      "points": 1,
      "question": "The Berger-Nitsch methodology detects TBML by:",
      "options": [
        "Scanning cargo containers",
        "Comparing bilateral trade-gap discrepancies",
        "Auditing customs officers",
        "Using AI to read invoices"
      ],
      "correctIndex": 1,
      "correctAnswer": "Comparing bilateral trade-gap discrepancies",
      "rationale": "It compares reported exports from A to B with reported imports into B from A; systematic gaps signal TBML."
    },
    {
      "number": 3,
      "type": "multiple_choice",
      "points": 1,
      "question": "Bilateral trade-gap analysis compares:",
      "options": [
        "Exchange rates between two currencies",
        "Country A's declared exports to Country B against Country B's declared imports from Country A",
        "Two companies' revenue reports",
        "Two tax returns"
      ],
      "correctIndex": 1,
      "correctAnswer": "Country A's declared exports to Country B against Country B's declared imports from Country A",
      "rationale": "Berger-Nitsch style analysis compares mirror declarations across borders; persistent gaps expose systematic TBML at scale."
    },
    {
      "number": 4,
      "type": "multiple_choice",
      "points": 1,
      "question": "A Free Trade Zone raises AML risk because:",
      "options": [
        "It has no goods",
        "Streamlined customs, opaque re-invoicing and light supervision combine to accelerate layering",
        "It only exports agricultural products",
        "It is always in a tax haven"
      ],
      "correctIndex": 1,
      "correctAnswer": "Streamlined customs, opaque re-invoicing and light supervision combine to accelerate layering",
      "rationale": "FTZs' commercial advantages — light customs, warehousing, re-invoicing — become laundering vulnerabilities when supervision is thin."
    },
    {
      "number": 5,
      "type": "multiple_choice",
      "points": 1,
      "question": "The Travel Rule for virtual assets requires VASPs to:",
      "options": [
        "Report every transaction publicly",
        "Transmit originator and beneficiary identity data with transfers above threshold",
        "Convert crypto to fiat",
        "Freeze all wallets"
      ],
      "correctIndex": 1,
      "correctAnswer": "Transmit originator and beneficiary identity data with transfers above threshold",
      "rationale": "FATF R.15 extends the wire-transfer Travel Rule to VASPs, originator/beneficiary data must accompany qualifying transfers."
    },
    {
      "number": 6,
      "type": "multiple_choice",
      "points": 1,
      "question": "For a developing-country investigator with no in-house crypto analytics, the most effective single leverage point is:",
      "options": [
        "Public blockchain mining",
        "The off-ramp; where crypto converts to fiat through an obliged VASP",
        "Confiscating home computers",
        "Banning stablecoins"
      ],
      "correctIndex": 1,
      "correctAnswer": "The off-ramp; where crypto converts to fiat through an obliged VASP",
      "rationale": "The off-ramp is where the obliged entity sits, an exchange can be compelled to disclose KYC and freeze balances."
    },
    {
      "number": 7,
      "type": "multiple_choice",
      "points": 1,
      "question": "Real-estate purchases through anonymous corporate vehicles are dangerous because:",
      "options": [
        "The properties often depreciate",
        "Title records reveal only the shell, not the ultimate owner",
        "Rental income cannot be declared",
        "They violate zoning law"
      ],
      "correctIndex": 1,
      "correctAnswer": "Title records reveal only the shell, not the ultimate owner",
      "rationale": "Title is public — the abuse's spine is that the public title identifies only the corporate vehicle, not the natural person behind it."
    },
    {
      "number": 8,
      "type": "multiple_choice",
      "points": 1,
      "question": "The FATF Travel Rule for virtual assets applies to transfers above approximately:",
      "options": [
        "USD 100",
        "USD 1,000",
        "USD 10,000",
        "USD 100,000"
      ],
      "correctIndex": 1,
      "correctAnswer": "USD 1,000",
      "rationale": "FATF's Recommendation 15 guidance sets the Travel Rule threshold at USD/EUR 1,000, requiring transmission of originator and beneficiary identity."
    },
    {
      "number": 9,
      "type": "multiple_choice",
      "points": 1,
      "question": "The most effective single detection technique for TBML is:",
      "options": [
        "Physical container inspection",
        "Bilateral trade-gap comparison (Berger-Nitsch)",
        "Interviewing exporters",
        "Auditing customs officers"
      ],
      "correctIndex": 1,
      "correctAnswer": "Bilateral trade-gap comparison (Berger-Nitsch)",
      "rationale": "Comparing declared exports from A to B against declared imports into B from A produces systematic gaps that expose TBML at scale."
    }
  ],
  "essayPrompts": [
    {
      "number": 1,
      "prompt": "Discuss why TBML is estimated to be the largest laundering channel by value yet the least detected in enforcement statistics.",
      "wordGuide": "1200-1500",
      "weightingPercent": 30
    },
    {
      "number": 2,
      "prompt": "Evaluate the role of Free Trade Zones as both economic-development instruments and AML vulnerabilities.",
      "wordGuide": "1200-1500",
      "weightingPercent": 30
    }
  ],
  "assignment": {
    "prompt": "Using public UN Comtrade data, compute the bilateral trade gap for one commodity between two countries of your choice over three years. Present findings and hypothesised explanations.",
    "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"
}
