Files
finance-duck/internal/journal/testdata/25-value-date-and-comments.finance
T
2026-09-10 12:30:42 +02:00

29 lines
649 B
Plaintext

# Fixture 25-value-date-and-comments
transaction {
# Bank facts: preserve these bytes when enrichment changes.
facts: {
"id": "tx_fixture_25",
"source": "csv",
"account_id": "acc_main",
"booking_date": "2026-01-25",
"amount": "-12.34",
"currency": "EUR",
"raw_description": "Booked after settlement",
"fingerprint": "fp_fixture_25",
"value_date": "2025-12-31"
}
// Editable classification metadata follows.
enrichment: {
"kind": "expense",
"tag_ids": [
"tag_food",
"tag_recurring"
],
"classification": {
"source": "merchant-defaults"
},
"category_id": "cat_grocery",
"merchant_id": "mer_cafe"
}
}