LLM pipelines for reading and extracting structured data from financial documents at the accuracy levels financial decisions require. Document types covered: commercial and residential loan applications (extracting borrower income, assets, liabilities, property details, and loan purpose); credit agreements and facility letters (extracting counterparty names, facility amounts, interest rate terms, covenant definitions, and repayment schedules); financial statements (P&L, balance sheet, cash flow, extracting revenue, EBITDA, net debt, and key ratios with period mapping); insurance policies (coverage amounts, exclusions, premium terms, and renewal conditions); and regulatory filings (10-K, 10-Q, prospectus, ISDA confirmations). Extraction accuracy for structured fields from well-formatted documents typically reaches 93-98% with prompt engineering optimised for your document formats; 85-93% for poorly-formatted or scanned documents where OCR quality is a limiting factor. Confidence scoring per extracted field: the pipeline assigns a confidence score to each extracted value based on how unambiguous the source text was, high-confidence extractions proceed to the output record automatically; low-confidence extractions (below a configurable threshold) are routed to a human review queue with the relevant document passage highlighted for fast verification. Clause analysis for contract review: key clauses identified, categorised (limitation of liability, change of control, termination, assignment, governing law), and summarised in plain language alongside the original text. Cross-document comparison: for due diligence workflows, the pipeline compares the same field across multiple documents (comparing the borrower's stated income in the loan application against the income figure in their tax return and the payslip) and flags discrepancies for underwriter review. The pipeline is deployed on Azure OpenAI Service or AWS Bedrock (not the public OpenAI API) so financial document content never passes through a model provider's training pipeline, satisfying the data processing agreement requirements of most financial institutions.