<?PHP
declare(strict_types = 1);
array (
  'loan_types' => 
  array (
    'outgoing' => 'Outgoing',
    'incoming' => 'Incoming',
  ),
)