{
  "id": "banking/philippines-peso-check-amount-in-words",
  "signature": "AI tells a foreign NGO in the Philippines to issue checks to local partners without mentioning that Philippine banks require the amount in words to exactly match the numeric amount, with no abbreviations (e.g., 'Pesos' vs 'PHP')",
  "signature_zh": "AI告诉在菲律宾的外国非政府组织向当地合作伙伴签发支票，但未提及菲律宾银行要求大写金额与数字金额完全匹配，且不能使用缩写（例如'Pesos'与'PHP'）",
  "regex": "amount.*in.*words.*does.*not.*match|check.*rejected.*Pesos|BSP.*check.*clearing.*error",
  "domain": "banking",
  "category": "data_error",
  "subcategory": null,
  "root_cause": "Under Bangko Sentral ng Pilipinas (BSP) Check Clearing Rules, a check is rejected if the amount in words deviates from the numeric amount by even a single character, including currency denomination (must be 'Pesos' not 'PHP' or 'P'), punctuation, or spacing; this causes high rejection rates for foreign-issued checks.",
  "root_cause_type": "generic",
  "root_cause_zh": "根据菲律宾中央银行（BSP）支票清算规则，如果大写金额与数字金额存在任何字符差异（包括币种必须为'Pesos'而非'PHP'或'P'、标点符号或空格），支票将被拒绝；这导致外国签发支票的退票率很高。",
  "versions": [
    {
      "version": "BSP Check Clearing Rules 2024",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "BDO 2023",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Metrobank 2024",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Write 'PHP 10,000.00' in the amount box and 'Ten Thousand PHP' in words",
      "why_fails": "BSP rules require 'Pesos' not 'PHP'; using 'PHP' will cause rejection with error 'Currency denomination mismatch'",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "Use a comma in the numeric amount but not in the words (e.g., '10,000.00' vs 'Ten Thousand')",
      "why_fails": "The numeric amount must match the words exactly; if the numeric has a comma, the words must also include 'and' for cents (e.g., 'Ten Thousand Pesos and 00/100')",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "Issue a manager's check instead of a personal check",
      "why_fails": "Manager's checks from foreign banks still go through the same BSP clearing process; the same amount-in-words rule applies",
      "fail_rate": 0.65,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Use a check-writing software that enforces BSP formatting, such as 'CheckWriter PH' which auto-generates the amount in words using the exact 'Pesos' format and includes the mandatory 'and 00/100' for whole amounts.",
      "success_rate": 0.9,
      "how": "Use a check-writing software that enforces BSP formatting, such as 'CheckWriter PH' which auto-generates the amount in words using the exact 'Pesos' format and includes the mandatory 'and 00/100' for whole amounts.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Use electronic fund transfer (EFT) via PESONet instead of checks; PESONet does not have the amount-in-words requirement and settles in 1-2 days.",
      "success_rate": 0.92,
      "how": "Use electronic fund transfer (EFT) via PESONet instead of checks; PESONet does not have the amount-in-words requirement and settles in 1-2 days.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Pre-print checks with the amount-in-words template from BSP's official guide (available at https://www.bsp.gov.ph/), ensuring you use 'Pesos' and include 'and 00/100' for whole amounts.",
      "success_rate": 0.85,
      "how": "Pre-print checks with the amount-in-words template from BSP's official guide (available at https://www.bsp.gov.ph/), ensuring you use 'Pesos' and include 'and 00/100' for whole amounts.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Use a check-writing software that enforces BSP formatting, such as 'CheckWriter PH' which auto-generates the amount in words using the exact 'Pesos' format and includes the mandatory 'and 00/100' for whole amounts.",
    "Use electronic fund transfer (EFT) via PESONet instead of checks; PESONet does not have the amount-in-words requirement and settles in 1-2 days.",
    "Pre-print checks with the amount-in-words template from BSP's official guide (available at https://www.bsp.gov.ph/), ensuring you use 'Pesos' and include 'and 00/100' for whole amounts."
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://www.bsp.gov.ph/Pages/CheckClearing/CheckRules.aspx",
  "official_doc_section": null,
  "error_code": "BSP-CHECK-AMOUNT-WORDS-001",
  "verification_tier": "ai_generated",
  "confidence": 0.81,
  "fix_success_rate": 0.77,
  "resolvable": "true",
  "first_seen": "2024-04-18",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}