{
  "$schema": "https://fundingjson.org/schema/v1.1.0.json",
  "version": "v1.1.0",
  "entity": {
    "type": "organisation",
    "role": "owner",
    "name": "Tecnología Acuario S.A.S.",
    "email": "santiagoaranguren@gmail.com",
    "description": "Tecnología Acuario S.A.S. is an Argentine company founded by Santiago Aranguren that builds open-source digital public goods for Latin American governments. Its main product, GDI, is an AGPLv3 electronic records and document management system for municipalities, registered as a Digital Public Good with the Digital Public Goods Alliance.",
    "webpageUrl": {
      "url": "https://gdilatam.com",
      "wellKnown": "https://gdilatam.com/.well-known/funding-manifest-urls"
    }
  },
  "projects": [
    {
      "guid": "gdi-latam",
      "name": "GDI — Gestión Documental Inteligente",
      "description": "GDI is an open-source (AGPLv3) electronic records and document management system — the 'new municipal GDE' — for local governments in Latin America. It digitizes the full document lifecycle: drafting, official numbering, multi-party digital signature, case files (expedientes) and transfers, with an AI assistant and a complete audit trail. It is a registered Digital Public Good, currently in production at a municipal government in Argentina. Funding supports development of its AI document module, interoperability with open standards, and long-term maintenance so small and mid-sized municipalities can adopt it for free.",
      "webpageUrl": {
        "url": "https://gdilatam.com",
        "wellKnown": "https://gdilatam.com/.well-known/funding-manifest-urls"
      },
      "repositoryUrl": {
        "url": "https://github.com/GDI-APGLv3",
        "wellKnown": ""
      },
      "licenses": ["spdx:AGPL-3.0-only"],
      "tags": ["govtech", "government", "opensource", "ai", "latam", "egovernment", "records", "workflow"]
    }
  ],
  "funding": {
    "channels": [
      {
        "guid": "bank-transfer",
        "type": "bank",
        "address": "",
        "description": "Contact by email to set up a grant agreement and provide bank transfer details."
      }
    ],
    "plans": [
      {
        "guid": "ai-document-module",
        "status": "active",
        "name": "AI document module",
        "description": "Develop and harden the open-weight LLM module for document classification, semantic search and assisted drafting over municipal records, runnable on open models without vendor lock-in.",
        "amount": 50000,
        "currency": "USD",
        "frequency": "one-time",
        "channels": ["bank-transfer"]
      },
      {
        "guid": "interoperability",
        "status": "active",
        "name": "Interoperability & open standards",
        "description": "Build connectors and open APIs (aligned with GovStack building blocks) so GDI interoperates with other government systems and exposes non-PII open data.",
        "amount": 25000,
        "currency": "USD",
        "frequency": "one-time",
        "channels": ["bank-transfer"]
      },
      {
        "guid": "general-support",
        "status": "active",
        "name": "General support & maintenance",
        "description": "Flexible support for ongoing maintenance, documentation, security and community work that keeps GDI free to adopt for municipalities.",
        "amount": 0,
        "currency": "USD",
        "frequency": "one-time",
        "channels": ["bank-transfer"]
      }
    ]
  }
}
