example.testCompiler();
}
public void testCompiler() throws Exception {
ArrayList<FeeScheduleRule> rules = new ArrayList<FeeScheduleRule>();
FeeScheduleType standard = new FeeScheduleType( "STANDARD" );
FeeScheduleType flat = new FeeScheduleType( "FLAT" );
ProductType sblc = new ProductType( "SBLC" );
ProductType rrc = new ProductType( "RRC" );
ActivityType iss = new ActivityType( "ISS" );
ActivityType osx = new ActivityType( "OSX" );
FeeType commission = new FeeType( "Commission" );