{
  "schema_version": "1.2",
  "base_date": "2026-08-18",
  "changelog": {
    "1.1": "2026-08-31: A001 expects_clarification true->false. El gt tenia amount y movement_type definidos, inconsistente con la politica del prompt de LUKA (aclarar solo si falta monto o tipo). Clarify messages: 24 -> 23.",
    "1.2": "2026-08-31: A004/A007/A021 reescritos para eliminar contaminacion con prompt.md (los textos originales aparecian literalmente como ejemplos del prompt). GT semantico preservado (type/amount/currency/category/expects_clarification/fecha inalterados; description ajustada al nuevo texto en A021)."
  },
  "messages": [
    {
      "id": "S001",
      "type": "simple",
      "text": "Gasté $5000 en comida",
      "gt": {
        "movement_type": "egreso",
        "amount": 5000.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en comida",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S002",
      "type": "simple",
      "text": "Pagué $32000 de alquiler",
      "gt": {
        "movement_type": "egreso",
        "amount": 32000.0,
        "currency": "ARS",
        "category": "alquiler",
        "description": "pago de alquiler",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S003",
      "type": "simple",
      "text": "Cobré $280000 de sueldo",
      "gt": {
        "movement_type": "ingreso",
        "amount": 280000.0,
        "currency": "ARS",
        "category": "sueldo",
        "description": "cobro de sueldo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S004",
      "type": "simple",
      "text": "Compré nafta por $40000",
      "gt": {
        "movement_type": "egreso",
        "amount": 40000.0,
        "currency": "ARS",
        "category": "nafta",
        "description": "compra de nafta",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S005",
      "type": "simple",
      "text": "Gasté $15000 en supermercado",
      "gt": {
        "movement_type": "egreso",
        "amount": 15000.0,
        "currency": "ARS",
        "category": "supermercado",
        "description": "gasto en supermercado",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S006",
      "type": "simple",
      "text": "Me pagaron $60000 por un trabajo",
      "gt": {
        "movement_type": "ingreso",
        "amount": 60000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de trabajo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S007",
      "type": "simple",
      "text": "Pagué $18000 de internet",
      "gt": {
        "movement_type": "egreso",
        "amount": 18000.0,
        "currency": "ARS",
        "category": "internet",
        "description": "pago de internet",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S008",
      "type": "simple",
      "text": "Gasté $8000 en taxi",
      "gt": {
        "movement_type": "egreso",
        "amount": 8000.0,
        "currency": "ARS",
        "category": "taxi",
        "description": "gasto en taxi",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S009",
      "type": "simple",
      "text": "Cobré $75000 de un cliente",
      "gt": {
        "movement_type": "ingreso",
        "amount": 75000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de cliente",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S010",
      "type": "simple",
      "text": "Pagué $25000 en la farmacia",
      "gt": {
        "movement_type": "egreso",
        "amount": 25000.0,
        "currency": "ARS",
        "category": "farmacia",
        "description": "pago en farmacia",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S011",
      "type": "simple",
      "text": "Gasté $12000 en ropa",
      "gt": {
        "movement_type": "egreso",
        "amount": 12000.0,
        "currency": "ARS",
        "category": "ropa",
        "description": "gasto en ropa",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S012",
      "type": "simple",
      "text": "Recibí $50000 de regalo",
      "gt": {
        "movement_type": "ingreso",
        "amount": 50000.0,
        "currency": "ARS",
        "category": "regalo",
        "description": "ingreso por regalo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S013",
      "type": "simple",
      "text": "Me pagaron $9000 por un trabajo chico",
      "gt": {
        "movement_type": "ingreso",
        "amount": 9000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de un trabajo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S014",
      "type": "simple",
      "text": "Gasté $30000 en la verdulería",
      "gt": {
        "movement_type": "egreso",
        "amount": 30000.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en verdulería",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S015",
      "type": "simple",
      "text": "Pagué $45000 de gas",
      "gt": {
        "movement_type": "egreso",
        "amount": 45000.0,
        "currency": "ARS",
        "category": "gas",
        "description": "pago de gas",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S016",
      "type": "simple",
      "text": "Cobré $95000 por una venta",
      "gt": {
        "movement_type": "ingreso",
        "amount": 95000.0,
        "currency": "ARS",
        "category": "venta",
        "description": "cobro por venta",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S017",
      "type": "simple",
      "text": "Gasté $20000 en el cine",
      "gt": {
        "movement_type": "egreso",
        "amount": 20000.0,
        "currency": "ARS",
        "category": "ocio",
        "description": "gasto en cine",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S018",
      "type": "simple",
      "text": "Recibí $10000 de un familiar",
      "gt": {
        "movement_type": "ingreso",
        "amount": 10000.0,
        "currency": "ARS",
        "category": null,
        "description": "ingreso de familiar",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S019",
      "type": "simple",
      "text": "Depositaron $150000 en mi cuenta",
      "gt": {
        "movement_type": "ingreso",
        "amount": 150000.0,
        "currency": "ARS",
        "category": null,
        "description": "depósito en cuenta",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S020",
      "type": "simple",
      "text": "Cobré $6500 de un reembolso",
      "gt": {
        "movement_type": "ingreso",
        "amount": 6500.0,
        "currency": "ARS",
        "category": null,
        "description": "cobro de reembolso",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C001",
      "type": "coloquial",
      "text": "Me dejé 15 lucas en el súper",
      "gt": {
        "movement_type": "egreso",
        "amount": 15000.0,
        "currency": "ARS",
        "category": "supermercado",
        "description": "gasto en supermercado",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C002",
      "type": "coloquial",
      "text": "Gasté 2 palos en el auto",
      "gt": {
        "movement_type": "egreso",
        "amount": 2000000.0,
        "currency": "ARS",
        "category": null,
        "description": "gasto en auto",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C003",
      "type": "coloquial",
      "text": "Cobré 300 lucas de sueldo",
      "gt": {
        "movement_type": "ingreso",
        "amount": 300000.0,
        "currency": "ARS",
        "category": "sueldo",
        "description": "cobro de sueldo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C004",
      "type": "coloquial",
      "text": "Pagué 12 lucas de luz",
      "gt": {
        "movement_type": "egreso",
        "amount": 12000.0,
        "currency": "ARS",
        "category": "luz",
        "description": "pago de luz",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C005",
      "type": "coloquial",
      "text": "Me saqué 50 lucas del cajero",
      "gt": {
        "movement_type": "egreso",
        "amount": 50000.0,
        "currency": "ARS",
        "category": null,
        "description": "extracción de cajero",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C006",
      "type": "coloquial",
      "text": "Me quedé hecha pelota en la joda, gasté 20 lucas",
      "gt": {
        "movement_type": "egreso",
        "amount": 20000.0,
        "currency": "ARS",
        "category": "ocio",
        "description": "gasto en joda",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C007",
      "type": "coloquial",
      "text": "Le metí 30 lucas de nafta al auto",
      "gt": {
        "movement_type": "egreso",
        "amount": 30000.0,
        "currency": "ARS",
        "category": "nafta",
        "description": "carga de nafta",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C008",
      "type": "coloquial",
      "text": "Cobré 80 lucas por un laburo",
      "gt": {
        "movement_type": "ingreso",
        "amount": 80000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de trabajo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C009",
      "type": "coloquial",
      "text": "Pagué 1 palo de alquiler",
      "gt": {
        "movement_type": "egreso",
        "amount": 1000000.0,
        "currency": "ARS",
        "category": "alquiler",
        "description": "pago de alquiler",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C010",
      "type": "coloquial",
      "text": "Gané 5 lucas por una venta",
      "gt": {
        "movement_type": "ingreso",
        "amount": 5000.0,
        "currency": "ARS",
        "category": "venta",
        "description": "cobro por venta",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C011",
      "type": "coloquial",
      "text": "Gané 40 lucas en la quiniela",
      "gt": {
        "movement_type": "ingreso",
        "amount": 40000.0,
        "currency": "ARS",
        "category": null,
        "description": "ganancia de quiniela",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C012",
      "type": "coloquial",
      "text": "Pagué 25 lucas de internet",
      "gt": {
        "movement_type": "egreso",
        "amount": 25000.0,
        "currency": "ARS",
        "category": "internet",
        "description": "pago de internet",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C013",
      "type": "coloquial",
      "text": "Cobré 150 lucas de una changa",
      "gt": {
        "movement_type": "ingreso",
        "amount": 150000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de changa",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C014",
      "type": "coloquial",
      "text": "Me gasté 18 lucas en delivery",
      "gt": {
        "movement_type": "egreso",
        "amount": 18000.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en delivery",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C015",
      "type": "coloquial",
      "text": "Pagué 60 lucas de expensas",
      "gt": {
        "movement_type": "egreso",
        "amount": 60000.0,
        "currency": "ARS",
        "category": null,
        "description": "pago de expensas",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C016",
      "type": "coloquial",
      "text": "Cobré 9 lucas por un favor",
      "gt": {
        "movement_type": "ingreso",
        "amount": 9000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de favor",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C017",
      "type": "coloquial",
      "text": "Cobré 200 lucas por la venta de la moto",
      "gt": {
        "movement_type": "ingreso",
        "amount": 200000.0,
        "currency": "ARS",
        "category": "venta",
        "description": "cobro por venta de moto",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C018",
      "type": "coloquial",
      "text": "Gasté 40 lucas en zapatillas",
      "gt": {
        "movement_type": "egreso",
        "amount": 40000.0,
        "currency": "ARS",
        "category": "ropa",
        "description": "gasto en zapatillas",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C019",
      "type": "coloquial",
      "text": "Me regalaron 7 lucas",
      "gt": {
        "movement_type": "ingreso",
        "amount": 7000.0,
        "currency": "ARS",
        "category": "regalo",
        "description": "regalo de dinero",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C020",
      "type": "coloquial",
      "text": "Me devolvieron 10 lucas",
      "gt": {
        "movement_type": "ingreso",
        "amount": 10000.0,
        "currency": "ARS",
        "category": null,
        "description": "devolución de dinero",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "T001",
      "type": "temporal",
      "text": "Ayer pagué 30 mil de luz",
      "gt": {
        "movement_type": "egreso",
        "amount": 30000.0,
        "currency": "ARS",
        "category": "luz",
        "description": "pago de luz",
        "expects_clarification": false,
        "fecha": "2026-08-17"
      }
    },
    {
      "id": "T002",
      "type": "temporal",
      "text": "Hoy cobré 250 mil de sueldo",
      "gt": {
        "movement_type": "ingreso",
        "amount": 250000.0,
        "currency": "ARS",
        "category": "sueldo",
        "description": "cobro de sueldo",
        "expects_clarification": false,
        "fecha": "2026-08-18"
      }
    },
    {
      "id": "T003",
      "type": "temporal",
      "text": "El martes pasado gasté 10 mil en el súper",
      "gt": {
        "movement_type": "egreso",
        "amount": 10000.0,
        "currency": "ARS",
        "category": "supermercado",
        "description": "gasto en supermercado",
        "expects_clarification": false,
        "fecha": "2026-08-11"
      }
    },
    {
      "id": "T004",
      "type": "temporal",
      "text": "Hace dos días pagué el alquiler, 320 mil",
      "gt": {
        "movement_type": "egreso",
        "amount": 320000.0,
        "currency": "ARS",
        "category": "alquiler",
        "description": "pago de alquiler",
        "expects_clarification": false,
        "fecha": "2026-08-16"
      }
    },
    {
      "id": "T005",
      "type": "temporal",
      "text": "Anoche gasté 8 mil en delivery",
      "gt": {
        "movement_type": "egreso",
        "amount": 8000.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en delivery",
        "expects_clarification": false,
        "fecha": "2026-08-17"
      }
    },
    {
      "id": "T006",
      "type": "temporal",
      "text": "El lunes cobré 40 mil de un trabajo",
      "gt": {
        "movement_type": "ingreso",
        "amount": 40000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de trabajo",
        "expects_clarification": false,
        "fecha": "2026-08-17"
      }
    },
    {
      "id": "T007",
      "type": "temporal",
      "text": "Anteayer compré nafta por 25 mil",
      "gt": {
        "movement_type": "egreso",
        "amount": 25000.0,
        "currency": "ARS",
        "category": "nafta",
        "description": "compra de nafta",
        "expects_clarification": false,
        "fecha": "2026-08-16"
      }
    },
    {
      "id": "T008",
      "type": "temporal",
      "text": "El viernes de la semana pasada gasté 15 mil en la farmacia",
      "gt": {
        "movement_type": "egreso",
        "amount": 15000.0,
        "currency": "ARS",
        "category": "farmacia",
        "description": "gasto en farmacia",
        "expects_clarification": false,
        "fecha": "2026-08-14"
      }
    },
    {
      "id": "T009",
      "type": "temporal",
      "text": "Hace tres días pagué el internet, 18 mil",
      "gt": {
        "movement_type": "egreso",
        "amount": 18000.0,
        "currency": "ARS",
        "category": "internet",
        "description": "pago de internet",
        "expects_clarification": false,
        "fecha": "2026-08-15"
      }
    },
    {
      "id": "T010",
      "type": "temporal",
      "text": "El sábado cobré 60 mil por un trabajo",
      "gt": {
        "movement_type": "ingreso",
        "amount": 60000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de trabajo",
        "expects_clarification": false,
        "fecha": "2026-08-15"
      }
    },
    {
      "id": "T011",
      "type": "temporal",
      "text": "El jueves gasté 12 mil en ropa",
      "gt": {
        "movement_type": "egreso",
        "amount": 12000.0,
        "currency": "ARS",
        "category": "ropa",
        "description": "gasto en ropa",
        "expects_clarification": false,
        "fecha": "2026-08-13"
      }
    },
    {
      "id": "T012",
      "type": "temporal",
      "text": "Hace una semana me pagaron 90 mil por una venta",
      "gt": {
        "movement_type": "ingreso",
        "amount": 90000.0,
        "currency": "ARS",
        "category": "venta",
        "description": "cobro por venta",
        "expects_clarification": false,
        "fecha": "2026-08-11"
      }
    },
    {
      "id": "T013",
      "type": "temporal",
      "text": "El domingo cobré 22 mil por una venta",
      "gt": {
        "movement_type": "ingreso",
        "amount": 22000.0,
        "currency": "ARS",
        "category": "venta",
        "description": "cobro por venta",
        "expects_clarification": false,
        "fecha": "2026-08-16"
      }
    },
    {
      "id": "T014",
      "type": "temporal",
      "text": "Ayer a la tarde gasté 5 mil en el kiosco",
      "gt": {
        "movement_type": "egreso",
        "amount": 5000.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en kiosco",
        "expects_clarification": false,
        "fecha": "2026-08-17"
      }
    },
    {
      "id": "T015",
      "type": "temporal",
      "text": "El miércoles de la semana pasada me depositaron 120 mil",
      "gt": {
        "movement_type": "ingreso",
        "amount": 120000.0,
        "currency": "ARS",
        "category": null,
        "description": "depósito en cuenta",
        "expects_clarification": false,
        "fecha": "2026-08-12"
      }
    },
    {
      "id": "T016",
      "type": "temporal",
      "text": "El sábado a la noche gasté 30 mil en un restaurante",
      "gt": {
        "movement_type": "egreso",
        "amount": 30000.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en restaurante",
        "expects_clarification": false,
        "fecha": "2026-08-15"
      }
    },
    {
      "id": "T017",
      "type": "temporal",
      "text": "Ayer pagué 95 mil de expensas",
      "gt": {
        "movement_type": "egreso",
        "amount": 95000.0,
        "currency": "ARS",
        "category": null,
        "description": "pago de expensas",
        "expects_clarification": false,
        "fecha": "2026-08-17"
      }
    },
    {
      "id": "T018",
      "type": "temporal",
      "text": "Hoy gasté 6 mil en el colectivo y el subte",
      "gt": {
        "movement_type": "egreso",
        "amount": 6000.0,
        "currency": "ARS",
        "category": "transporte",
        "description": "gasto en transporte",
        "expects_clarification": false,
        "fecha": "2026-08-18"
      }
    },
    {
      "id": "T019",
      "type": "temporal",
      "text": "El viernes cobré 50 mil de un cliente",
      "gt": {
        "movement_type": "ingreso",
        "amount": 50000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de cliente",
        "expects_clarification": false,
        "fecha": "2026-08-14"
      }
    },
    {
      "id": "T020",
      "type": "temporal",
      "text": "Hace cuatro días pagué el cable, 9 mil",
      "gt": {
        "movement_type": "egreso",
        "amount": 9000.0,
        "currency": "ARS",
        "category": "cable",
        "description": "pago de cable",
        "expects_clarification": false,
        "fecha": "2026-08-14"
      }
    },
    {
      "id": "A001",
      "type": "ambiguo",
      "text": "Pagué 20",
      "gt": {
        "movement_type": "egreso",
        "amount": 20.0,
        "currency": "ARS",
        "category": null,
        "description": "pago",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "A002",
      "type": "ambiguo",
      "text": "Gasté en la farmacia",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": "farmacia",
        "description": "gasto en farmacia",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A003",
      "type": "ambiguo",
      "text": "Me llegó plata",
      "gt": {
        "movement_type": "ingreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "ingreso de dinero",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A004",
      "type": "ambiguo",
      "text": "Aboné la factura de la luz",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": "luz",
        "description": "pago de luz",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A005",
      "type": "ambiguo",
      "text": "Cobré algo",
      "gt": {
        "movement_type": "ingreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "cobro",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A006",
      "type": "ambiguo",
      "text": "Se me fue plata de la cuenta",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "salida de dinero",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A007",
      "type": "ambiguo",
      "text": "Me gasté 50 pesos",
      "gt": {
        "movement_type": "egreso",
        "amount": 50.0,
        "currency": "ARS",
        "category": null,
        "description": "gasto",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "A008",
      "type": "ambiguo",
      "text": "Compré cosas",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "compra",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A009",
      "type": "ambiguo",
      "text": "Me hicieron una transferencia",
      "gt": {
        "movement_type": "ingreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "transferencia recibida",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A010",
      "type": "ambiguo",
      "text": "Pagué con tarjeta",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "pago con tarjeta",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A011",
      "type": "ambiguo",
      "text": "Me sobró plata",
      "gt": {
        "movement_type": null,
        "amount": null,
        "currency": null,
        "category": null,
        "description": null,
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A012",
      "type": "ambiguo",
      "text": "Gasté en la verdulería",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en verdulería",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A013",
      "type": "ambiguo",
      "text": "Devolvieron plata",
      "gt": {
        "movement_type": "ingreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "devolución",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A014",
      "type": "ambiguo",
      "text": "Le pagué a mi vieja",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "pago a familiar",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A015",
      "type": "ambiguo",
      "text": "Aboné el alquiler",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": "alquiler",
        "description": "pago de alquiler",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A016",
      "type": "ambiguo",
      "text": "Estaba contento cuando me depositaron",
      "gt": {
        "movement_type": "ingreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "depósito",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A017",
      "type": "ambiguo",
      "text": "Hubo un débito automático",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "débito automático",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A018",
      "type": "ambiguo",
      "text": "Me pagaron 30",
      "gt": {
        "movement_type": "ingreso",
        "amount": 30.0,
        "currency": "ARS",
        "category": null,
        "description": "cobro",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "A019",
      "type": "ambiguo",
      "text": "Saqué plata del cajero",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "extracción de cajero",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A020",
      "type": "ambiguo",
      "text": "Recibí un reembolso",
      "gt": {
        "movement_type": "ingreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "reembolso recibido",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "P001",
      "type": "multiples_operaciones",
      "text": "Hoy cobré 50 mil de un trabajo y gasté 10 mil en transporte",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 50000.0,
            "currency": "ARS",
            "category": "trabajo",
            "description": "cobro de trabajo"
          },
          {
            "movement_type": "egreso",
            "amount": 10000.0,
            "currency": "ARS",
            "category": "transporte",
            "description": "gasto en transporte"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P002",
      "type": "multiples_operaciones",
      "text": "Gasté 5 mil en comida y 3 mil en transporte",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 5000.0,
            "currency": "ARS",
            "category": "comida",
            "description": "gasto en comida"
          },
          {
            "movement_type": "egreso",
            "amount": 3000.0,
            "currency": "ARS",
            "category": "transporte",
            "description": "gasto en transporte"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P003",
      "type": "multiples_operaciones",
      "text": "Cobré 200 lucas de sueldo y pagué 30 lucas de alquiler",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 200000.0,
            "currency": "ARS",
            "category": "sueldo",
            "description": "cobro de sueldo"
          },
          {
            "movement_type": "egreso",
            "amount": 30000.0,
            "currency": "ARS",
            "category": "alquiler",
            "description": "pago de alquiler"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P004",
      "type": "multiples_operaciones",
      "text": "Pagué 12 mil de luz y 8 mil de internet",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 12000.0,
            "currency": "ARS",
            "category": "luz",
            "description": "pago de luz"
          },
          {
            "movement_type": "egreso",
            "amount": 8000.0,
            "currency": "ARS",
            "category": "internet",
            "description": "pago de internet"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P005",
      "type": "multiples_operaciones",
      "text": "Me depositaron 90 mil y saqué 20 mil del cajero",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 90000.0,
            "currency": "ARS",
            "category": null,
            "description": "depósito"
          },
          {
            "movement_type": "egreso",
            "amount": 20000.0,
            "currency": "ARS",
            "category": null,
            "description": "extracción de cajero"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P006",
      "type": "multiples_operaciones",
      "text": "Gasté 40 mil en el súper y 15 mil en nafta",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 40000.0,
            "currency": "ARS",
            "category": "supermercado",
            "description": "gasto en supermercado"
          },
          {
            "movement_type": "egreso",
            "amount": 15000.0,
            "currency": "ARS",
            "category": "nafta",
            "description": "compra de nafta"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P007",
      "type": "multiples_operaciones",
      "text": "Cobré 60 mil por un trabajo y me devolvieron 5 mil",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 60000.0,
            "currency": "ARS",
            "category": "trabajo",
            "description": "cobro de trabajo"
          },
          {
            "movement_type": "ingreso",
            "amount": 5000.0,
            "currency": "ARS",
            "category": null,
            "description": "devolución de dinero"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P008",
      "type": "multiples_operaciones",
      "text": "Pagué 25 mil en la farmacia y 10 mil en el kiosco",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 25000.0,
            "currency": "ARS",
            "category": "farmacia",
            "description": "gasto en farmacia"
          },
          {
            "movement_type": "egreso",
            "amount": 10000.0,
            "currency": "ARS",
            "category": "comida",
            "description": "gasto en kiosco"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P009",
      "type": "multiples_operaciones",
      "text": "Recibí 150 mil de un cliente y pagué 30 mil de expensas",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 150000.0,
            "currency": "ARS",
            "category": "trabajo",
            "description": "cobro de cliente"
          },
          {
            "movement_type": "egreso",
            "amount": 30000.0,
            "currency": "ARS",
            "category": null,
            "description": "pago de expensas"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P010",
      "type": "multiples_operaciones",
      "text": "Gasté 20 mil en ropa y 12 mil en el cine",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 20000.0,
            "currency": "ARS",
            "category": "ropa",
            "description": "gasto en ropa"
          },
          {
            "movement_type": "egreso",
            "amount": 12000.0,
            "currency": "ARS",
            "category": "ocio",
            "description": "gasto en cine"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P011",
      "type": "multiples_operaciones",
      "text": "Cobré 80 mil por una venta y pagué 18 mil de internet",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 80000.0,
            "currency": "ARS",
            "category": "venta",
            "description": "cobro por venta"
          },
          {
            "movement_type": "egreso",
            "amount": 18000.0,
            "currency": "ARS",
            "category": "internet",
            "description": "pago de internet"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P012",
      "type": "multiples_operaciones",
      "text": "Ayer pagué 30 mil de luz y hoy 20 mil de gas",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 30000.0,
            "currency": "ARS",
            "category": "luz",
            "description": "pago de luz"
          },
          {
            "movement_type": "egreso",
            "amount": 20000.0,
            "currency": "ARS",
            "category": "gas",
            "description": "pago de gas"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P013",
      "type": "multiples_operaciones",
      "text": "Gasté 50 mil en el supermercado y me depositaron 120 mil",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 50000.0,
            "currency": "ARS",
            "category": "supermercado",
            "description": "gasto en supermercado"
          },
          {
            "movement_type": "ingreso",
            "amount": 120000.0,
            "currency": "ARS",
            "category": null,
            "description": "depósito"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P014",
      "type": "multiples_operaciones",
      "text": "Pagué 6 mil de taxi y 4 mil de estacionamiento",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 6000.0,
            "currency": "ARS",
            "category": "taxi",
            "description": "gasto en taxi"
          },
          {
            "movement_type": "egreso",
            "amount": 4000.0,
            "currency": "ARS",
            "category": "transporte",
            "description": "pago de estacionamiento"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P015",
      "type": "multiples_operaciones",
      "text": "Cobré 250 mil de sueldo y pagué 90 mil de alquiler",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 250000.0,
            "currency": "ARS",
            "category": "sueldo",
            "description": "cobro de sueldo"
          },
          {
            "movement_type": "egreso",
            "amount": 90000.0,
            "currency": "ARS",
            "category": "alquiler",
            "description": "pago de alquiler"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P016",
      "type": "multiples_operaciones",
      "text": "Me dejé 15 lucas en el súper y 8 lucas en la verdulería",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 15000.0,
            "currency": "ARS",
            "category": "supermercado",
            "description": "gasto en supermercado"
          },
          {
            "movement_type": "egreso",
            "amount": 8000.0,
            "currency": "ARS",
            "category": "comida",
            "description": "gasto en verdulería"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P017",
      "type": "multiples_operaciones",
      "text": "Gasté 30 mil en el veterinario y 7 mil en la farmacia",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 30000.0,
            "currency": "ARS",
            "category": null,
            "description": "gasto en veterinario"
          },
          {
            "movement_type": "egreso",
            "amount": 7000.0,
            "currency": "ARS",
            "category": "farmacia",
            "description": "gasto en farmacia"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P018",
      "type": "multiples_operaciones",
      "text": "Cobré 45 mil de un cliente y gasté 9 mil en nafta",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 45000.0,
            "currency": "ARS",
            "category": "trabajo",
            "description": "cobro de cliente"
          },
          {
            "movement_type": "egreso",
            "amount": 9000.0,
            "currency": "ARS",
            "category": "nafta",
            "description": "compra de nafta"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P019",
      "type": "multiples_operaciones",
      "text": "Pagué 100 mil de tarjeta y cobré 30 mil de una devolución",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 100000.0,
            "currency": "ARS",
            "category": null,
            "description": "pago de tarjeta"
          },
          {
            "movement_type": "ingreso",
            "amount": 30000.0,
            "currency": "ARS",
            "category": null,
            "description": "cobro de devolución"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P020",
      "type": "multiples_operaciones",
      "text": "Gasté 70 mil en el súper y 25 mil en el restaurante",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 70000.0,
            "currency": "ARS",
            "category": "supermercado",
            "description": "gasto en supermercado"
          },
          {
            "movement_type": "egreso",
            "amount": 25000.0,
            "currency": "ARS",
            "category": "comida",
            "description": "gasto en restaurante"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S021",
      "type": "simple",
      "text": "Compré pan por $800",
      "gt": {
        "movement_type": "egreso",
        "amount": 800.0,
        "currency": "ARS",
        "category": "comida",
        "description": "compra de pan",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S022",
      "type": "simple",
      "text": "Pagué el colectivo $500",
      "gt": {
        "movement_type": "egreso",
        "amount": 500.0,
        "currency": "ARS",
        "category": "transporte",
        "description": "pago de colectivo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S023",
      "type": "simple",
      "text": "Cobré $1500 de una venta",
      "gt": {
        "movement_type": "ingreso",
        "amount": 1500.0,
        "currency": "ARS",
        "category": "venta",
        "description": "cobro por venta",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S024",
      "type": "simple",
      "text": "Gasté $2500 en café",
      "gt": {
        "movement_type": "egreso",
        "amount": 2500.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en café",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S025",
      "type": "simple",
      "text": "Pagé $45000 de internet",
      "gt": {
        "movement_type": "egreso",
        "amount": 45000.0,
        "currency": "ARS",
        "category": "internet",
        "description": "pago de internet",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S026",
      "type": "simple",
      "text": "Recibí $50000 de freelancing",
      "gt": {
        "movement_type": "ingreso",
        "amount": 50000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de freelancing",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S027",
      "type": "simple",
      "text": "Gasté $3200 en nafta",
      "gt": {
        "movement_type": "egreso",
        "amount": 3200.0,
        "currency": "ARS",
        "category": "nafta",
        "description": "compra de nafta",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "S028",
      "type": "simple",
      "text": "Compré regalo por $8000",
      "gt": {
        "movement_type": "egreso",
        "amount": 8000.0,
        "currency": "ARS",
        "category": "regalo",
        "description": "compra de regalo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C021",
      "type": "coloquial",
      "text": "Gasté 3 lucas en el bondi",
      "gt": {
        "movement_type": "egreso",
        "amount": 3000.0,
        "currency": "ARS",
        "category": "transporte",
        "description": "gasto en colectivo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C022",
      "type": "coloquial",
      "text": "Cobré 25 lucas de una changa",
      "gt": {
        "movement_type": "ingreso",
        "amount": 25000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de changa",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C023",
      "type": "coloquial",
      "text": "Me dejé 8 lucas en el kiosco",
      "gt": {
        "movement_type": "egreso",
        "amount": 8000.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en kiosco",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C024",
      "type": "coloquial",
      "text": "Pagué 1 palo y medio de alquiler",
      "gt": {
        "movement_type": "egreso",
        "amount": 1500000.0,
        "currency": "ARS",
        "category": "alquiler",
        "description": "pago de alquiler",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C025",
      "type": "coloquial",
      "text": "Gané 12 lucas en la quiniela",
      "gt": {
        "movement_type": "ingreso",
        "amount": 12000.0,
        "currency": "ARS",
        "category": null,
        "description": "ganancia de quiniela",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C026",
      "type": "coloquial",
      "text": "Cobré 45 lucas por un laburo",
      "gt": {
        "movement_type": "ingreso",
        "amount": 45000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de trabajo",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C027",
      "type": "coloquial",
      "text": "Me gasté 6 lucas en delivery",
      "gt": {
        "movement_type": "egreso",
        "amount": 6000.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en delivery",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "C028",
      "type": "coloquial",
      "text": "Pagué 35 lucas de expensas",
      "gt": {
        "movement_type": "egreso",
        "amount": 35000.0,
        "currency": "ARS",
        "category": null,
        "description": "pago de expensas",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "T021",
      "type": "temporal",
      "text": "El martes pasado me depositaron 80 mil",
      "gt": {
        "movement_type": "ingreso",
        "amount": 80000.0,
        "currency": "ARS",
        "category": null,
        "description": "depósito en cuenta",
        "expects_clarification": false,
        "fecha": "2026-08-11"
      }
    },
    {
      "id": "T022",
      "type": "temporal",
      "text": "Ayer compré ropa por 15 mil",
      "gt": {
        "movement_type": "egreso",
        "amount": 15000.0,
        "currency": "ARS",
        "category": "ropa",
        "description": "compra de ropa",
        "expects_clarification": false,
        "fecha": "2026-08-17"
      }
    },
    {
      "id": "T023",
      "type": "temporal",
      "text": "Hace una semana pagué 20 mil de luz",
      "gt": {
        "movement_type": "egreso",
        "amount": 20000.0,
        "currency": "ARS",
        "category": "luz",
        "description": "pago de luz",
        "expects_clarification": false,
        "fecha": "2026-08-11"
      }
    },
    {
      "id": "T024",
      "type": "temporal",
      "text": "El lunes gasté 8 mil en el super",
      "gt": {
        "movement_type": "egreso",
        "amount": 8000.0,
        "currency": "ARS",
        "category": "supermercado",
        "description": "gasto en supermercado",
        "expects_clarification": false,
        "fecha": "2026-08-17"
      }
    },
    {
      "id": "T025",
      "type": "temporal",
      "text": "El miércoles cobré 35 mil de un cliente",
      "gt": {
        "movement_type": "ingreso",
        "amount": 35000.0,
        "currency": "ARS",
        "category": "trabajo",
        "description": "cobro de cliente",
        "expects_clarification": false,
        "fecha": "2026-08-12"
      }
    },
    {
      "id": "T026",
      "type": "temporal",
      "text": "Hace dos días me pagaron 18 mil",
      "gt": {
        "movement_type": "ingreso",
        "amount": 18000.0,
        "currency": "ARS",
        "category": null,
        "description": "cobro",
        "expects_clarification": false,
        "fecha": "2026-08-16"
      }
    },
    {
      "id": "T027",
      "type": "temporal",
      "text": "El jueves pagué 22 mil de farmacia",
      "gt": {
        "movement_type": "egreso",
        "amount": 22000.0,
        "currency": "ARS",
        "category": "farmacia",
        "description": "pago de farmacia",
        "expects_clarification": false,
        "fecha": "2026-08-13"
      }
    },
    {
      "id": "T028",
      "type": "temporal",
      "text": "Anoche gasté 4 mil en la bendi",
      "gt": {
        "movement_type": "egreso",
        "amount": 4000.0,
        "currency": "ARS",
        "category": "comida",
        "description": "gasto en kiosco",
        "expects_clarification": false,
        "fecha": "2026-08-17"
      }
    },
    {
      "id": "A021",
      "type": "ambiguo",
      "text": "Compré una cosa",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "compra",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A022",
      "type": "ambiguo",
      "text": "Gasté en el súper",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": "supermercado",
        "description": "gasto en supermercado",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A023",
      "type": "ambiguo",
      "text": "Recibí plata",
      "gt": {
        "movement_type": "ingreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "ingreso de dinero",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A024",
      "type": "ambiguo",
      "text": "Me cobraron 25",
      "gt": {
        "movement_type": "egreso",
        "amount": 25.0,
        "currency": "ARS",
        "category": null,
        "description": "cobro",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "A025",
      "type": "ambiguo",
      "text": "Pagamos la luz",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": "luz",
        "description": "pago de luz",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A026",
      "type": "ambiguo",
      "text": "Saqué plata",
      "gt": {
        "movement_type": "egreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "extracción",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "A027",
      "type": "ambiguo",
      "text": "Gasté 100",
      "gt": {
        "movement_type": "egreso",
        "amount": 100.0,
        "currency": "ARS",
        "category": null,
        "description": "gasto",
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "A028",
      "type": "ambiguo",
      "text": "Me transfirieron",
      "gt": {
        "movement_type": "ingreso",
        "amount": null,
        "currency": "ARS",
        "category": null,
        "description": "transferencia recibida",
        "expects_clarification": true,
        "fecha": null
      }
    },
    {
      "id": "P021",
      "type": "multiples_operaciones",
      "text": "Gasté 12 mil en nafta y 8 mil en el estacionamiento",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 12000.0,
            "currency": "ARS",
            "category": "nafta",
            "description": "compra de nafta"
          },
          {
            "movement_type": "egreso",
            "amount": 8000.0,
            "currency": "ARS",
            "category": "transporte",
            "description": "pago de estacionamiento"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P022",
      "type": "multiples_operaciones",
      "text": "Cobré 200 mil de sueldo y me depositaron 50 mil",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 200000.0,
            "currency": "ARS",
            "category": "sueldo",
            "description": "cobro de sueldo"
          },
          {
            "movement_type": "ingreso",
            "amount": 50000.0,
            "currency": "ARS",
            "category": null,
            "description": "depósito"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P023",
      "type": "multiples_operaciones",
      "text": "Pagué 15 mil de farmacia y 10 mil de veterinario",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 15000.0,
            "currency": "ARS",
            "category": "farmacia",
            "description": "pago de farmacia"
          },
          {
            "movement_type": "egreso",
            "amount": 10000.0,
            "currency": "ARS",
            "category": null,
            "description": "gasto en veterinario"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P024",
      "type": "multiples_operaciones",
      "text": "Recibí 40 mil por una venta y pagué 20 mil de luz",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 40000.0,
            "currency": "ARS",
            "category": "venta",
            "description": "cobro por venta"
          },
          {
            "movement_type": "egreso",
            "amount": 20000.0,
            "currency": "ARS",
            "category": "luz",
            "description": "pago de luz"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P025",
      "type": "multiples_operaciones",
      "text": "Gasté 25 mil en ropa y 15 mil en zapatillas",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 25000.0,
            "currency": "ARS",
            "category": "ropa",
            "description": "gasto en ropa"
          },
          {
            "movement_type": "egreso",
            "amount": 15000.0,
            "currency": "ARS",
            "category": "ropa",
            "description": "compra de zapatillas"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P026",
      "type": "multiples_operaciones",
      "text": "Cobré 30 mil de un trabajo y gasté 5 mil en café",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 30000.0,
            "currency": "ARS",
            "category": "trabajo",
            "description": "cobro de trabajo"
          },
          {
            "movement_type": "egreso",
            "amount": 5000.0,
            "currency": "ARS",
            "category": "comida",
            "description": "gasto en café"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P027",
      "type": "multiples_operaciones",
      "text": "Me depositaron 100 mil y pagué 45 mil de internet",
      "gt": {
        "movements": [
          {
            "movement_type": "ingreso",
            "amount": 100000.0,
            "currency": "ARS",
            "category": null,
            "description": "depósito"
          },
          {
            "movement_type": "egreso",
            "amount": 45000.0,
            "currency": "ARS",
            "category": "internet",
            "description": "pago de internet"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    },
    {
      "id": "P028",
      "type": "multiples_operaciones",
      "text": "Gasté 35 mil en el súper y 12 mil en delivery",
      "gt": {
        "movements": [
          {
            "movement_type": "egreso",
            "amount": 35000.0,
            "currency": "ARS",
            "category": "supermercado",
            "description": "gasto en supermercado"
          },
          {
            "movement_type": "egreso",
            "amount": 12000.0,
            "currency": "ARS",
            "category": "comida",
            "description": "gasto en delivery"
          }
        ],
        "expects_clarification": false,
        "fecha": null
      }
    }
  ]
}