Class DrawdownPartsDef.DrawdownDetailsLegFields
java.lang.Object
com.caplin.generated.motif.fx.drawdown.DrawdownPartsDef.DrawdownDetailsLegFields
- All Implemented Interfaces:
BuilderMessage,Message
- Enclosing class:
- DrawdownPartsDef
public static final class DrawdownPartsDef.DrawdownDetailsLegFields
extends Object
implements BuilderMessage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull DrawdownPartsDef.DrawdownDetailsLegFieldsstatic @NotNull DrawdownPartsDef.DrawdownDetailsLegFields@Nullable BigDecimal@Nullable BigDecimal@Nullable String@NotNull Map<String,Collection<String>> @NotNull Map<String,Collection<String>> @Nullable BigDecimal@Nullable String@Nullable String@Nullable String@Nullable StringgetTenor()static @NotNull DrawdownPartsDef.DrawdownDetailsLegFields.Builder@NotNull StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.caplin.motif.datasource.BuilderMessage
getFieldFlags, getFlagFields
-
Method Details
-
getAllInRate
- Returns:
- The final client rate that is made up of the spot rate + any additional costs or adjustments such as swap points or margin.
-
getAmount
- Returns:
- The amount of a trade or order in the DealtCurrency.
-
getBuySell
- Returns:
- The direction of the trade or trade leg, from the client's perspective. This always refers to the BaseCurrency, NOT the DealtCurrency.
-
getRemainingAmount
- Returns:
- The amount remaining on a trade or order which can reduce after performing a post trade action/an order is filled.
-
getStartDate
- Returns:
- The date of which the time option becomes active from.
-
getStartTenor
- Returns:
- The tenor of which the time option becomes active from.
-
getSettlementDate
- Returns:
- The date on which the two currencies in the FX trade are exchanged. Can be a tenor or a broken date, i.e. SPOT or 20160314.
-
getTenor
- Returns:
- Supported types are [ON, [TODAY, TOD, TD], TN, [TOM, ND], SPOT, SN, 1D, 1W, 2W, 3W, 4W, 1M, 2M, 4M, 5M, 6M, 7M, 8M, 9M, 10M, 11M, [1Y, 12M], 15M, 18M, 21M, [2Y, 24M], [3Y, 36M], [4Y, 48M], [5Y, 60M], broken]. 'broken' indicates that the settlement date does not fall onto a tenor.
-
getFields
-
getFieldFlags
- Specified by:
getFieldFlagsin interfaceBuilderMessage- Returns:
- Get the flags for all fields.
-
getFlagFields
- Specified by:
getFlagFieldsin interfaceBuilderMessage- Returns:
- Get the fields for all flags.
-
toString
-
from
@NotNull public static @NotNull DrawdownPartsDef.DrawdownDetailsLegFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull DrawdownPartsDef.DrawdownDetailsLegFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-