|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommercialInfo
Hold information pertaining to the commercial detail of this instrument.
Method Summary | |
---|---|
FixedPointNumber |
getAggressiveCommissionPerContract()
Get the aggressive commission per contract, may be null if commission is charged using a rate. |
FixedPointNumber |
getAggressiveCommissionRate()
Get the aggressive commission rate, may be null if commission is charged per contract. |
int |
getDailyInterestRateBasis()
Get the number of days per year used to calculate the daily interest charged for funding. |
java.lang.String |
getFundingBaseRate()
Get the base rate used for funding this instrument. |
FixedPointNumber |
getFundingPremiumPercentage()
Get the percentage premium added to the funding base rate for overnight funding of long positions on non-FX instruments. |
FixedPointNumber |
getFundingRate()
Deprecated. this method always returns null as the funding rate applied varies in ways that a single rate figure cannot encapsulate. |
FixedPointNumber |
getFundingReductionPercentage()
Get the percentage reduction applied to the funding base rate for overnight funding of short positions on non-FX instruments. |
FixedPointNumber |
getLongSwapPoints()
Get the swap points used to calculate overnight interest swap charges for long positions on FX instruments. |
FixedPointNumber |
getMinimumCommission()
Get the minimum commission applied for a trade on this instrument. |
FixedPointNumber |
getPassiveCommissionPerContract()
Get the passive commission per contract, may be null if commission is charged using a rate. |
FixedPointNumber |
getPassiveCommissionRate()
Get the passive commission rate, may be null if commission is charged per contract. |
FixedPointNumber |
getShortSwapPoints()
Get the swap points used to calculate overnight interest swap charges for short positions on FX instruments. |
Method Detail |
---|
FixedPointNumber getMinimumCommission()
FixedPointNumber getAggressiveCommissionRate()
FixedPointNumber getPassiveCommissionRate()
FixedPointNumber getAggressiveCommissionPerContract()
FixedPointNumber getPassiveCommissionPerContract()
java.lang.String getFundingBaseRate()
FixedPointNumber getFundingPremiumPercentage()
getFundingBaseRate()
FixedPointNumber getFundingReductionPercentage()
getFundingBaseRate()
int getDailyInterestRateBasis()
FixedPointNumber getLongSwapPoints()
FixedPointNumber getShortSwapPoints()
@Deprecated FixedPointNumber getFundingRate()
getFundingBaseRate()
,
getFundingPremiumPercentage()
,
getFundingReductionPercentage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |