Package cdm.product.template
Enum AssetPayoutTradeTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<AssetPayoutTradeTypeEnum>
@RosettaEnum("AssetPayoutTradeTypeEnum")
public enum AssetPayoutTradeTypeEnum
extends Enum<AssetPayoutTradeTypeEnum>
An enumerator to differentiate the different trade types used in securities finance and modelled on an AssetPayout.
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIn the case of a buy/sell-back, there is no income payment between buyer and seller.In the case of a repurchase transaction, an immediate and equal income payment (often call a manufactured payment) is made by the buyer to the seller. -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetPayoutTradeTypeEnumfromDisplayName(String name) toString()static AssetPayoutTradeTypeEnumReturns the enum constant of this type with the specified name.static AssetPayoutTradeTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
REPO
In the case of a repurchase transaction, an immediate and equal income payment (often call a manufactured payment) is made by the buyer to the seller. -
BUY_SELL_BACK
@RosettaEnumValue(value="BuySellBack", displayName="Buy/Sell-Back") public static final AssetPayoutTradeTypeEnum BUY_SELL_BACKIn the case of a buy/sell-back, there is no income payment between buyer and seller. Instead, the repurchase price to be paid on the repurchase date is reduced by the amount of the income payment on the collateral plus some extra interest to compensate the seller for the delay between the income payment date on the collateral and the repurchase date of the repo.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<AssetPayoutTradeTypeEnum>
-
toDisplayString
-