Package org.drip.service.template
Class OTCInstrumentBuilder
java.lang.Object
org.drip.service.template.OTCInstrumentBuilder
public class OTCInstrumentBuilder
extends java.lang.Object
OTCInstrumentBuilder contains static Helper API to facilitate Construction of OTC Instruments. It
provides the following Functionality:
- Construct an OTC Funding Deposit Instrument from the Spot Date and the Maturity Tenor
- Construct an OTC Forward Deposit Instrument from Spot Date and the Maturity Tenor
- Construct an OTC Overnight Deposit Instrument from the Spot Date and the Maturity Tenor
- Create a Standard FRA from the Spot Date, the Forward Label, and the Strike
- Construct an OTC Standard Fix Float Swap using the specified Input Parameters
- Construct a Standard Fix Float Swap Instances
- Construct an Instance of OTC OIS Fix Float Swap
- Construct an OTC Float-Float Swap Instance
- Create an Instance of the OTC CDS
- Create an OTC FX Forward Component
- Construct an Array of OTC Funding Deposit Instruments from their corresponding Maturity Tenors
- Construct an Array of OTC Funding Deposit and Futures Instruments
- Construct an Array of OTC Forward Deposit Instruments from the corresponding Maturity Tenors
- Construct an Array of OTC Overnight Deposit Instrument from their Maturity Tenors
- Create an Array of Standard FRAs from the Spot Date, the Forward Label, and the Strike
- Construct an Array of OTC Fix Float Swaps using the specified Input Parameters
- Construct an Array of Custom Fix Float Swap Instances
- Construct an Array of OTC Fix Float OIS Instances
- Construct an Array of OTC OIS Fix-Float Futures
- Construct an Array of OTC Float-Float Swap Instances
- Create an Array of the OTC CDS Instance
- Create an Array of OTC FX Forward Components
- Construct an Instance of the Standard OTC FRA Cap/Floor
- Construct the Array of Standard OTC FRA Cap/Floors
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description OTCInstrumentBuilder()
-
Method Summary
Modifier and Type Method Description static FRAStandardCapFloor[]
CapFloor(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String[] maturityTenorArray, double[] strikeArray, boolean isCap)
Construct the Array of Standard OTC FRA Cap/Floorsstatic FRAStandardCapFloor
CapFloor(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String maturityTenor, double strike, boolean isCap)
Construct an Instance of the Standard OTC FRA Cap/Floorstatic CreditDefaultSwap[]
CDS(JulianDate spotDate, java.lang.String[] maturityTenorArray, double[] couponArray, java.lang.String currency, java.lang.String credit)
Create an Array of the OTC CDS Instancestatic CreditDefaultSwap
CDS(JulianDate spotDate, java.lang.String maturityTenor, double coupon, java.lang.String currency, java.lang.String credit)
Create an Instance of the OTC CDSstatic FixFloatComponent
FixFloatCustom(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String maturityTenor)
Construct a Standard Fix Float Swap Instancesstatic FixFloatComponent[]
FixFloatCustom(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String[] maturityTenorArray)
Construct an Array of Custom Fix Float Swap Instancesstatic FixFloatComponent[]
FixFloatStandard(JulianDate spotDate, java.lang.String currency, java.lang.String location, java.lang.String[] maturityTenorArray, java.lang.String index, double coupon)
Construct an Array of OTC Fix Float Swaps using the specified Input Parametersstatic FixFloatComponent
FixFloatStandard(JulianDate spotDate, java.lang.String currency, java.lang.String location, java.lang.String maturityTenor, java.lang.String index, double coupon)
Construct an OTC Standard Fix Float Swap using the specified Input Parametersstatic FloatFloatComponent[]
FloatFloat(JulianDate spotDate, java.lang.String currency, java.lang.String derivedTenor, java.lang.String[] maturityTenorArray, double basis)
Construct an Array of OTC Float-Float Swap Instancesstatic FloatFloatComponent
FloatFloat(JulianDate spotDate, java.lang.String currency, java.lang.String derivedTenor, java.lang.String maturityTenor, double basis)
Construct an OTC Float-Float Swap Instancestatic SingleStreamComponent[]
ForwardRateDeposit(JulianDate spotDate, java.lang.String[] maturityTenorArray, ForwardLabel forwardLabel)
Construct an Array of OTC Forward Deposit Instruments from the corresponding Maturity Tenorsstatic SingleStreamComponent
ForwardRateDeposit(JulianDate spotDate, java.lang.String maturityTenor, ForwardLabel forwardLabel)
Construct an OTC Forward Deposit Instrument from Spot Date and the Maturity Tenorstatic FRAStandardComponent[]
FRAStandard(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String[] maturityTenorArray, double[] fraStrikeArray)
Create an Array of Standard FRAs from the Spot Date, the Forward Label, and the Strikestatic FRAStandardComponent
FRAStandard(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String maturityTenor, double strike)
Create a Standard FRA from the Spot Date, the Forward Label, and the Strikestatic SingleStreamComponent
FundingDeposit(JulianDate spotDate, java.lang.String currency, java.lang.String maturityTenor)
Construct an OTC Funding Deposit Instrument from the Spot Date and the Maturity Tenorstatic SingleStreamComponent[]
FundingDeposit(JulianDate spotDate, java.lang.String currency, java.lang.String[] maturityTenorArray)
Construct an Array of OTC Funding Deposit Instruments from their corresponding Maturity Tenorsstatic SingleStreamComponent[]
FundingDepositFutures(JulianDate spotDate, java.lang.String currency, java.lang.String[] depositMaturityTenorArray, int futuresCount)
Construct an Array of OTC Funding Deposit and Futures Instrumentsstatic FXForwardComponent
FXForward(JulianDate spotDate, CurrencyPair currencyPair, java.lang.String maturityTenor)
Create an OTC FX Forward Componentstatic FXForwardComponent[]
FXForward(JulianDate spotDate, CurrencyPair currencyPair, java.lang.String[] maturityTenorArray)
Create an Array of OTC FX Forward Componentsstatic FixFloatComponent[]
OISFixFloat(JulianDate spotDate, java.lang.String currency, java.lang.String[] maturityTenorArray, double[] couponArray, boolean useFundingCurve)
Construct an Array of OTC Fix Float OIS Instancesstatic FixFloatComponent
OISFixFloat(JulianDate spotDate, java.lang.String currency, java.lang.String maturityTenor, double coupon, boolean useFundingCurve)
Construct an Instance of OTC OIS Fix Float Swapstatic FixFloatComponent[]
OISFixFloatFutures(JulianDate spotDate, java.lang.String currency, java.lang.String[] effectiveTenorArray, java.lang.String[] maturityTenorArray, double[] couponArray, boolean useFundingCurve)
Construct an Array of OTC OIS Fix-Float Futuresstatic SingleStreamComponent
OvernightDeposit(JulianDate spotDate, java.lang.String currency, java.lang.String maturityTenor)
Construct an OTC Overnight Deposit Instrument from the Spot Date and the Maturity Tenorstatic SingleStreamComponent[]
OvernightDeposit(JulianDate spotDate, java.lang.String currency, java.lang.String[] maturityTenorArray)
Construct an Array of OTC Overnight Deposit Instrument from their Maturity TenorsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OTCInstrumentBuilder
public OTCInstrumentBuilder()
-
-
Method Details
-
FundingDeposit
public static final SingleStreamComponent FundingDeposit(JulianDate spotDate, java.lang.String currency, java.lang.String maturityTenor)Construct an OTC Funding Deposit Instrument from the Spot Date and the Maturity Tenor- Parameters:
spotDate
- The Spot Datecurrency
- CurrencymaturityTenor
- The Maturity Tenor- Returns:
- Funding Deposit Instrument Instance from the Spot Date and the corresponding Maturity Tenor
-
ForwardRateDeposit
public static final SingleStreamComponent ForwardRateDeposit(JulianDate spotDate, java.lang.String maturityTenor, ForwardLabel forwardLabel)Construct an OTC Forward Deposit Instrument from Spot Date and the Maturity Tenor- Parameters:
spotDate
- The Spot DatematurityTenor
- The Maturity TenorforwardLabel
- The Forward Label- Returns:
- Forward Deposit Instrument Instance from the Spot Date and the corresponding Maturity Tenor
-
OvernightDeposit
public static final SingleStreamComponent OvernightDeposit(JulianDate spotDate, java.lang.String currency, java.lang.String maturityTenor)Construct an OTC Overnight Deposit Instrument from the Spot Date and the Maturity Tenor- Parameters:
spotDate
- The Spot Datecurrency
- CurrencymaturityTenor
- The Maturity Tenor- Returns:
- Overnight Deposit Instrument Instance from the Spot Date and the corresponding Maturity Tenor
-
FRAStandard
public static final FRAStandardComponent FRAStandard(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String maturityTenor, double strike)Create a Standard FRA from the Spot Date, the Forward Label, and the Strike- Parameters:
spotDate
- Spot DateforwardLabel
- The Forward LabelmaturityTenor
- Maturity Tenorstrike
- Futures Strike- Returns:
- The Standard FRA Instance
-
FixFloatStandard
public static final FixFloatComponent FixFloatStandard(JulianDate spotDate, java.lang.String currency, java.lang.String location, java.lang.String maturityTenor, java.lang.String index, double coupon)Construct an OTC Standard Fix Float Swap using the specified Input Parameters- Parameters:
spotDate
- The Spot Datecurrency
- The OTC Currencylocation
- LocationmaturityTenor
- Maturity Tenorindex
- Indexcoupon
- Coupon- Returns:
- The OTC Standard Fix Float Swap constructed using the specified Input Parameters
-
FixFloatCustom
public static final FixFloatComponent FixFloatCustom(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String maturityTenor)Construct a Standard Fix Float Swap Instances- Parameters:
spotDate
- The Spot DateforwardLabel
- The Forward LabelmaturityTenor
- Maturity Tenor- Returns:
- A Standard Fix Float Swap Instances
-
OISFixFloat
public static final FixFloatComponent OISFixFloat(JulianDate spotDate, java.lang.String currency, java.lang.String maturityTenor, double coupon, boolean useFundingCurve)Construct an Instance of OTC OIS Fix Float Swap- Parameters:
spotDate
- Spot Datecurrency
- CurrencymaturityTenor
- The OIS Maturity Tenorcoupon
- The Fixed Coupon RateuseFundingCurve
- TRUE - Floater Based off of Fund- Returns:
- Instance of OIS Fix Float Swap
-
FloatFloat
public static final FloatFloatComponent FloatFloat(JulianDate spotDate, java.lang.String currency, java.lang.String derivedTenor, java.lang.String maturityTenor, double basis)Construct an OTC Float-Float Swap Instance- Parameters:
spotDate
- Spot Datecurrency
- CurrencyderivedTenor
- Tenor of the Derived LegmaturityTenor
- Maturity Tenor of the Float-Float Swapbasis
- The Float-Float Swap Basis- Returns:
- The OTC Float-Float Swap Instance
-
CDS
public static final CreditDefaultSwap CDS(JulianDate spotDate, java.lang.String maturityTenor, double coupon, java.lang.String currency, java.lang.String credit)Create an Instance of the OTC CDS- Parameters:
spotDate
- The Spot DatematurityTenor
- Maturity Tenorcoupon
- Couponcurrency
- Currencycredit
- Credit Curve- Returns:
- The OTC CDS Instance
-
FXForward
public static final FXForwardComponent FXForward(JulianDate spotDate, CurrencyPair currencyPair, java.lang.String maturityTenor)Create an OTC FX Forward Component- Parameters:
spotDate
- Spot DatecurrencyPair
- Currency PairmaturityTenor
- Maturity Tenor- Returns:
- The OTC FX Forward Component Instance
-
FundingDeposit
public static final SingleStreamComponent[] FundingDeposit(JulianDate spotDate, java.lang.String currency, java.lang.String[] maturityTenorArray)Construct an Array of OTC Funding Deposit Instruments from their corresponding Maturity Tenors- Parameters:
spotDate
- Spot Datecurrency
- CurrencymaturityTenorArray
- Array of Maturity Tenors- Returns:
- Array of OTC Funding Deposit Instruments from their corresponding Maturity Tenors
-
FundingDepositFutures
public static final SingleStreamComponent[] FundingDepositFutures(JulianDate spotDate, java.lang.String currency, java.lang.String[] depositMaturityTenorArray, int futuresCount)Construct an Array of OTC Funding Deposit and Futures Instruments- Parameters:
spotDate
- Spot Datecurrency
- CurrencydepositMaturityTenorArray
- Array of Deposit Maturity TenorsfuturesCount
- Number of Serial Futures to be included- Returns:
- Array of OTC Funding Deposit Instruments from their corresponding Maturity Tenors
-
ForwardRateDeposit
public static final SingleStreamComponent[] ForwardRateDeposit(JulianDate spotDate, java.lang.String[] maturityTenorArray, ForwardLabel forwardLabel)Construct an Array of OTC Forward Deposit Instruments from the corresponding Maturity Tenors- Parameters:
spotDate
- Spot DatematurityTenorArray
- Array of Maturity TenorsforwardLabel
- The Forward Label- Returns:
- Forward Deposit Instrument Instance from the corresponding Maturity Tenor
-
OvernightDeposit
public static final SingleStreamComponent[] OvernightDeposit(JulianDate spotDate, java.lang.String currency, java.lang.String[] maturityTenorArray)Construct an Array of OTC Overnight Deposit Instrument from their Maturity Tenors- Parameters:
spotDate
- Spot Datecurrency
- CurrencymaturityTenorArray
- Array of Maturity Tenor- Returns:
- Array of Overnight Deposit Instrument from their Maturity Tenors
-
FRAStandard
public static final FRAStandardComponent[] FRAStandard(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String[] maturityTenorArray, double[] fraStrikeArray)Create an Array of Standard FRAs from the Spot Date, the Forward Label, and the Strike- Parameters:
spotDate
- Spot DateforwardLabel
- The Forward LabelmaturityTenorArray
- Array of Maturity TenorsfraStrikeArray
- Array of FRA Strikes- Returns:
- Array of Standard FRA Instances
-
FixFloatStandard
public static final FixFloatComponent[] FixFloatStandard(JulianDate spotDate, java.lang.String currency, java.lang.String location, java.lang.String[] maturityTenorArray, java.lang.String index, double coupon)Construct an Array of OTC Fix Float Swaps using the specified Input Parameters- Parameters:
spotDate
- The Spot Datecurrency
- The OTC Currencylocation
- LocationmaturityTenorArray
- Array of Maturity Tenorsindex
- Indexcoupon
- Coupon- Returns:
- The Array of OTC Fix Float Swaps
-
FixFloatCustom
public static final FixFloatComponent[] FixFloatCustom(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String[] maturityTenorArray)Construct an Array of Custom Fix Float Swap Instances- Parameters:
spotDate
- The Spot DateforwardLabel
- The Forward LabelmaturityTenorArray
- Array of Maturity Tenors- Returns:
- Array of Custom Fix Float Swap Instances
-
OISFixFloat
public static final FixFloatComponent[] OISFixFloat(JulianDate spotDate, java.lang.String currency, java.lang.String[] maturityTenorArray, double[] couponArray, boolean useFundingCurve)Construct an Array of OTC Fix Float OIS Instances- Parameters:
spotDate
- Spot Datecurrency
- CurrencymaturityTenorArray
- Array of OIS Maturity TenorscouponArray
- OIS Fixed Rate CouponuseFundingCurve
- TRUE - Floater Based off of Fund- Returns:
- Array of Fix Float OIS Instances
-
OISFixFloatFutures
public static final FixFloatComponent[] OISFixFloatFutures(JulianDate spotDate, java.lang.String currency, java.lang.String[] effectiveTenorArray, java.lang.String[] maturityTenorArray, double[] couponArray, boolean useFundingCurve)Construct an Array of OTC OIS Fix-Float Futures- Parameters:
spotDate
- Spot Datecurrency
- CurrencyeffectiveTenorArray
- Array of Effective TenorsmaturityTenorArray
- Array of Maturity TenorscouponArray
- Array of CouponsuseFundingCurve
- TRUE - Floater Based off of Fund- Returns:
- Array of OIS Fix-Float Futures
-
FloatFloat
public static final FloatFloatComponent[] FloatFloat(JulianDate spotDate, java.lang.String currency, java.lang.String derivedTenor, java.lang.String[] maturityTenorArray, double basis)Construct an Array of OTC Float-Float Swap Instances- Parameters:
spotDate
- Spot Datecurrency
- CurrencyderivedTenor
- Tenor of the Derived LegmaturityTenorArray
- Array of the Float-Float Swap Maturity Tenorsbasis
- The Float-Float Swap Basis- Returns:
- Array of OTC Float-Float Swap Instances
-
CDS
public static final CreditDefaultSwap[] CDS(JulianDate spotDate, java.lang.String[] maturityTenorArray, double[] couponArray, java.lang.String currency, java.lang.String credit)Create an Array of the OTC CDS Instance- Parameters:
spotDate
- Spot DatematurityTenorArray
- Array of Maturity TenorscouponArray
- Array of Couponcurrency
- Currencycredit
- Credit Curve- Returns:
- Array of OTC CDS Instances
-
FXForward
public static final FXForwardComponent[] FXForward(JulianDate spotDate, CurrencyPair currencyPair, java.lang.String[] maturityTenorArray)Create an Array of OTC FX Forward Components- Parameters:
spotDate
- Spot DatecurrencyPair
- Currency PairmaturityTenorArray
- Array of Maturity Tenors- Returns:
- Array of OTC FX Forward Component Instances
-
CapFloor
public static final FRAStandardCapFloor CapFloor(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String maturityTenor, double strike, boolean isCap)Construct an Instance of the Standard OTC FRA Cap/Floor- Parameters:
spotDate
- Spot DateforwardLabel
- The Forward LabelmaturityTenor
- Cap/Floor Maturity Tenorstrike
- Cap/Floor StrikeisCap
- TRUE - Contract is a Cap- Returns:
- The Cap/Floor Instance
-
CapFloor
public static final FRAStandardCapFloor[] CapFloor(JulianDate spotDate, ForwardLabel forwardLabel, java.lang.String[] maturityTenorArray, double[] strikeArray, boolean isCap)Construct the Array of Standard OTC FRA Cap/Floors- Parameters:
spotDate
- Spot DateforwardLabel
- The Forward LabelmaturityTenorArray
- Array of Cap/Floor Maturity TenorsstrikeArray
- Array of Cap/Floor StrikesisCap
- TRUE - Contract is a Cap- Returns:
- The Cap/Floor Array
-