← Back to schema index

FinanceSummaryResource

JSON:API wrapper for the financial summary.

Properties

FieldTypeDescription
typestringJSON:API resource type (always `finance_summary`).
attributesobjectUser financial KPIs for a calendar month. Includes counts by Banxico verdict, monetary aggregates, daily breakdown, top counterparties and banks, verdict distribution, and comparison with the previous month.
periodobjectTime range of the summary (full calendar month).
monthstringMonth in YYYY-MM format.
from_utcstring (date-time)Start of the month in UTC (ISO 8601).
to_utcstring (date-time)End of the month in UTC (ISO 8601, exclusive).
countsobjectValidation counts by Banxico verdict plus soft-deletes for the period (informational).
totalintegerTotal validations completed in the period (excludes `pending`).
validintegerValidations with Banxico verdict `valid` in the period.
invalidintegerValidations with Banxico verdict `invalid` in the period.
not_foundintegerValidations with Banxico verdict `not_found` in the period.
cep_unavailableintegerValidations with Banxico verdict `cep_unavailable` in the period.
errorintegerValidations that ended with a technical error (Banxico did not respond, timeout, etc.) in the period.
pendingintegerValidations still in progress (async ones awaiting Banxico response) at the end of the period.
deletedintegerSoft-deleted validations in the period.
amountsobjectMonetary aggregates for the period. `verified_volume` sums only validations with `valid` result.
total_volumenumberTotal volume in MXN.
verified_volumenumberVolume in MXN of validations with `valid` result.
unverified_volumenumberDifference between total and verified volume.
avg_ticketnumberAverage amount per validation in MXN.
median_ticketnumberMedian amount per validation in MXN.
max_ticketnumberLargest individual amount in the month in MXN.
min_ticketnumberSmallest individual amount in the month in MXN.
verified_share_pctnumberPercentage of total volume from verified validations, expressed from 0 to 100.
success_ratenumberSuccess rate: percentage of validations with `valid` result out of all completed, expressed from 0 to 100.
avg_processing_msintegerAverage processing time in milliseconds for the period.
daily_breakdownarrayDaily breakdown for days with activity. Days with no validations are omitted.
top_counterpartiesarrayTop 5 user beneficiary accounts by verified volume in the month.
top_banks_receptorarrayTop 5 receiving banks by verified volume.
top_banks_emisorarrayTop 5 sending banks by verified volume.
verdict_distributionobjectValidation count by Banxico verdict value. Missing values imply zero.
comparison_prev_monthobjectComparison against the previous month. Deltas are `null` when the previous month had a zero base (growth not defined).
prev_monthstringPrevious month in YYYY-MM format.
totalintegerTotal validations in the previous month.
verified_volumenumberVerified volume in the previous month in MXN.
total_delta_pctnumber | nullPercentage change in total count vs. the previous month. `null` when the previous month had zero validations.
volume_delta_pctnumber | nullPercentage change in verified volume vs. the previous month. `null` when the previous month had zero verified volume.
foliostringDeterministic statement folio for the month, identical to the value returned in the `X-Finance-Folio` header of the export endpoint.

Used in operations

  • GET /v1/finance/summary

Referenced by schemas