An NDoc Documented Class Library

Storage.readXcelRatchets Method 

Method: readXcelRatchets

[Visual Basic]
Private Sub readXcelRatchets( _ 
   ByVal storagemodel As Object, _ 
   ByVal type As String _ 
)
[C#]
private void readXcelRatchets(
   object storagemodel,
   string type
);
[C++]
private: void readXcelRatchets(
   Object* storagemodel,
   String* type
);
[JScript]
private function readXcelRatchets(
   Object storagemodel,
   String type
);

Parameters

storagemodel
Calling object, currently excel workbook
type

Return Value

NA

Remarks

Date: Sequence: Inputs: Master Daily Ratchet table read Description: This retreives the dailyratchets for the deal being valued from the master facility ratchet table/database from the storage master file library. Can be replaced with a sql query to a database containing the data or from a SAS server where the storage master files are stored. Output: Working daily ratchet table with monthly index. Written by Joe W. Byers

See Also

Storage Class | CommodityStorage.Storage Namespace