Exemple #1
0
 public SicrWorkings(Guid eclId, EclType eclType)
 {
     this.eclId           = eclId;
     this._eclType        = eclType;
     _lifetimeEadWorkings = new LifetimeEadWorkings(eclId, this._eclType);
     _sicrInputs          = new SicrInputWorkings(eclId, this._eclType);
     _pdMapping           = new PDMapping(eclId, this._eclType);
     scenarioLifetimeLGD  = new ScenarioLifetimeLGD(eclId, this._eclType);
     _processECL_LGD      = new ProcessECL_LGD(eclId, eclType);
 }
Exemple #2
0
 public ScenarioLifetimeCollateral(ECL_Scenario scenario, Guid eclId, EclType eclType)
 {
     _scenario            = scenario;
     this._eclId          = eclId;
     this._eclType        = eclType;
     _lifetimeEad         = new LifetimeEadWorkings(eclId, this._eclType);
     _irFactorWorkings    = new IrFactorWorkings(eclId, this._eclType);
     _updatedFSVsWorkings = new UpdatedFSVsWorkings(eclId, this._eclType);
     _scenarioLifetimeLGD = new ScenarioLifetimeLGD(eclId, this._eclType);
 }