// ----------------------------------------------------------------------------------------------------------------------------------------
@Test(expectedExceptions = IllegalArgumentException.class)
public void testNullYieldCurveField() {
new UnderlyingPool(poolName, obligors, currency, debtSeniority, restructuringClause, notionals, coupons, recoveryRates, obligorWeights);
}