Document Type
Letter of Award

Letter of Awards

Overview:
This section will provide a structured summary and analysis of Letters of Award for business assessment purposes.

{
  // DOCUMENT DETAILS
  "document_type": "string or null (Letter of Award, Service Agreement, Contract, etc.)",
  "document_reference": "string or null (reference number)",
  "document_date": "YYYY-MM-DD or null",

  // CLIENT/AWARDER INFORMATION (Critical for A.8)
  "client_name": "string or null (full legal name of client/awarder)",
  "client_company_type": "string or null (Sdn Bhd, Bhd, PLT, etc.)",
  "client_registration_number": "string or null (company registration number)",
  "client_industry": "string or null (client's business sector)",
  "client_background": "string or null (brief client description)",

  // PROJECT DETAILS
  "project_title": "string or null (official project name)",
  "project_description": "string or null (project description)",
  "project_type": "string or null (fundraising, advisory, M&A, IPO, etc.)",
  "scope_of_work": "string or null (main services to be provided)",

  // FINANCIAL TERMS
  "total_contract_value": "number or null (total project value)",
  "currency": "string or null (MYR, USD, etc.)",
  "base_fee": "number or null (fixed fee component)",
  "success_fee": "number or null (performance-based fee)",
  "other_fees": "number or null (other fee components)",

  // PAYMENT TERMS
  "upfront_payment": "number or null (initial payment amount)",
  "upfront_percentage": "number or null (% of total contract)",
  "milestone_payments": "string or null (payment schedule description)",
  "final_payment": "number or null (completion payment)",

  // PROJECT TIMELINE
  "project_duration": "number or null (duration in months)",
  "commencement_date": "YYYY-MM-DD or null",
  "completion_date": "YYYY-MM-DD or null",

  // SERVICE CATEGORIES
  "fundraising_advisory": "boolean or null",
  "corporate_finance": "boolean or null",
  "debt_advisory": "boolean or null",
  "business_valuation": "boolean or null",
  "other_services": "string or null",

  // BUSINESS IMPACT
  "estimated_revenue_impact": "number or null (estimated revenue contribution)",
  "strategic_importance": "string or null (high, medium, low)",
  "client_relationship_value": "string or null (long-term potential)"
}