BK_PartialFloatLB





http://www.QuantTools.com
CapeTools Storage function list

Welcome | Documentation format | QuantTools Groups | QuantTools Categories | Licence

Key TAGs | Excel Index | API Index



Call option, the right to buy the underlying security at the lowest price observed Smin, put gives the right to sell the underlying security at the highest price observed Smax.

Option time to expiry is T2, the time to the end of the lookback period is t1.

This function utilizes an analytical (closed-form) algorithm.

Note that the risk (greek) numbers produced are the mathematically defined equivalent of a derivative (instantaneous change).

You can convert the risk number to your own definition of risk by multiplying by the shift you require.

For example, for a typical definition of VANNA, (change in underlying and volatility), where one defines the change in the underlying as a single unit of change (1.0) and the change in volatility as a one percent change (0.01), simply multiply the VANNA result calculated by (1.0*0.01).

For VEGA, change in volatility of one percent (0.01), simply multiply the VEGA result by 0.01. Within option contracts THETA is negative, however the mathematically defined equivalent of THETA (instantaneous FORWARD change in time) is positive.

Internally we have negated this value for you.

To express THETA as THETA per day, simply multiply the THETA result by 1/365 or 1/252 (depending on whether you require calendar days or business days).

This function stores a portfolio of equity, commodities, futures or FX options in memory and returns a key.

This allows you to price or query the portfolio for different value dates via just the portfolio key.

You can price the portfolio via the PriceOptionBook() function.

You can view the trades within the portfolio via the DisplayOptionBook() function.

The DisplayOptionBook() function allows you to sort the portfolio using any column (or combination of columns).

A column is simply the NAME of any of the parameters within this function (excluding the 'TradeKey' and 'Reload' parameters).

In addition you can create a new portfolio object from this object by grouping trades within the portfolio, for example by Currency, Units, Sector etc..., using the GroupOptionBook() function.

You simply provide the NAME of the parameters that you wish to group.

Groups can represent more than one column and thus enables you to price a portion of the portfolio (a group) using the same PriceOptionBook() function.

You can view the grouped names within the grouped portfolio via the DisplayOptionGroups() function.

You can view the trades within a group via the DisplayGRPOptionBook() function.

Furthermore you can create a new portfolio from this portfolio object by selecting a portion of the trades (via a sql-like language).

Again this portfolio can be priced via the PriceOptionBook() function.

You can also execute the WriteXLRange(), WriteXLRange2() or WriteXLRange3() and the corresponding ReadXLRange(), ReadXLRange2() or ReadXLRange3() functions in order to read and write the portfolio data to file (XML).

WriteXLRange2() is preferable as you can save each of the ranges of this function to different slots (total of 15) within the XML file.



This function creates an object and returns a string-key value to represent this created object.
The TAG value of the string-key returned (second part of the key) is : "PartialFloatLB"



Note: Within Excel, the function is named - CT.BK_PartialFloatLB




High level graphic of BK_PartialFloatLB() function with parameters. Blue square node is the actual function with the parameters ordered.



Parameter Description


  1. TradeKey parameter

    User Handle used to retrieve the object
  2. Reload parameter

    When creating this object for the first time, set this parameter to a positive value. Within Excel, when recomputing a worksheet where you do not wish to recreate the object, set this parameter to zero (0).
  3. ID parameter

    Identifier of deal. Used in order to index within the portfolio.
  4. TAG parameter

    User defined Tag. The information within this column can be used within the 'CapeTools Select Sub-Portfolios' or 'CapeTools Group Sub-Portfolios' categories of functions.
  5. Ccy parameter

    Currency of the portfolio.
  6. Units parameter

    Number of option contracts you wish to trade in (positive value).
  7. Position parameter

    Whether you are long or short the option.
  8. CallPut parameter

    Option Types (C)all or (P)ut
  9. Underlying parameter

    Underlying price
  10. Smin parameter

    Minimum underlying price observed thus far
  11. Smax parameter

    Maximum underlying price observed thus far
  12. Timet1 parameter

    Time to the end of the lookback period
  13. TimeT2 parameter

    Time to expiration of the option.
  14. Rate parameter

    For the underlying (equity, futures, FX or commodity), this should be an annualised rate (risk free rate or foreign rate). If this is an option on a FX underlying, then if the underlying is quoted as domestic/foreign then this rate will be the domestic rate. If, however, the FX underlying is quoted as foreign/domestic then this will be the foreign rate.
  15. B parameter

    For the underlying (equity, futures, FX or commodity), this should be an annualised rate (dividend rate, risk free rate, foreign rate or holding cost rate respectively). If this is an option on a FX underlying, then if the underlying is quoted as domestic/foreign then this rate will be the foreign rate. If, however, the FX underlying is quoted as foreign/domestic then this will be the domestic rate.
  16. Vol parameter

    Volatility of the underlying.
  17. Lamba parameter

    Enables fractional lookback options where the strike is fixed at some percentage above or below the actual extremum Lamba greater than or equal to 1 for calls and lamba between 0 and 1 for puts.


