public class EnvManager
extends java.lang.Object
Constructor and Description |
---|
EnvManager() |
Modifier and Type | Method and Description |
---|---|
static java.sql.Statement |
InitEnv(java.lang.String strConfig)
Initializes the logger, the database connections, the day count parameters, and day count objects
|
static MarketParams |
PopulateMPC(java.sql.Statement stmt,
JulianDate dt)
Populates the MarketParams with the closing discount curves, closing credit curves, and other
market objects for the given EOD
|
public static final java.sql.Statement InitEnv(java.lang.String strConfig)
strConfig
- String representing the full path of the configuration filepublic static final MarketParams PopulateMPC(java.sql.Statement stmt, JulianDate dt)
stmt
- SQL Statement representing the executable querydt
- EOD