> ## Documentation Index
> Fetch the complete documentation index at: https://docs.momentco.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Merchant Reconciliation and Settlement Report formats

Moment generates two types of financial reports, delivered to your SFTP on a daily basis. Use them to track the state of transactions processed on the platform and confirm the amounts being settled to your bank account.

Each report covers a different lens: the Reconciliation Report gives a transaction-level view of what was processed and closed, while the Settlement Report summarises what was settled and when.

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Reconciliation Report" icon="list" href="/documentation/reconciliation-reporting/reconciliation-report">
    All transactions processed and closed during the previous day, with fees and settlement amounts.
  </Card>

  <Card title="Settlement Report" icon="building-columns" href="/documentation/reconciliation-reporting/settlement-report">
    A summary of settlements performed to your account, generated when settlement events occur.
  </Card>
</div>
