Treasury Movement
Internal treasury actions, debits, transfers, and execution controls.
@include('partials.stripe-powered-financial-rail', ['class' => 'mt-3 max-w-xl'])Linked reserve account
Balances and settlement status here match Accounts & Earnings for your {{ \App\Support\LinkedReserveConfig::displayName() }}, including pending incoming credits and routing between internal settlement and the {{ \App\Support\LinkedReserveConfig::externalWireChannelTitle() }}.
How this feeds Company Treasury Summary
What you see on Accounts
Company Treasury Summary is the consolidated firm treasury view: ledger throughput, your {{ \App\Support\LinkedReserveConfig::displayName() }} ({{ \App\Support\LinkedReserveConfig::jurisdictionCurrencySuffix() }}), and voyage-related exposure and fees. It uses the same metrics as the operations workspace so treasury and front-office views stay aligned.
What this page adds
Treasury Movement focuses on the linked reserve position, pending custodian receipts, and recent executed treasury activity. It supports the headline figures on Accounts; mandate participation rates and other earnings context remain on the Accounts dashboard.
Treasury Transactions
Executed and in-flight ledger transfers. Credit / Debit is shown from the perspective of your {{ \App\Support\LinkedReserveConfig::displayName() }} where that account is on the movement; otherwise the effect is shown as neutral.
| Date & time | Effect | Type | Purpose | From | To | Amount | Status | Reference |
|---|---|---|---|---|---|---|---|---|
| {{ $when?->timezone(config('app.timezone'))->format('j M Y') }} {{ $when?->format('H:i:s T') }} | {{ $effect }} | {{ $typeLabel }} @if ($meta?->scenario) Scenario: {{ str_replace('_', ' ', $meta->scenario) }} @endif | {{ \Illuminate\Support\Str::limit($purpose, 160) }} | {{ $from }} | {{ $to }} | ${{ number_format((float) $transaction->amount, 2) }} {{ $transaction->currency }} | {{ $transaction->status }} | {{ $refShort }} |
No treasury transactions on file yet.
@endif