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" );
FeeType postage = new FeeType( "Postage" );
FeeType telex = new FeeType( "Telex" );
rules.add( createRule( 1,
flat,
"",
sblc,