GT::Brokers::SelfTrade

Overview

This module will calculate all commissions and charges according to SelfTrade rules.

Calculation

Forfait Découverte : 6.5 Euros HT / order up o 3000 Euros + 0.30 % HT after

Forfait Intégral : 14.95 Euros HT / order up to 10000 Euros + 0.15 % HT after

For both options, there's no annual account charge !

Parameters

The first parameter could be initialized to : "Découverte" => Forfait Découverte "Intégral" => Forfait Intégral

$broker->calculate_order_commission($order)

Return the amount of money ask by the broker for the given order.

$broker->calculate_annual_account_charge($portfolio, $year)

Return the amount of money ask by the broker for the given year according to the given portfolio.