Hedge Fund Performance Analyzer

Hedge Fund Performance Analyzer

Core Investment Data

Risk & Benchmark Inputs (Optional)

Providing these inputs will enable calculation of risk-adjusted metrics like Sharpe Ratio and Jensen's Alpha. If unknown, you can leave these blank.

Performance Analysis

Fund: N/A

Total Return:

Annualized Return (CAGR):

Generated on: ${new Date().toLocaleDateString()} ${new Date().toLocaleTimeString()}

`; const printWindow = window.open('', '_blank'); if (printWindow) { printWindow.document.write('Hedge Fund Performance Report'); printWindow.document.write(pdfContent); printWindow.document.write(''); printWindow.document.close(); printWindow.focus(); setTimeout(() => { printWindow.print(); }, 250); } else { alert('Could not open print window. Please check your browser pop-up settings.'); } }); // Initial tab setup switchTab('hfpaCoreDataTab'); });
Scroll to Top