118119120121122123124125
* @param refDate * @param cal * @param dc */ protected ForwardRateStructure(final Date refDate) { this(refDate, new Target(), new Actual365Fixed()); // FIXME: code review : default calendar QL.validateExperimentalMode(); }