*
* @return lot match table for security
*/
public Hashtable<Long, Double> getLotMatchTable() {
Hashtable<Long, Double> lotMatchTable = new Hashtable<>();
SplitTxn securitySplit = currentTrans.getReferenceAccount().getCurrencyType()
.equals(currentInfo.getCashCurrencyWrapper().getCurrencyType()) ? null : TxnUtil
.getSecurityPart(currentTrans.getParentTxn());
Hashtable<String, String> splitTable = null;
if (securitySplit != null)
splitTable = TxnUtil.parseCostBasisTag(securitySplit);