@extends('member.layout') @section('content')
Track your fixed-term investments and monitor their growth over time.
Investment CalculatorTotal Investments
Active Investments
Matured Investments
Total Portfolio Value
| Account Number | Principal Amount | Interest Rate | Term | Start Date | Maturity Date | Interest Earned | Total Value | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $account->account_number }} | {{ \App\Helpers\CurrencyHelper::format($account->principal_amount, $account->currency_code) }} | {{ number_format($account->interest_rate, 2) }}% | {{ $account->term_months }} months | {{ $account->start_date->format('M d, Y') }} | {{ $account->maturity_date->format('M d, Y') }} | {{ \App\Helpers\CurrencyHelper::format($account->interest_earned, $account->currency_code) }} | {{ \App\Helpers\CurrencyHelper::format($account->total_amount, $account->currency_code) }} | {{ ucfirst($account->status) }} | View @if($account->status === 'active' || $account->status === 'matured') @endif |
You don't have any money market investments at the moment.
Contact your Sacco administrator to open a money market account.