Package org.drip.dynamics.evolution
Class LSQMPointUpdate
java.lang.Object
org.drip.dynamics.evolution.LSQMPointUpdate
- Direct Known Subclasses:
BGMPointUpdate,ContinuousForwardRateUpdate,ForwardRateUpdate,ShortForwardRateUpdate,ShortRateUpdate
public class LSQMPointUpdate
extends java.lang.Object
LSQMPointUpdate contains the Snapshot and the Increment of the Evolving Point Latent State
Quantification Metrics.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = HJM, Hull White, LMM, and SABR Dynamic Evolution Models
- Package = Latent State Evolution Edges/Vertexes
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description LSQMPointUpdate(int iEvolutionStartDate, int iEvolutionFinishDate, int iViewDate, LSQMPointRecord lprSnapshot, LSQMPointRecord lprIncrement)LSQMPointUpdate Constructor -
Method Summary
Modifier and Type Method Description intevolutionFinishDate()Retrieve the Evolution Finish DateintevolutionStartDate()Retrieve the Evolution Start DateLSQMPointRecordincrement()Retrieve the LSQM Point IncrementLSQMPointRecordsnapshot()Retrieve the LSQM Point SnapshotintviewDate()Retrieve the View DateMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LSQMPointUpdate
public LSQMPointUpdate(int iEvolutionStartDate, int iEvolutionFinishDate, int iViewDate, LSQMPointRecord lprSnapshot, LSQMPointRecord lprIncrement) throws java.lang.ExceptionLSQMPointUpdate Constructor- Parameters:
iEvolutionStartDate- The Evolution Start DateiEvolutionFinishDate- The Evolution Finish DateiViewDate- The View DatelprSnapshot- The LSQM Point Record SnapshotlprIncrement- The LSQM Point Record Update- Throws:
java.lang.Exception- Thrown if the Inputs are invalid
-
-
Method Details
-
evolutionStartDate
public int evolutionStartDate()Retrieve the Evolution Start Date- Returns:
- The Evolution Start Date
-
evolutionFinishDate
public int evolutionFinishDate()Retrieve the Evolution Finish Date- Returns:
- The Evolution Finish Date
-
viewDate
public int viewDate()Retrieve the View Date- Returns:
- The View Date
-
snapshot
Retrieve the LSQM Point Snapshot- Returns:
- The LSQM Point Snapshot
-
increment
Retrieve the LSQM Point Increment- Returns:
- The LSQM Point Increment
-