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[];
Storage.trajectorycurve Structure | CommodityStorage.Storage Namespace