Extended information

Function Syntax

VB Syntax


String CTStorage.BK_PartialFloatLB( _
String TradeKey, _
Long Reload, _
Variant ID, _
Variant TAG, _
Variant Ccy, _
Variant Units, _
Variant Position, _
Variant CallPut, _
Variant Underlying, _
Variant Smin, _
Variant Smax, _
Variant Timet1, _
Variant TimeT2, _
Variant Rate, _
Variant B, _
Variant Vol, _
Variant Lamba)


Excel Spreadsheet Syntax


=CT.BK_PartialFloatLB(
Excel String Cell TradeKey,
Excel Numeric Cell Reload,
XLRange ID,
XLRange TAG,
XLRange Ccy,
XLRange Units,
XLRange Position,
XLRange CallPut,
XLRange Underlying,
XLRange Smin,
XLRange Smax,
XLRange Timet1,
XLRange TimeT2,
XLRange Rate,
XLRange B,
XLRange Vol,
XLRange Lamba)


C++ Syntax


static std::string BK_PartialFloatLB(
std::string TradeKey,
long Reload,
CTRangeDataCPP ID,
CTRangeDataCPP TAG,
CTRangeDataCPP Ccy,
CTRangeDataCPP Units,
CTRangeDataCPP Position,
CTRangeDataCPP CallPut,
CTRangeDataCPP Underlying,
CTRangeDataCPP Smin,
CTRangeDataCPP Smax,
CTRangeDataCPP Timet1,
CTRangeDataCPP TimeT2,
CTRangeDataCPP Rate,
CTRangeDataCPP B,
CTRangeDataCPP Vol,
CTRangeDataCPP Lamba);


DotNET Syntax


System.String CTStorageSA.BK_PartialFloatLB(
System.String TradeKey,
System.Int32 Reload,
CTRangeData ID,
CTRangeData TAG,
CTRangeData Ccy,
CTRangeData Units,
CTRangeData Position,
CTRangeData CallPut,
CTRangeData Underlying,
CTRangeData Smin,
CTRangeData Smax,
CTRangeData Timet1,
CTRangeData TimeT2,
CTRangeData Rate,
CTRangeData B,
CTRangeData Vol,
CTRangeData Lamba);

Parameter data types

ArgNameArgTypeIsKey
TradeKeyStringFALSE
ReloadLongFALSE
IDRangeFALSE
TAGRangeFALSE
CcyRangeFALSE
UnitsRangeFALSE
PositionRangeFALSE
CallPutRangeFALSE
UnderlyingRangeFALSE
SminRangeFALSE
SmaxRangeFALSE
Timet1RangeFALSE
TimeT2RangeFALSE
RateRangeFALSE
BRangeFALSE
VolRangeFALSE
LambaRangeFALSE


Example Inputs

The first column represents the name of the parameters. The second column specifies whether the parameters are optional or not. Finally the last column provides some sample input data.
Function call input string-keys are always in the format : "NAME.EXTTAG.TICKER" The "EXTTAG.TICKER" part is determined from the output of other, capetools, object creation functions.


