* @param conventionSource the convention source, not null
* @return The curve node converter used to convert a node into an InstrumentDerivative.
*/
protected CurveNodeConverter getCurveNodeConverter(final ConventionSource conventionSource) {
ArgumentChecker.notNull(conventionSource, "convention source");
return new CurveNodeConverter(conventionSource);
}