What problem does it solve? Nigerian fintech products must comply with jurisdiction-specific tax rules (VAT, CIT, WHT), FIRS e-invoicing mandates, identity verification standards (BVN/NIN/TIN/CAC), and NDPR data protection — rules that change with each Finance Act and have no safe generic defaults. This Skill provides the exact rate tables, computation kernels, API integration patterns, and validation logic needed to build compliant features without guessing. ## Core Features & Use Cases - Tax Computation Kernel: Pure, testable TypeScript functions for VAT (7.5% standard, zero-rated, exempt), WHT across six categories, CIT tiers, and VAT return netting with input VAT credit carry-forward. - FIRS e-Invoice Integration: Effect-based service for TaxPro-Max invoice submission with HMAC-SHA256 signing, exponential backoff retries, and 6-year audit trail support. - Identity & Locale Tooling: Validators for TIN, BVN, NIN, CAC numbers, and Nigerian phone numbers, plus Naira currency formatting and Lagos Pidgin (pcm) as a first-class i18n locale. - Use Case: Building a TaxBridge feature that computes VAT on an invoice, validates the customer's TIN and CAC number, submits the e-invoice to FIRS for an IRN, and displays the result in English or Lagos Pidgin. ## Quick Start Ask the AI to implement a VAT return computation with FIRS e-invoice submission for a Nigerian fintech feature using this skill.