ArgNameIsOptional (Excel only)Example
TradeKeyFALSEMyBK_PartialFloatLBDeal
ReloadFALSE1
IDFALSEBK_PartialFloatLB_ID_Range (creates a range object)
TAGFALSEBK_PartialFloatLB_TAG_Range (creates a range object)
CcyFALSEBK_PartialFloatLB_Ccy_Range (creates a range object)
UnitsFALSEBK_PartialFloatLB_Units_Range (creates a range object)
PositionFALSEBK_PartialFloatLB_Position_Range (creates a range object)
CallPutFALSEBK_PartialFloatLB_CallPut_Range (creates a range object)
UnderlyingFALSEBK_PartialFloatLB_Underlying_Range (creates a range object)
SminFALSEBK_PartialFloatLB_Smin_Range (creates a range object)
SmaxFALSEBK_PartialFloatLB_Smax_Range (creates a range object)
Timet1FALSEBK_PartialFloatLB_Timet1_Range (creates a range object)
TimeT2FALSEBK_PartialFloatLB_TimeT2_Range (creates a range object)
RateFALSEBK_PartialFloatLB_Rate_Range (creates a range object)
BFALSEBK_PartialFloatLB_B_Range (creates a range object)
VolFALSEBK_PartialFloatLB_Vol_Range (creates a range object)
LambaFALSEBK_PartialFloatLB_Lamba_Range (creates a range object)


Example range for parameter : ID

Within Excel, a range such as this can be passed directly into the ID parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : ID



CTQL.CTRangeData BK_PartialFloatLB_ID;


string[] arrBBK_PartialFloatLB_ID = {
"DEAL-11",
"DEAL-12",
"DEAL-13",
"DEAL-14",
"DEAL-15",
"DEAL-16",
"DEAL-17",
"DEAL-18",
"DEAL-19",
"DEAL-20",
"DEAL-21",
"DEAL-22",
"DEAL-23",
"DEAL-24",
"DEAL-25",
"DEAL-26",
"DEAL-27",
"DEAL-28",
"DEAL-29",
"DEAL-30"  //  Array Data

};

CTQL.StringVector arrBK_PartialFloatLB_ID =
new  CTQL.StringVector(arrBBK_PartialFloatLB_ID);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_ID = new  CTQL.CTRangeData(arrBK_PartialFloatLB_ID, false);


Example range for parameter : TAG

Within Excel, a range such as this can be passed directly into the TAG parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : TAG



CTQL.CTRangeData BK_PartialFloatLB_TAG;


string[] arrBBK_PartialFloatLB_TAG = {
"TAG1",
"TAG1",
"TAG1",
"TAG1",
"TAG1",
"TAG1",
"TAG1",
"TAG1",
"TAG1",
"TAG1",
"TAG2",
"TAG2",
"TAG2",
"TAG2",
"TAG2",
"TAG2",
"TAG2",
"TAG2",
"TAG2",
"TAG2"  //  Array Data

};

CTQL.StringVector arrBK_PartialFloatLB_TAG =
new  CTQL.StringVector(arrBBK_PartialFloatLB_TAG);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_TAG = new  CTQL.CTRangeData(arrBK_PartialFloatLB_TAG, false);


Example range for parameter : Ccy

Within Excel, a range such as this can be passed directly into the Ccy parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Ccy



CTQL.CTRangeData BK_PartialFloatLB_Ccy;


string[] arrBBK_PartialFloatLB_Ccy = {
"GBP",
"EUR",
"GBP",
"EUR",
"GBP",
"EUR",
"GBP",
"EUR",
"GBP",
"EUR",
"GBP",
"EUR",
"GBP",
"EUR",
"GBP",
"EUR",
"GBP",
"EUR",
"GBP",
"GBP"  //  Array Data

};

CTQL.StringVector arrBK_PartialFloatLB_Ccy =
new  CTQL.StringVector(arrBBK_PartialFloatLB_Ccy);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Ccy = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Ccy, false);


Example range for parameter : Units

Within Excel, a range such as this can be passed directly into the Units parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Units



CTQL.CTRangeData BK_PartialFloatLB_Units;


int[] arrBBK_PartialFloatLB_Units = {
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1  //  Array Data

};

