An NDoc Documented Class Library

Storage.monthindexes Method 

Method:Monthindexes

[Visual Basic]
Private Sub monthindexes( _ 
   ByVal dataset As Object _ 
)
[C#]
private void monthindexes(
   object dataset
);
[C++]
private: void monthindexes(
   Object* dataset
);
[JScript]
private function monthindexes(
   Object dataset
);

Parameters

dataset
Object holding simulated forward prices

Return Value

NA

Remarks

average the last 4 days of the month to get the simulated month index price does not work, need to work on this later.

See Also

Storage Class | CommodityStorage.Storage Namespace