Uses of Class
com.opengamma.strata.product.common.PayReceive
-
Packages that use PayReceive Package Description com.opengamma.strata.loader Tools for loading data from files.com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments.com.opengamma.strata.market.amount Defines representations of amounts typically used as result types.com.opengamma.strata.market.explain Support for explaining results.com.opengamma.strata.product.capfloor Entity objects describing Ibor cap/floor.com.opengamma.strata.product.cms Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor.com.opengamma.strata.product.common Entity objects shared between other packages.com.opengamma.strata.product.payment Entity objects describing simple payment financial instruments.com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of PayReceive in com.opengamma.strata.loader
Methods in com.opengamma.strata.loader that return PayReceive Modifier and Type Method Description static PayReceive
LoaderUtils. parsePayReceive(String str)
Parses pay/receive from the input string. -
Uses of PayReceive in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml that return PayReceive Modifier and Type Method Description PayReceive
FpmlDocument. parsePayerReceiver(XmlElement baseEl, TradeInfoBuilder tradeInfoBuilder)
Converts an FpML 'PayerReceiver.model' to aPayReceive
. -
Uses of PayReceive in com.opengamma.strata.market.amount
Methods in com.opengamma.strata.market.amount that return PayReceive Modifier and Type Method Description PayReceive
SwapLegAmount. getPayReceive()
Gets whether the leg is pay or receive.Methods in com.opengamma.strata.market.amount that return types with arguments of type PayReceive Modifier and Type Method Description org.joda.beans.MetaProperty<PayReceive>
SwapLegAmount.Meta. payReceive()
The meta-property for thepayReceive
property.Methods in com.opengamma.strata.market.amount with parameters of type PayReceive Modifier and Type Method Description SwapLegAmount.Builder
SwapLegAmount.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive. -
Uses of PayReceive in com.opengamma.strata.market.explain
Fields in com.opengamma.strata.market.explain with type parameters of type PayReceive Modifier and Type Field Description static ExplainKey<PayReceive>
ExplainKey. PAY_RECEIVE
Whether the entry is being paid or received. -
Uses of PayReceive in com.opengamma.strata.product.capfloor
Methods in com.opengamma.strata.product.capfloor that return PayReceive Modifier and Type Method Description PayReceive
IborCapFloorLeg. getPayReceive()
Gets whether the leg is pay or receive.PayReceive
ResolvedIborCapFloorLeg. getPayReceive()
Gets whether the leg is pay or receive.Methods in com.opengamma.strata.product.capfloor that return types with arguments of type PayReceive Modifier and Type Method Description org.joda.beans.MetaProperty<PayReceive>
IborCapFloorLeg.Meta. payReceive()
The meta-property for thepayReceive
property.org.joda.beans.MetaProperty<PayReceive>
ResolvedIborCapFloorLeg.Meta. payReceive()
The meta-property for thepayReceive
property.Methods in com.opengamma.strata.product.capfloor with parameters of type PayReceive Modifier and Type Method Description IborCapFloorLeg.Builder
IborCapFloorLeg.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive.ResolvedIborCapFloorLeg.Builder
ResolvedIborCapFloorLeg.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive. -
Uses of PayReceive in com.opengamma.strata.product.cms
Methods in com.opengamma.strata.product.cms that return PayReceive Modifier and Type Method Description PayReceive
CmsLeg. getPayReceive()
Gets whether the leg is pay or receive.PayReceive
ResolvedCmsLeg. getPayReceive()
Gets whether the leg is pay or receive.Methods in com.opengamma.strata.product.cms that return types with arguments of type PayReceive Modifier and Type Method Description org.joda.beans.MetaProperty<PayReceive>
CmsLeg.Meta. payReceive()
The meta-property for thepayReceive
property.org.joda.beans.MetaProperty<PayReceive>
ResolvedCmsLeg.Meta. payReceive()
The meta-property for thepayReceive
property.Methods in com.opengamma.strata.product.cms with parameters of type PayReceive Modifier and Type Method Description CmsLeg.Builder
CmsLeg.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive.ResolvedCmsLeg.Builder
ResolvedCmsLeg.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive. -
Uses of PayReceive in com.opengamma.strata.product.common
Methods in com.opengamma.strata.product.common that return PayReceive Modifier and Type Method Description static PayReceive
PayReceive. of(String name)
Obtains an instance from the specified name.static PayReceive
PayReceive. ofPay(boolean isPay)
Converts a boolean "is pay" flag to the enum value.static PayReceive
PayReceive. ofSignedAmount(double amount)
Converts a signed amount to the enum value.PayReceive
PayReceive. opposite()
Supplies the opposite of this value.static PayReceive
PayReceive. valueOf(String name)
Returns the enum constant of this type with the specified name.static PayReceive[]
PayReceive. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.common with parameters of type PayReceive Modifier and Type Method Description static String
SummarizerUtils. payReceive(PayReceive payReceive)
Converts pay/receive to a string. -
Uses of PayReceive in com.opengamma.strata.product.payment
Methods in com.opengamma.strata.product.payment that return PayReceive Modifier and Type Method Description PayReceive
BulletPayment. getPayReceive()
Gets whether the payment is to be paid or received.Methods in com.opengamma.strata.product.payment that return types with arguments of type PayReceive Modifier and Type Method Description org.joda.beans.MetaProperty<PayReceive>
BulletPayment.Meta. payReceive()
The meta-property for thepayReceive
property.Methods in com.opengamma.strata.product.payment with parameters of type PayReceive Modifier and Type Method Description BulletPayment.Builder
BulletPayment.Builder. payReceive(PayReceive payReceive)
Sets whether the payment is to be paid or received. -
Uses of PayReceive in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return PayReceive Modifier and Type Method Description PayReceive
KnownAmountSwapLeg. getPayReceive()
Gets whether the leg is pay or receive.PayReceive
RateCalculationSwapLeg. getPayReceive()
Gets whether the leg is pay or receive.PayReceive
RatePeriodSwapLeg. getPayReceive()
Gets whether the leg is pay or receive.PayReceive
ResolvedSwapLeg. getPayReceive()
Gets whether the leg is pay or receive.PayReceive
SwapLeg. getPayReceive()
Gets whether the leg is pay or receive.Methods in com.opengamma.strata.product.swap that return types with arguments of type PayReceive Modifier and Type Method Description org.joda.beans.MetaProperty<PayReceive>
KnownAmountSwapLeg.Meta. payReceive()
The meta-property for thepayReceive
property.org.joda.beans.MetaProperty<PayReceive>
RateCalculationSwapLeg.Meta. payReceive()
The meta-property for thepayReceive
property.org.joda.beans.MetaProperty<PayReceive>
RatePeriodSwapLeg.Meta. payReceive()
The meta-property for thepayReceive
property.org.joda.beans.MetaProperty<PayReceive>
ResolvedSwapLeg.Meta. payReceive()
The meta-property for thepayReceive
property.Methods in com.opengamma.strata.product.swap with parameters of type PayReceive Modifier and Type Method Description Optional<ResolvedSwapLeg>
ResolvedSwap. getLeg(PayReceive payReceive)
Gets the first pay or receive leg of the swap.Optional<SwapLeg>
Swap. getLeg(PayReceive payReceive)
Gets the first pay or receive leg of the swap.KnownAmountSwapLeg.Builder
KnownAmountSwapLeg.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive.RateCalculationSwapLeg.Builder
RateCalculationSwapLeg.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive.RatePeriodSwapLeg.Builder
RatePeriodSwapLeg.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive.ResolvedSwapLeg.Builder
ResolvedSwapLeg.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive. -
Uses of PayReceive in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type with parameters of type PayReceive Modifier and Type Method Description RateCalculationSwapLeg
FixedRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double fixedRate)
Creates a leg based on this convention.RateCalculationSwapLeg
IborRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)
Creates a leg based on this convention.RateCalculationSwapLeg
IborRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double spread)
Creates a leg based on this convention.RateCalculationSwapLeg
InflationRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)
Creates a leg based on this convention.RateCalculationSwapLeg
OvernightRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)
Creates a leg based on this convention.RateCalculationSwapLeg
OvernightRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double spread)
Creates a leg based on this convention.
-