CTQL.IntVector arrBK_PartialFloatLB_Units =
new  CTQL.IntVector(arrBBK_PartialFloatLB_Units);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Units = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Units, false);


Example range for parameter : Position

Within Excel, a range such as this can be passed directly into the Position parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Position



CTQL.CTRangeData BK_PartialFloatLB_Position;


string[] arrBBK_PartialFloatLB_Position = {
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG",
"LONG"  //  Array Data

};

CTQL.StringVector arrBK_PartialFloatLB_Position =
new  CTQL.StringVector(arrBBK_PartialFloatLB_Position);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Position = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Position, false);


Example range for parameter : CallPut

Within Excel, a range such as this can be passed directly into the CallPut parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : CallPut



CTQL.CTRangeData BK_PartialFloatLB_CallPut;


string[] arrBBK_PartialFloatLB_CallPut = {
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put",
"Put"  //  Array Data

};

CTQL.StringVector arrBK_PartialFloatLB_CallPut =
new  CTQL.StringVector(arrBBK_PartialFloatLB_CallPut);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_CallPut = new  CTQL.CTRangeData(arrBK_PartialFloatLB_CallPut, false);


Example range for parameter : Underlying

Within Excel, a range such as this can be passed directly into the Underlying parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Underlying



CTQL.CTRangeData BK_PartialFloatLB_Underlying;


int[] arrBBK_PartialFloatLB_Underlying = {
95,
98,
91,
93,
96,
94,
97,
97,
81,
84,
97,
87,
90,
89,
84,
87,
85,
84,
87,
90  //  Array Data

};

CTQL.IntVector arrBK_PartialFloatLB_Underlying =
new  CTQL.IntVector(arrBBK_PartialFloatLB_Underlying);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Underlying = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Underlying, false);


Example range for parameter : Smin

Within Excel, a range such as this can be passed directly into the Smin parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Smin



CTQL.CTRangeData BK_PartialFloatLB_Smin;


int[] arrBBK_PartialFloatLB_Smin = {
92,
98,
88,
95,
91,
92,
98,
91,
96,
84,
90,
90,
89,
87,
89,
95,
98,
83,
86,
90  //  Array Data

};

CTQL.IntVector arrBK_PartialFloatLB_Smin =
new  CTQL.IntVector(arrBBK_PartialFloatLB_Smin);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Smin = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Smin, false);


Example range for parameter : Smax

Within Excel, a range such as this can be passed directly into the Smax parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Smax



CTQL.CTRangeData BK_PartialFloatLB_Smax;


int[] arrBBK_PartialFloatLB_Smax = {
85,
82,
84,
94,
91,
99,
83,
84,
90,
87,
99,
82,
96,
93,
83,
96,
88,
96,
90,
90  //  Array Data

};

CTQL.IntVector arrBK_PartialFloatLB_Smax =
new  CTQL.IntVector(arrBBK_PartialFloatLB_Smax);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Smax = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Smax, false);


Example range for parameter : Timet1

Within Excel, a range such as this can be passed directly into the Timet1 parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Timet1



CTQL.CTRangeData BK_PartialFloatLB_Timet1;


int[] arrBBK_PartialFloatLB_Timet1 = {
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy"),
CTQL.Date.serialNumber("18/10/2005", "dd/mm/yyyy")  //  Array Data

};

CTQL.IntVector arrBK_PartialFloatLB_Timet1 =
new  CTQL.IntVector(arrBBK_PartialFloatLB_Timet1);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Timet1 = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Timet1, false);


Example range for parameter : TimeT2

Within Excel, a range such as this can be passed directly into the TimeT2 parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : TimeT2



CTQL.CTRangeData BK_PartialFloatLB_TimeT2;


int[] arrBBK_PartialFloatLB_TimeT2 = {
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy"),
CTQL.Date.serialNumber("19/7/2006", "dd/mm/yyyy")  //  Array Data

};

CTQL.IntVector arrBK_PartialFloatLB_TimeT2 =
new  CTQL.IntVector(arrBBK_PartialFloatLB_TimeT2);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_TimeT2 = new  CTQL.CTRangeData(arrBK_PartialFloatLB_TimeT2, false);


Example range for parameter : Rate

