/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Basic building blocks around the security master. * <p> * This includes: * </p> * <ul> * <li>an in-memory implementation of the interface</li> * <li>an implementation of the security source interface based on the master interface</li> * </ul> */ package com.opengamma.master.security.impl;