/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.strata.examples.finance.credit.harness; import com.opengamma.strata.product.Trade; public interface TradeSource { Trade apply(); }