Within Excel, a range such as this can be passed directly into the Rate parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Rate



CTQL.CTRangeData BK_PartialFloatLB_Rate;


double[] arrBBK_PartialFloatLB_Rate = {
0.0573,
0.0582,
0.0636,
0.0649,
0.0645,
0.0543,
0.0612,
0.0569,
0.0646,
0.0567,
0.061,
0.0641,
0.0628,
0.0658,
0.0622,
0.0621,
0.0551,
0.0607,
0.0562,
0.06  //  Array Data

};

CTQL.DoubleVector arrBK_PartialFloatLB_Rate =
new  CTQL.DoubleVector(arrBBK_PartialFloatLB_Rate);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Rate = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Rate, false);


Example range for parameter : B

Within Excel, a range such as this can be passed directly into the B parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : B



CTQL.CTRangeData BK_PartialFloatLB_B = new CTQL.CTRangeData();

System.Text.StringBuilder BK_PartialFloatLB_B_builder =
new System.Text.StringBuilder(100);

BK_PartialFloatLB_B_builder.Append("{");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0 ;");
BK_PartialFloatLB_B_builder.Append("0.00");
BK_PartialFloatLB_B_builder.Append("}");

// Parse the string into the Range object.
BK_PartialFloatLB_B.RangeFromStr( BK_PartialFloatLB_B_builder.ToString() );


Example range for parameter : Vol

Within Excel, a range such as this can be passed directly into the Vol parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Vol



CTQL.CTRangeData BK_PartialFloatLB_Vol;


double[] arrBBK_PartialFloatLB_Vol = {
0.2143,
0.1917,
0.2109,
0.2168,
0.2163,
0.1844,
0.2073,
0.1941,
0.1951,
0.2052,
0.2028,
0.204,
0.1858,
0.1819,
0.1965,
0.1823,
0.1833,
0.2022,
0.1874,
0.2  //  Array Data

};

CTQL.DoubleVector arrBK_PartialFloatLB_Vol =
new  CTQL.DoubleVector(arrBBK_PartialFloatLB_Vol);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Vol = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Vol, false);


Example range for parameter : Lamba

Within Excel, a range such as this can be passed directly into the Lamba parameter.


Data is stored within the second column (Vector of data)..

Example C# API usage for setting the range data for parameter : Lamba



CTQL.CTRangeData BK_PartialFloatLB_Lamba;


int[] arrBBK_PartialFloatLB_Lamba = {
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1  //  Array Data

};

CTQL.IntVector arrBK_PartialFloatLB_Lamba =
new  CTQL.IntVector(arrBBK_PartialFloatLB_Lamba);

// Second parameter determines whether the array is a column array (false) or a row array (true)
BK_PartialFloatLB_Lamba = new  CTQL.CTRangeData(arrBK_PartialFloatLB_Lamba, false);



Example function usage


The C# example below contains all the sub-function calls leading up to this function call. As a result, the example can contain a lot of code.

The VB.NET, J#, C++.NET, Java, Excel VBA, Visual Basic 6 (via COM) and C++ examples below contain function code stubs for the calls leading up to this function call. However, the function call for this function is displayed.
You can easily reproduce the stub functions code from the C# example.


If you are accessing this functrion via the MiniXL libraries, this function is present within the CT.QL.OptionPortfolios20 MiniXL Excel Addin.

Within our Excel Example Addin Generator, we have used the following QuantTools sub-functions in order to prepare the arguments needed to call the BK_PartialFloatLB() function. If you are executing this function via the MiniXL libraries, the module addin name, (in brackets, to the right of the sub-functions listed below), indicates the MiniXL library in which the sub-function is held. You will need to load this library into your Excel session (along with any other libraries that the sub-function call within the addin requires (ie - CT.QT.Utils20 addin in almost all cases) in order for the example to compute successfully.


The following four examples demostrate calling this function within a Microsoft .NET environment

The following four examples demostrate calling this function within a non .NET environment

The following is a sample output from executing the BK_PartialFloatLB() function call


MyBK_PartialFloatLBDeal_21.PartialFloatLB.0

Copyright (c) 2003-2007 CapeTools - All Rights Reserved.