An NDoc Documented Class Library

Storage.trajectorycurve.period Field

name="period" Period array for indexing within deal periods since deals do not start on a calendar year, useful for structured products valuations and post processing.

[Visual Basic]
Public period As Long()
[C#]
public long[] period;
[C++]
public: __int64 period __gc[];
[JScript]
public var period: long[];

See Also

Storage.trajectorycurve Structure | CommodityStorage.Storage Namespace