{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": ["Organization", "ProfessionalService", "FinancialService"],
      "@id": "https://www.henstreet.com#organisation",
      "name": "Hen Street",
      "legalName": "Hen Street Advisory",
      "url": "https://www.henstreet.com",
      "email": "partners@henstreet.com",
      "description": "Boutique advisory and intermediation for African and emerging-market sovereigns and the corporates that trade with them.",
      "foundingDate": "2024",
      "knowsLanguage": ["English", "French"],
      "areaServed": [
        { "@type": "Place", "name": "Africa" },
        { "@type": "Place", "name": "Middle East" },
        { "@type": "Place", "name": "Latin America" }
      ],
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "contactType": "partner inquiries",
          "email": "partners@henstreet.com",
          "availableLanguage": ["English", "French"],
          "areaServed": ["Africa", "Europe", "Middle East", "North America"]
        }
      ],
      "makesOffer": [
        { "@type": "Offer", "itemOffered": { "@type": "Service", "@id": "https://www.henstreet.com/#sovereign-debt-advisory", "name": "Sovereign Debt Advisory" } },
        { "@type": "Offer", "itemOffered": { "@type": "Service", "@id": "https://www.henstreet.com/#commodities", "name": "Commodities — Origination, Offtake and Credit-Wrapped Distribution" } },
        { "@type": "Offer", "itemOffered": { "@type": "Service", "@id": "https://www.henstreet.com/#defence-strategic-industries", "name": "Defence & Strategic Industries — Procurement and Programme Financing" } },
        { "@type": "Offer", "itemOffered": { "@type": "Service", "@id": "https://www.henstreet.com/#trade-finance-receivables", "name": "Trade Finance & Receivables" } }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://www.henstreet.com#website",
      "url": "https://www.henstreet.com",
      "name": "Hen Street",
      "publisher": { "@id": "https://www.henstreet.com#organisation" },
      "inLanguage": "en-GB"
    }
  ]
}
