PositionCost
Trading costs associated with opening/closing a position
-
Name |
Type |
Description |
CloseCost
|
CostData |
Costs associated with the closing trade.
|
CloseCostInBaseCurrency
|
CostData |
A Estimate of the cost of closing all underlying positions in requested account or client currency.
|
CurrencyCutPct
|
Number |
Currency cut percentage.
|
OpenCost
|
CostData |
Costs associated with the opening trade.
|
OpenCostInBaseCurrency
|
CostData |
Costs associated with the opening trade in requested account or client currency.
|
Example
{
"CloseCost": {
"AdditionalTransactionCosts": 10,
"Commission": 10,
"ExchangeFee": 10,
"ExternalCharges": 10,
"PerformanceFee": 10,
"StampDuty": 10
},
"CloseCostInBaseCurrency": {
"AdditionalTransactionCosts": 10,
"Commission": 10,
"ExchangeFee": 10,
"ExternalCharges": 10,
"PerformanceFee": 10,
"StampDuty": 10
},
"CurrencyCutPct": 10,
"OpenCost": {
"AdditionalTransactionCosts": 10,
"Commission": 10,
"ExchangeFee": 10,
"ExternalCharges": 10,
"PerformanceFee": 10,
"StampDuty": 10
},
"OpenCostInBaseCurrency": {
"AdditionalTransactionCosts": 10,
"Commission": 10,
"ExchangeFee": 10,
"ExternalCharges": 10,
"PerformanceFee": 10,
"StampDuty": 10
}
}