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 PayReceiveLoaderUtils. 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 PayReceiveFpmlDocument. 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 PayReceiveSwapLegAmount. 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 thepayReceiveproperty.Methods in com.opengamma.strata.market.amount with parameters of type PayReceive Modifier and Type Method Description SwapLegAmount.BuilderSwapLegAmount.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_RECEIVEWhether 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 PayReceiveIborCapFloorLeg. getPayReceive()Gets whether the leg is pay or receive.PayReceiveResolvedIborCapFloorLeg. 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 thepayReceiveproperty.org.joda.beans.MetaProperty<PayReceive>ResolvedIborCapFloorLeg.Meta. payReceive()The meta-property for thepayReceiveproperty.Methods in com.opengamma.strata.product.capfloor with parameters of type PayReceive Modifier and Type Method Description IborCapFloorLeg.BuilderIborCapFloorLeg.Builder. payReceive(PayReceive payReceive)Sets whether the leg is pay or receive.ResolvedIborCapFloorLeg.BuilderResolvedIborCapFloorLeg.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 PayReceiveCmsLeg. getPayReceive()Gets whether the leg is pay or receive.PayReceiveResolvedCmsLeg. 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 thepayReceiveproperty.org.joda.beans.MetaProperty<PayReceive>ResolvedCmsLeg.Meta. payReceive()The meta-property for thepayReceiveproperty.Methods in com.opengamma.strata.product.cms with parameters of type PayReceive Modifier and Type Method Description CmsLeg.BuilderCmsLeg.Builder. payReceive(PayReceive payReceive)Sets whether the leg is pay or receive.ResolvedCmsLeg.BuilderResolvedCmsLeg.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 PayReceivePayReceive. of(String name)Obtains an instance from the specified name.static PayReceivePayReceive. ofPay(boolean isPay)Converts a boolean "is pay" flag to the enum value.static PayReceivePayReceive. ofSignedAmount(double amount)Converts a signed amount to the enum value.PayReceivePayReceive. opposite()Supplies the opposite of this value.static PayReceivePayReceive. 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 StringSummarizerUtils. 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 PayReceiveBulletPayment. 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 thepayReceiveproperty.Methods in com.opengamma.strata.product.payment with parameters of type PayReceive Modifier and Type Method Description BulletPayment.BuilderBulletPayment.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 PayReceiveKnownAmountSwapLeg. getPayReceive()Gets whether the leg is pay or receive.PayReceiveRateCalculationSwapLeg. getPayReceive()Gets whether the leg is pay or receive.PayReceiveRatePeriodSwapLeg. getPayReceive()Gets whether the leg is pay or receive.PayReceiveResolvedSwapLeg. getPayReceive()Gets whether the leg is pay or receive.PayReceiveSwapLeg. 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 thepayReceiveproperty.org.joda.beans.MetaProperty<PayReceive>RateCalculationSwapLeg.Meta. payReceive()The meta-property for thepayReceiveproperty.org.joda.beans.MetaProperty<PayReceive>RatePeriodSwapLeg.Meta. payReceive()The meta-property for thepayReceiveproperty.org.joda.beans.MetaProperty<PayReceive>ResolvedSwapLeg.Meta. payReceive()The meta-property for thepayReceiveproperty.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.BuilderKnownAmountSwapLeg.Builder. payReceive(PayReceive payReceive)Sets whether the leg is pay or receive.RateCalculationSwapLeg.BuilderRateCalculationSwapLeg.Builder. payReceive(PayReceive payReceive)Sets whether the leg is pay or receive.RatePeriodSwapLeg.BuilderRatePeriodSwapLeg.Builder. payReceive(PayReceive payReceive)Sets whether the leg is pay or receive.ResolvedSwapLeg.BuilderResolvedSwapLeg.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 RateCalculationSwapLegFixedRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double fixedRate)Creates a leg based on this convention.RateCalculationSwapLegIborRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)Creates a leg based on this convention.RateCalculationSwapLegIborRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double spread)Creates a leg based on this convention.RateCalculationSwapLegInflationRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)Creates a leg based on this convention.RateCalculationSwapLegOvernightRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)Creates a leg based on this convention.RateCalculationSwapLegOvernightRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double spread)Creates a leg based on this convention.
-