Deposit Summary Component
High-level dashboard showing deposit activity totals, trends, and key metrics for a given period.
Embedding the Component
<div id="deposit-summary"></div>
<script>
CyoGateComponents.DepositSummary.mount('#deposit-summary', {
period: 'thisMonth',
showChart: true,
chartType: 'bar',
});
</script>
Metrics Displayed
- Total transaction volume for the period
- Total number of transactions
- Total fees charged
- Net deposits to bank
- Average transaction amount
- Day-by-day volume chart
- Decline rate percentage
Period Options
| Value | Description |
|---|---|
today | Current day |
thisWeek | Current calendar week |
thisMonth | Current calendar month |
lastMonth | Previous calendar month |
custom | Custom date range |