Full Payment Rate: ${stats.paymentStats.fullyPaid}/${stats.paymentStats.total} ${((stats.paymentStats.fullyPaid/stats.paymentStats.total) * 100).toFixed(1)}%
Outstanding Payments: ${stats.paymentStats.partiallyPaid}
Collection Rate: ↑ ${stats.depositToRevenueRatio.toFixed(1)}%
Primary Channel: ${stats.contactMethodBreakdown[0]?.contactMethod || 'N/A'}
Engagement Rate: ${((stats.activeBookings/stats.totalBookings) * 100).toFixed(1)}%
Active Bookings: ${stats.activeBookings}